:root {
  color-scheme: dark;
  --bg: #030406;
  --bg-soft: #0b1018;
  --bg-elev: #121824;
  --line: rgba(237, 242, 252, 0.16);
  --line-strong: rgba(237, 242, 252, 0.34);
  --text: #f3f6fb;
  --muted: rgba(226, 234, 248, 0.72);
  --muted-2: rgba(207, 219, 238, 0.56);
  --accent: #7be2ff;
  --accent-soft: rgba(123, 226, 255, 0.26);
  --panel: linear-gradient(160deg, rgba(14, 19, 28, 0.88), rgba(9, 13, 20, 0.84));
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --shadow-soft: 0 18px 52px rgba(0, 0, 0, 0.34);
}

.vinty-modal-open {
  overflow: hidden;
}

html.is-internal-presentation-root .topbar,
html.is-internal-presentation-root .scroll-fade-top,
body.is-internal-presentation .topbar,
body.is-internal-presentation .scroll-fade-top,
body.is-internal-presentation .cookie-consent {
  display: none !important;
}

.vinty-presentation-status {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 2200;
  max-width: min(420px, calc(100vw - 48px));
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(8, 8, 8, 0.9);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.45;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(16px);
}

.vinty-presentation-status[data-type="error"] {
  border-color: rgba(255, 120, 120, 0.32);
  color: #ffd6d6;
}

.vinty-quote-modal {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: grid;
  place-items: center;
  padding: 24px;
}

.vinty-quote-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.76);
  backdrop-filter: blur(20px);
  cursor: default;
}

.vinty-quote-panel {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  max-height: min(94vh, 820px);
  overflow: auto;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(18, 18, 18, 0.98), rgba(5, 5, 5, 0.98));
  color: #fff;
  box-shadow: 0 32px 120px rgba(0, 0, 0, 0.72);
}

.vinty-quote-panel__head,
.vinty-quote-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.vinty-quote-panel__head {
  margin-bottom: 16px;
}

.vinty-quote-panel__head h3 {
  margin: 0 0 6px;
  font-size: clamp(1.45rem, 2.6vw, 2.1rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.vinty-quote-panel__head p,
.vinty-quote-muted,
.vinty-quote-option p,
.vinty-quote-notice span {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
}

.vinty-quote-panel__head button,
.vinty-quote-actions button {
  font: inherit;
}

.vinty-quote-panel__head > button {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  cursor: pointer;
}

.vinty-quote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.vinty-quote-grid .is-full,
.vinty-quote-muted.is-full {
  grid-column: 1 / -1;
}

.vinty-quote-grid label,
.vinty-quote-term label {
  display: grid;
  gap: 8px;
}

.vinty-quote-grid label span,
.vinty-quote-term label span {
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vinty-quote-grid input,
.vinty-quote-grid select,
.vinty-quote-term select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.44);
  color: #fff;
  padding: 0 14px;
  font: inherit;
  outline: none;
}

.vinty-quote-grid input:focus,
.vinty-quote-grid select:focus,
.vinty-quote-term select:focus {
  border-color: rgba(255, 255, 255, 0.32);
}

.vinty-quote-check {
  align-self: end;
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 10px !important;
  min-height: 48px;
}

.vinty-quote-check input {
  width: 18px;
  min-height: 18px;
  accent-color: #fff;
}

.vinty-quote-step {
  display: grid;
  gap: 12px;
}

.vinty-quote-term {
  max-width: 220px;
}

.vinty-quote-includes,
.vinty-quote-adjust-panel {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.vinty-quote-includes {
  gap: 12px;
  padding: 14px 18px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.024));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.vinty-quote-includes__header {
  display: grid;
  justify-items: start;
  width: 100%;
  max-width: none;
  margin: 0;
  text-align: left;
}

.vinty-quote-includes span,
.vinty-quote-adjust-panel label span {
  color: rgba(255, 255, 255, 0.44);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vinty-quote-includes h4 {
  margin: 4px 0 6px;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}

.vinty-quote-includes p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.35;
  max-width: 58ch;
}

.vinty-quote-includes ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vinty-quote-includes li {
  position: relative;
  min-height: 28px;
  padding: 6px 0 6px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  line-height: 1.25;
}

.vinty-quote-includes li::before {
  content: "✓";
  position: absolute;
  top: 6px;
  left: 1px;
  color: #fff;
}

.vinty-quote-adjust-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.vinty-quote-adjust-row button {
  display: inline-grid;
  place-items: center;
  width: 42px;
  min-width: 42px;
  min-height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font: inherit;
  cursor: pointer;
}

.vinty-quote-adjust-row button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.vinty-quote-adjust-row button.is-active {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.1);
}

.vinty-quote-adjust-panel {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vinty-quote-adjust-panel label {
  display: grid;
  gap: 8px;
}

.vinty-quote-adjust-panel select {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.44);
  color: #fff;
  padding: 0 14px;
  font: inherit;
  outline: none;
}

.vinty-quote-mode-confirm {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
}

.vinty-quote-mode-confirm p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  line-height: 1.35;
}

.vinty-quote-mode-confirm div {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.vinty-quote-mode-confirm button {
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
  padding: 0 12px;
  font: inherit;
  font-size: 0.78rem;
  cursor: pointer;
}

.vinty-quote-mode-confirm button:last-child {
  background: #fff;
  color: #050505;
  border-color: #fff;
}

@media (max-width: 760px) {
  .vinty-quote-mode-confirm {
    align-items: stretch;
    flex-direction: column;
  }

  .vinty-quote-mode-confirm div {
    flex-wrap: wrap;
  }
}

.vinty-quote-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(210px, 1fr));
  gap: 12px;
}

.vinty-quote-option {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
}

.vinty-quote-option b {
  color: #fff;
}

.vinty-quote-option.is-selected {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14), 0 18px 52px rgba(255, 255, 255, 0.06);
}

.vinty-quote-option input {
  display: none;
}

.vinty-quote-option > span {
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vinty-quote-option h4 {
  margin: 0;
}

.vinty-quote-option h4 {
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.vinty-quote-option__reach {
  display: grid;
  gap: 2px;
  margin: 0;
}

.vinty-quote-option__reach strong {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.05rem, 1.65vw, 1.35rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.vinty-quote-option__reach span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.78rem;
  line-height: 1.2;
}

.vinty-quote-option__price {
  margin: 2px 0 0;
  color: #fff !important;
  font-size: clamp(1.85rem, 3.2vw, 2.45rem);
  font-weight: 850;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.vinty-quote-option small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
}

.vinty-quote-option ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vinty-quote-option li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
  line-height: 1.35;
}

.vinty-quote-option li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.92);
}

.vinty-quote-option__label {
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vinty-quote-option__intensity {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem !important;
  line-height: 1.25;
  letter-spacing: 0;
}

.vinty-quote-option__cta {
  align-self: end;
  margin-top: 2px;
  color: #fff !important;
  font-size: 0.78rem !important;
  font-weight: 800;
}

.vinty-quote-option.is-selected .vinty-quote-option__cta {
  color: #111 !important;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
}

.vinty-quote-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.vinty-quote-summary div,
.vinty-quote-notice {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.vinty-quote-summary span {
  color: rgba(255, 255, 255, 0.44);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vinty-quote-fieldset,
.vinty-quote-warning {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.028);
}

.vinty-quote-fieldset strong,
.vinty-quote-warning strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
}

.vinty-quote-fieldset p,
.vinty-quote-warning span {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
  line-height: 1.45;
}

.vinty-quote-warning.is-alert {
  border-color: rgba(255, 188, 88, 0.34);
  background: rgba(255, 188, 88, 0.08);
}

.vinty-quote-actions {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  justify-content: flex-end;
}

.vinty-quote-actions button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  cursor: pointer;
}

.vinty-quote-actions button[type="submit"] {
  border-color: #fff;
  background: #fff;
  color: #000;
}

.vinty-quote-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.vinty-quote-primary-action {
  position: relative;
  display: inline-flex;
  align-items: stretch;
  isolation: isolate;
}

.vinty-quote-actions .vinty-quote-primary-action > button {
  border-color: #fff;
  background: #fff;
  color: #000;
}

.vinty-quote-actions .vinty-quote-primary-action > button[type="submit"] {
  min-width: 140px;
  border-radius: 999px 0 0 999px;
  border-right-color: rgba(0, 0, 0, 0.16);
  padding-right: 20px;
}

.vinty-quote-actions .vinty-quote-primary-action__toggle {
  min-width: 46px;
  border-radius: 0 999px 999px 0;
  padding: 0 14px;
  font-size: 18px;
  line-height: 1;
}

.vinty-quote-primary-action__menu {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  z-index: 4;
  display: grid;
  min-width: 190px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(8, 8, 8, 0.96);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(18px);
}

.vinty-quote-primary-action__menu[hidden] {
  display: none;
}

.vinty-quote-actions .vinty-quote-primary-action__menu button {
  display: flex;
  align-items: center;
  min-height: 38px;
  justify-content: flex-start;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  text-align: left;
}

.vinty-quote-actions .vinty-quote-primary-action__menu button:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

@media (max-width: 760px) {
  .vinty-quote-panel {
    padding: 22px;
  }

  .vinty-quote-grid,
  .vinty-quote-options,
  .vinty-quote-summary,
  .vinty-quote-includes,
  .vinty-quote-adjust-panel {
    grid-template-columns: 1fr;
  }

  .vinty-quote-actions {
    flex-wrap: wrap;
  }

  .vinty-quote-adjust-row {
    align-items: stretch;
    flex-direction: column;
  }

  .vinty-quote-includes ul {
    grid-template-columns: 1fr;
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--bg);
  color: var(--text);
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
}

body {
  overflow-x: hidden;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0.012em;
}

p {
  margin: 0;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 120;
}

.topbar {
  width: 100%;
  min-height: 72px;
  padding: 10px 28px;
  background: rgba(5, 5, 5, 0.62);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.landing-language-switch {
  position: absolute;
  top: clamp(88px, 9vh, 116px);
  right: clamp(18px, 3vw, 42px);
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 4px 7px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  color: rgba(255,255,255,.52);
  font: inherit;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  cursor: pointer;
  transition: border-color .25s ease, color .25s ease, background .25s ease;
}

.landing-language-switch:hover,
.landing-language-switch:focus-visible {
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.07);
  outline: none;
}

.landing-language-switch__track {
  position: relative;
  width: 25px;
  height: 14px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}

.landing-language-switch__thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  transition: transform .25s ease;
}

.landing-language-switch[aria-pressed="true"] .landing-language-switch__thumb {
  transform: translateX(11px);
}

.landing-language-switch[aria-pressed="false"] [data-language-option="es"],
.landing-language-switch[aria-pressed="true"] [data-language-option="en"] {
  color: #fff;
}

@media (max-width: 640px) {
  .landing-language-switch {
    top: 86px;
    right: 14px;
  }
  .landing-language-switch__option { font-size: 9px; }
}

.brand {
  display: inline-flex;
  align-items: center;
  height: 52px;
  text-decoration: none;
  contain: paint;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.brand img {
  height: 42px;
  width: auto;
  max-width: none;
  transform: none;
  translate: none;
  backface-visibility: hidden;
  image-rendering: auto;
}

.topnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(10px, 1.05vw, 14px);
  transform: translateX(-4px);
}

.topnav__link {
  color: rgba(238, 243, 250, 0.88);
  text-decoration: none;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: clamp(0.94rem, 0.98vw, 1.04rem);
  letter-spacing: 0.01em;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 999px;
  transition: color 0.2s ease, background-color 0.2s ease;
  white-space: nowrap;
}

.topnav__link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.topnav__link--signup {
  border: 1px solid #333;
  background: rgba(5, 5, 5, 0.82);
  color: #fff;
  min-height: 36px;
  min-width: 88px;
  padding: 6px 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  text-align: center;
  font-size: clamp(0.8rem, 0.84vw, 0.88rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.topnav__link--signup:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.scroll-fade-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: clamp(130px, 18vh, 190px);
  z-index: 45;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(4, 5, 7, 0.98) 0%,
    rgba(4, 5, 7, 0.88) 28%,
    rgba(4, 5, 7, 0.58) 58%,
    rgba(4, 5, 7, 0.1) 82%,
    rgba(4, 5, 7, 0) 100%
  );
  transition: opacity 280ms ease, visibility 280ms ease;
}

.hero {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(112px, 11vw, 156px) 20px clamp(78px, 8vw, 118px);
  display: grid;
  place-items: center;
  background: #020304;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at center, #000 0%, rgba(0, 0, 0, 0.54) 46%, transparent 78%);
  -webkit-mask-image: radial-gradient(circle at center, #000 0%, rgba(0, 0, 0, 0.54) 46%, transparent 78%);
  opacity: 0.78;
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 50% 45%, rgba(42, 47, 56, 0.34) 0%, rgba(13, 16, 21, 0.54) 30%, rgba(2, 3, 4, 0.2) 56%, rgba(0, 0, 0, 0) 74%),
    radial-gradient(circle at 18% 22%, rgba(118, 128, 146, 0.1) 0%, rgba(5, 6, 8, 0) 32%),
    radial-gradient(circle at 82% 74%, rgba(92, 101, 118, 0.09) 0%, rgba(5, 5, 5, 0) 34%),
    #020304;
}

.hero__ambient {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  pointer-events: none;
  display: block;
  opacity: 0.68;
  mix-blend-mode: screen;
}

.hero__ambient-mask {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 47%, rgba(9, 11, 15, 0.86) 0%, rgba(6, 8, 11, 0.58) 31%, rgba(3, 4, 6, 0.12) 58%, rgba(2, 3, 4, 0.8) 100%),
    linear-gradient(180deg, rgba(2, 3, 4, 0.92) 0%, rgba(5, 6, 8, 0.1) 43%, rgba(2, 3, 4, 0.9) 100%);
}

.hero__watermark {
  --hero-watermark-opacity: 0.055;
  position: absolute;
  left: 50%;
  top: 42%;
  z-index: 1;
  width: min(760px, 66vw);
  height: auto;
  opacity: 0;
  transform: translate3d(-50%, -52%, 0) scale(0.96);
  filter: blur(4px);
  mix-blend-mode: screen;
  pointer-events: none;
  animation: heroWatermarkIn 1100ms cubic-bezier(0.16, 1, 0.3, 1) 180ms forwards;
}

.hero__system-modules {
  position: absolute;
  inset: clamp(120px, 14vh, 170px) clamp(34px, 7vw, 116px) clamp(82px, 9vh, 124px);
  z-index: 3;
  pointer-events: none;
  transform: translateY(-48px);
}

.hero__module {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.018);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(14px) saturate(115%);
  -webkit-backdrop-filter: blur(14px) saturate(115%);
  color: rgba(244, 245, 247, 0.36);
  font-size: clamp(0.68rem, 0.72vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0;
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.97);
  animation: heroModuleIn 900ms cubic-bezier(0.16, 1, 0.3, 1) forwards, heroModuleFloat 8s ease-in-out infinite;
}

.hero__module--diagnostico {
  left: 4%;
  top: 20%;
  animation-delay: 360ms, 1300ms;
}

.hero__module--branding {
  right: 5%;
  top: 22%;
  animation-delay: 440ms, 1420ms;
}

.hero__module--web {
  left: 5%;
  bottom: 23%;
  animation-delay: 520ms, 1540ms;
}

.hero__module--operacion {
  right: 6%;
  bottom: 23%;
  animation-delay: 760ms, 1900ms;
}

.hero__module--diseno {
  left: 19%;
  top: 5%;
  animation-delay: 600ms, 1660ms;
}

.hero__module--mercadotecnia {
  left: 16%;
  bottom: 6%;
  animation-delay: 840ms, 2020ms;
}

.hero__module--video {
  left: 38%;
  top: 2%;
  animation-delay: 500ms, 1480ms;
}

.hero__module--community {
  right: 2%;
  top: 43%;
  animation-delay: 560ms, 1560ms;
}

.hero__module--activaciones {
  left: 0%;
  bottom: 39%;
  animation-delay: 860ms, 1880ms;
}

.hero__module--medios {
  left: 52%;
  top: 4%;
  animation-delay: 1020ms, 2040ms;
}

.hero__content {
  width: min(1240px, calc(100vw - 40px));
  margin: 0 auto;
  transform: translateY(-14px);
  position: relative;
  z-index: 10;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero__eyebrow {
  margin: 0 0 clamp(28px, 3vw, 42px);
  color: rgba(244, 245, 247, 0.6);
  font-size: clamp(0.72rem, 0.9vw, 0.88rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  opacity: 0;
  transform: translateY(16px);
  filter: blur(8px);
  animation: heroTextIn 800ms cubic-bezier(0.16, 1, 0.3, 1) 120ms forwards;
}

.hero__wordmark {
  width: clamp(220px, 26vw, 360px);
  height: auto;
  margin: 0 auto clamp(24px, 3vw, 36px);
  opacity: 0;
  transform: scale(0.94) translateY(12px);
  filter: blur(10px) drop-shadow(0 24px 60px rgba(255, 255, 255, 0.08));
  animation: heroWordmarkIn 980ms cubic-bezier(0.16, 1, 0.3, 1) 220ms forwards;
}

.hero__title {
  width: 100%;
  max-width: none;
  overflow: visible;
  margin: 0 auto;
  color: #f4f5f7;
  font-size: clamp(3.45rem, 7vw, 7.35rem);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 900;
  text-align: center;
  text-wrap: nowrap;
  opacity: 0;
  transform: translateY(24px);
  animation: heroTitleIn 900ms cubic-bezier(0.16, 1, 0.3, 1) 420ms forwards;
}

.hero__title-line {
  display: block;
  width: max-content;
  max-width: none;
  margin-inline: auto;
  white-space: nowrap;
}

.hero__module-icon {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  margin-right: 7px;
  color: rgba(244, 245, 247, 0.58);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero__title-line:nth-child(2) {
  font-size: 0.94em;
}

.hero__subheadline {
  margin: clamp(34px, 3vw, 44px) auto 0;
  max-width: min(960px, calc(100vw - 48px));
  color: rgba(194, 199, 210, 0.82);
  font-size: clamp(1.05rem, 1.38vw, 1.22rem);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.55;
  transform: none;
  text-wrap: balance;
  opacity: 0;
  filter: blur(8px);
  animation: heroTextIn 820ms cubic-bezier(0.16, 1, 0.3, 1) 620ms forwards;
}

.hero__actions {
  margin-top: clamp(44px, 4.3vw, 62px);
  display: flex;
  justify-content: center;
  gap: 14px;
  transform: none;
  opacity: 0;
  filter: blur(8px);
  animation: heroTextIn 820ms cubic-bezier(0.16, 1, 0.3, 1) 780ms forwards;
}

.btn {
  min-width: 0;
  min-height: 54px;
  padding: 14px 24px;
  border: 1px solid #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  font-size: clamp(0.95rem, 1vw, 1.04rem);
  letter-spacing: 0;
  transition: transform 260ms ease, box-shadow 260ms ease, background-color 260ms ease, color 260ms ease, border-color 260ms ease;
}

.btn--solid {
  color: #fff;
  background: #050608;
  border-color: #fff;
}

.btn--solid:hover {
  background: #fff;
  color: #080a0f;
  box-shadow: 0 0 34px rgba(255, 255, 255, 0.22);
  transform: scale(1.02);
}

.hero__cta {
  border-radius: 999px;
  padding-inline: 30px;
  background: #fff;
  color: #050505;
  border-color: #fff;
  font-weight: 700;
  text-transform: none;
  box-shadow: 0 12px 38px rgba(255, 255, 255, 0.12);
}

.hero__cta-secondary {
  border-radius: 999px;
  padding-inline: 28px;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(244, 245, 247, 0.82);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px) saturate(115%);
  -webkit-backdrop-filter: blur(12px) saturate(115%);
}

@keyframes heroWatermarkIn {
  to {
    opacity: var(--hero-watermark-opacity);
    transform: translate3d(-50%, -52%, 0) scale(1);
    filter: blur(0);
  }
}

.hero__cta-secondary:hover,
.hero__cta-secondary:focus-visible {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.32);
  transform: translateY(-2px);
}

.hero__cta-arrow {
  display: inline-block;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.btn--solid.hero__cta:hover,
.btn--solid.hero__cta:focus-visible {
  background: #fff;
  color: #050505;
  border-color: #fff;
  box-shadow: 0 0 42px rgba(255, 255, 255, 0.24), 0 18px 48px rgba(255, 255, 255, 0.1);
  transform: scale(1.02);
}

.btn--solid.hero__cta:hover .hero__cta-arrow,
.btn--solid.hero__cta:focus-visible .hero__cta-arrow {
  transform: translateX(4px);
}

@keyframes heroWordmarkIn {
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: blur(0) drop-shadow(0 24px 60px rgba(255, 255, 255, 0.1));
  }
}

@keyframes heroTitleIn {
  to {
    opacity: 1;
    transform: translateY(0);
    clip-path: inset(0 0 -12% 0);
  }
}

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

@keyframes heroModuleIn {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes heroModuleFloat {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -8px;
  }
}

.cookie-consent {
  position: absolute;
  left: clamp(16px, 2.2vw, 30px);
  bottom: clamp(124px, 11.5vh, 142px);
  width: min(430px, calc(100vw - 34px));
  padding: 16px 16px 14px;
  border-radius: 16px;
  border: 1px solid rgba(225, 232, 242, 0.18);
  background: linear-gradient(180deg, rgba(9, 12, 16, 0.5), rgba(6, 8, 12, 0.56));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(12px) saturate(115%);
  -webkit-backdrop-filter: blur(12px) saturate(115%);
  z-index: 16;
  color: rgba(246, 249, 255, 0.95);
  transform: translateY(12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 220ms ease, opacity 220ms ease, visibility 220ms ease;
}

.cookie-consent.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cookie-consent__title {
  margin: 0 0 7px;
  font-size: clamp(0.96rem, 1.04vw, 1.08rem);
  font-weight: 600;
}

.cookie-consent__copy {
  margin: 0;
  color: rgba(229, 235, 244, 0.84);
  font-size: clamp(0.84rem, 0.9vw, 0.95rem);
  line-height: 1.44;
}

.cookie-consent__links {
  margin-top: 10px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.cookie-consent__links a {
  color: rgba(218, 226, 238, 0.82);
  font-size: 0.84rem;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(218, 226, 238, 0.32);
  transition: color 180ms ease, border-color 180ms ease;
}

.cookie-consent__links a:hover {
  color: #f6f9ff;
  border-color: rgba(246, 249, 255, 0.68);
}

.cookie-consent__actions {
  margin-top: 12px;
  display: flex;
  gap: 10px;
}

.cookie-consent__btn {
  border-radius: 999px;
  min-height: 38px;
  padding: 9px 14px;
  font-size: 0.84rem;
  letter-spacing: 0.03em;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.cookie-consent__btn:hover {
  transform: translateY(-1px);
}

.cookie-consent__btn--ghost {
  color: rgba(232, 238, 246, 0.9);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(230, 236, 244, 0.24);
}

.cookie-consent__btn--primary {
  color: #0a0c11;
  background: linear-gradient(180deg, rgba(245, 248, 252, 0.98), rgba(225, 232, 240, 0.95));
  border: 1px solid rgba(242, 246, 252, 0.86);
}

main {
  position: relative;
  z-index: 10;
}

.section-block {
  position: relative;
  padding: clamp(82px, 10vh, 148px) 20px;
  background: var(--bg);
}

.section-shell {
  width: min(1240px, calc(100vw - 40px));
  margin: 0 auto;
}

.section-head {
  max-width: 880px;
  display: grid;
  gap: 16px;
  margin-bottom: clamp(30px, 4.2vh, 56px);
}

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

.section-kicker {
  color: var(--muted-2);
  font-size: clamp(0.74rem, 0.8vw, 0.84rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
}

.section-head h2 {
  font-size: clamp(1.7rem, 4.6vw, 4.2rem);
  line-height: 0.96;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.section-head p {
  color: var(--muted);
  font-size: clamp(0.98rem, 1.14vw, 1.2rem);
  line-height: 1.45;
  max-width: 76ch;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0) scale(0.98);
  filter: blur(8px);
  transition: opacity 680ms ease, transform 680ms ease, filter 680ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.ecosystem-intro {
  padding-top: clamp(56px, 7vh, 96px);
  background:
    radial-gradient(circle at 16% 18%, rgba(94, 176, 255, 0.14), transparent 52%),
    radial-gradient(circle at 84% 10%, rgba(87, 255, 211, 0.12), transparent 48%),
    linear-gradient(180deg, #05070b 0%, #05070b 28%, #060910 100%);
}

.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.capability-card {
  grid-column: span 4;
  border: 1px solid rgba(241, 246, 255, 0.13);
  background: var(--panel);
  border-radius: var(--radius-lg);
  padding: 22px;
  min-height: 200px;
  display: grid;
  align-content: start;
  gap: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
  transition: transform 360ms ease, border-color 360ms ease, box-shadow 360ms ease;
}

.capability-card span {
  color: rgba(196, 210, 235, 0.62);
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  font-weight: 700;
}

.capability-card h3 {
  font-size: clamp(1.02rem, 1.45vw, 1.4rem);
  line-height: 1.18;
}

.capability-card p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.42;
}

.capability-card.is-focus {
  border-color: rgba(123, 226, 255, 0.58);
  box-shadow: 0 16px 44px rgba(5, 14, 30, 0.48), 0 0 24px rgba(123, 226, 255, 0.26);
  transform: translateY(-4px);
}

.direct-hire {
  background: #060a12;
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.profile-card {
  border: 1px solid rgba(239, 245, 255, 0.12);
  border-radius: 22px;
  background: linear-gradient(165deg, rgba(18, 24, 36, 0.9), rgba(10, 14, 21, 0.85));
  padding: 18px;
  display: grid;
  gap: 12px;
  min-height: 168px;
  transition: transform 280ms ease, border-color 280ms ease, box-shadow 280ms ease;
}

.profile-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: var(--shadow-soft);
}

.profile-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #0a0f16;
  background: linear-gradient(160deg, #f6f8fc, #d7e4ff);
}

.profile-card h3 {
  font-size: 1.02rem;
}

.profile-card p {
  color: var(--muted);
  font-size: 0.9rem;
}

.profile-card small {
  color: rgba(188, 203, 228, 0.7);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.story-section {
  position: relative;
  min-height: 320vh;
  padding: 0;
  background: #070b14;
}

.story-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.story-section .section-shell {
  padding-block: clamp(72px, 8vh, 108px);
}

.marketplace-story {
  background:
    radial-gradient(circle at 18% 24%, rgba(66, 117, 255, 0.18), transparent 56%),
    radial-gradient(circle at 78% 74%, rgba(126, 248, 222, 0.14), transparent 54%),
    #070b14;
}

.marketplace-layers {
  position: relative;
  height: min(430px, 52vh);
  margin-top: 24px;
}

.marketplace-layer {
  position: absolute;
  inset: 0;
  margin: auto;
  width: min(840px, 100%);
  min-height: 220px;
  border-radius: 26px;
  border: 1px solid rgba(233, 241, 255, 0.18);
  background: linear-gradient(175deg, rgba(12, 19, 31, 0.86), rgba(7, 13, 24, 0.82));
  padding: clamp(20px, 2.4vw, 30px);
  display: grid;
  gap: 18px;
  align-content: start;
  opacity: 0.22;
  transform: translate3d(0, 40px, 0) scale(0.92);
  transition: transform 420ms ease, opacity 420ms ease, border-color 420ms ease;
}

.marketplace-layer:nth-child(1) {
  transform: translate3d(0, 68px, 0) scale(0.9);
}

.marketplace-layer:nth-child(2) {
  transform: translate3d(0, 34px, 0) scale(0.93);
}

.marketplace-layer:nth-child(3) {
  transform: translate3d(0, 0, 0) scale(0.96);
}

.marketplace-layer h3 {
  font-size: clamp(1.15rem, 1.55vw, 1.48rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.marketplace-layer.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  border-color: rgba(123, 226, 255, 0.52);
}

.chip-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip-cloud span {
  border: 1px solid rgba(219, 229, 245, 0.22);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(235, 242, 255, 0.86);
  border-radius: 999px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  padding: 8px 12px;
}

.campaign-builder {
  background:
    radial-gradient(circle at 82% 18%, rgba(115, 144, 255, 0.2), transparent 52%),
    radial-gradient(circle at 16% 72%, rgba(132, 255, 232, 0.12), transparent 58%),
    #060b14;
}

.builder-stage {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.builder-module,
.builder-placeholder {
  border-radius: 20px;
  border: 1px solid rgba(231, 239, 254, 0.16);
  background: rgba(10, 16, 27, 0.82);
  padding: 18px;
  min-height: 120px;
  opacity: 0.2;
  transform: translate3d(0, 20px, 0) scale(0.96);
  transition: opacity 360ms ease, transform 360ms ease, border-color 360ms ease, box-shadow 360ms ease;
}

.builder-module p {
  color: rgba(202, 215, 238, 0.7);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.builder-module strong {
  font-size: clamp(0.94rem, 1.15vw, 1.08rem);
  line-height: 1.34;
}

.builder-module:nth-child(1) { grid-column: span 6; }
.builder-module:nth-child(2) { grid-column: span 6; }
.builder-module:nth-child(3) { grid-column: span 7; }
.builder-module:nth-child(4) { grid-column: span 5; }
.builder-placeholder { grid-column: span 12; }

.builder-placeholder {
  min-height: min(300px, 42vh);
  display: grid;
  place-items: center;
  font-size: clamp(0.95rem, 1vw, 1.08rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(204, 219, 242, 0.7);
  border-style: dashed;
}

.builder-module.is-active,
.builder-placeholder.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  border-color: rgba(123, 226, 255, 0.5);
  box-shadow: 0 16px 40px rgba(4, 10, 24, 0.5);
}

.reach-story {
  background:
    radial-gradient(circle at 50% 10%, rgba(125, 171, 255, 0.2), transparent 58%),
    #05080f;
}

.reach-stack {
  position: relative;
  height: min(420px, 48vh);
  margin-top: 18px;
}

.reach-card {
  position: absolute;
  left: 50%;
  width: min(720px, calc(100% - 14px));
  border: 1px solid rgba(237, 242, 252, 0.18);
  border-radius: 26px;
  background: linear-gradient(165deg, rgba(18, 24, 37, 0.9), rgba(9, 14, 25, 0.82));
  padding: 24px;
  transform: translateX(-50%) translateY(56px) scale(0.92);
  opacity: 0.2;
  transition: opacity 380ms ease, transform 380ms ease, border-color 380ms ease, box-shadow 380ms ease;
}

.reach-card:nth-child(1) { top: 0; }
.reach-card:nth-child(2) { top: 42px; }
.reach-card:nth-child(3) { top: 84px; }
.reach-card:nth-child(4) { top: 126px; }

.reach-card span {
  display: inline-block;
  color: rgba(181, 201, 233, 0.76);
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 700;
}

.reach-card h3 {
  font-size: clamp(1.1rem, 1.8vw, 1.56rem);
  text-transform: uppercase;
  line-height: 1.05;
}

.reach-card.is-active {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
  border-color: rgba(123, 226, 255, 0.54);
  box-shadow: var(--shadow-soft);
}

.services-activation {
  background: #060a11;
}

.service-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.service-showcase__item {
  border: 1px solid rgba(233, 241, 255, 0.15);
  border-radius: 22px;
  padding: 16px;
  background: linear-gradient(160deg, rgba(16, 22, 34, 0.88), rgba(9, 13, 20, 0.84));
  display: grid;
  gap: 14px;
}

.placeholder-box {
  min-height: 166px;
  border-radius: 16px;
  border: 1px dashed rgba(226, 236, 255, 0.34);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at 20% 20%, rgba(123, 226, 255, 0.15), transparent 56%);
  display: grid;
  place-items: center;
  text-align: center;
  color: rgba(213, 225, 245, 0.74);
  font-size: 0.86rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px;
}

.service-showcase__item h3 {
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.24;
}

.strategy-lab {
  background:
    radial-gradient(circle at 20% 18%, rgba(118, 156, 255, 0.2), transparent 52%),
    radial-gradient(circle at 86% 74%, rgba(127, 245, 227, 0.12), transparent 46%),
    #060a12;
}

.strategy-map {
  border: 1px solid rgba(229, 238, 252, 0.16);
  border-radius: var(--radius-xl);
  padding: clamp(20px, 3vw, 34px);
  background: linear-gradient(160deg, rgba(14, 20, 31, 0.84), rgba(9, 13, 20, 0.82));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.strategy-node {
  border: 1px solid rgba(223, 233, 251, 0.2);
  border-radius: 14px;
  min-height: 78px;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(233, 241, 255, 0.9);
  background: rgba(255, 255, 255, 0.04);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.talent-network {
  background: #05080f;
}

.network-board {
  border: 1px solid rgba(225, 236, 255, 0.16);
  border-radius: var(--radius-xl);
  padding: clamp(20px, 3vw, 34px);
  background: linear-gradient(155deg, rgba(14, 19, 30, 0.88), rgba(8, 12, 20, 0.86));
  display: grid;
  gap: 22px;
}

.network-board__center {
  min-height: min(300px, 36vh);
}

.network-tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.network-tags li {
  border: 1px solid rgba(222, 233, 250, 0.24);
  border-radius: 999px;
  padding: 8px 14px;
  color: rgba(230, 240, 255, 0.88);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.04);
}

.workflow {
  background: #060a12;
}

.workflow-track {
  position: relative;
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding-top: 28px;
}

.workflow-track::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(225, 236, 255, 0.2);
}

.workflow-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, rgba(123, 226, 255, 0.94), rgba(111, 135, 255, 0.94));
  transition: width 220ms ease;
  z-index: 2;
}

.workflow-step {
  border: 1px solid rgba(225, 236, 255, 0.16);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.03);
  display: grid;
  gap: 10px;
  min-height: 176px;
  transition: border-color 260ms ease, transform 260ms ease, box-shadow 260ms ease;
}

.workflow-step span {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(228, 237, 252, 0.9);
  font-size: 0.84rem;
  font-weight: 700;
}

.workflow-step h3 {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.06em;
}

.workflow-step p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.38;
}

.workflow-step.is-active {
  border-color: rgba(123, 226, 255, 0.52);
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(5, 12, 27, 0.42);
}

.final-cta {
  background:
    radial-gradient(circle at 24% 20%, rgba(113, 154, 255, 0.18), transparent 56%),
    radial-gradient(circle at 78% 72%, rgba(125, 238, 225, 0.12), transparent 54%),
    #04070d;
  padding-bottom: clamp(54px, 8vh, 96px);
}

.entry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.entry-card {
  border: 1px solid rgba(231, 240, 255, 0.2);
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(14, 20, 32, 0.88), rgba(9, 13, 20, 0.84));
  padding: clamp(22px, 3vw, 34px);
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 280px;
}

.entry-card p {
  color: rgba(199, 214, 238, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  font-weight: 700;
}

.entry-card h3 {
  font-size: clamp(1.2rem, 2.2vw, 2rem);
  line-height: 1.08;
  text-transform: uppercase;
}

.entry-card__cta {
  margin-top: auto;
  text-decoration: none;
  min-height: 48px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(240, 246, 255, 0.86);
  color: #090d14;
  background: #f4f7fd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 190px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.82rem;
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease, color 220ms ease;
}

.entry-card__cta:hover {
  transform: translateY(-2px);
  background: #05080f;
  color: #f4f7fd;
  box-shadow: 0 0 24px rgba(149, 209, 255, 0.28);
}

.site-footer {
  margin-top: clamp(24px, 4vh, 34px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 20px;
  text-align: center;
}

.site-footer p {
  color: rgba(220, 229, 243, 0.72);
  font-size: 0.86rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 1140px) {
  .capability-card {
    grid-column: span 6;
  }

  .profile-grid,
  .service-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .strategy-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workflow-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workflow-track::before,
  .workflow-progress {
    display: none;
  }
}

@media (max-width: 920px) {
  .topbar {
    min-height: 74px;
    padding: 8px 14px;
    gap: 12px;
  }

  .brand img {
    height: 40px;
    transform: none;
  }

  .topnav {
    transform: translateX(0);
  }

  .hero {
    min-height: 100svh;
    padding-top: 112px;
  }

  .hero__content {
    transform: translateY(-10px);
  }

  .hero__wordmark {
    width: clamp(210px, 36vw, 320px);
  }

  .hero__watermark {
    --hero-watermark-opacity: 0.045;
    top: 41%;
    width: min(680px, 86vw);
  }

  .hero__title {
    font-size: clamp(1.4rem, 7vw, 5.15rem);
    line-height: 1.04;
  }

  .hero__title-line:nth-child(2) {
    font-size: 0.92em;
  }

  .hero__subheadline {
    transform: none;
    font-size: clamp(1rem, 3vw, 1.18rem);
    max-width: 680px;
    letter-spacing: 0;
  }

  .hero__actions {
    transform: none;
  }

  .cookie-consent {
    left: 50%;
    transform: translate(-50%, 12px);
    bottom: 118px;
    width: min(460px, calc(100vw - 24px));
    padding: 14px;
  }

  .cookie-consent.is-visible {
    transform: translate(-50%, 0);
  }

  .cookie-consent__actions {
    flex-direction: column;
  }

  .cookie-consent__btn {
    width: 100%;
  }

  .section-block {
    padding: clamp(72px, 8vh, 102px) 14px;
  }

  .section-shell {
    width: min(980px, calc(100vw - 28px));
  }

  .story-section {
    min-height: 270vh;
  }

  .story-sticky {
    height: 100svh;
  }

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

@media (max-width: 760px) {
  .scroll-fade-top {
    height: 104px;
  }

  .topbar {
    min-height: 66px;
    padding: 8px 10px;
  }

  .brand img {
    height: 38px;
    transform: none;
  }

  .topnav__link {
    font-size: 0.82rem;
    padding: 6px 8px;
  }

  .topnav__link--signup {
    min-height: 34px;
    min-width: 98px;
    padding: 6px 14px;
    font-size: 0.76rem;
  }

  .hero {
    min-height: 100svh;
    padding: 92px 18px 54px;
  }

  .hero__system-modules {
    display: none;
  }

  .hero__watermark {
    --hero-watermark-opacity: 0.035;
    top: 40%;
    width: 118vw;
  }

  .hero__eyebrow {
    margin-bottom: 18px;
    font-size: 0.72rem;
  }

  .hero__wordmark {
    width: min(230px, 62vw);
    margin-bottom: 22px;
  }

  .hero__title {
    font-size: clamp(1.4rem, 7vw, 2.35rem);
    line-height: 1.06;
  }

  .hero__content {
    transform: translateY(0);
  }

  .hero__subheadline {
    transform: none;
    margin: 28px auto 0;
    font-size: clamp(0.98rem, 4.2vw, 1.08rem);
  line-height: 1.52;
}

.hero__subheadline > span {
  display: block;
  white-space: nowrap;
}

  .hero__actions {
    margin-top: 38px;
    transform: none;
    flex-direction: column;
    width: min(320px, 100%);
  }

  .btn {
    min-height: 50px;
    min-width: 0;
    font-size: 0.96rem;
  }

  .hero__cta {
    padding-inline: 22px;
    font-size: 0.96rem;
    letter-spacing: 0;
    width: 100%;
  }

  .hero__cta-secondary {
    width: 100%;
  }

  .section-head {
    margin-bottom: 22px;
    gap: 12px;
  }

  .section-kicker {
    font-size: 0.7rem;
  }

  .section-head h2 {
    font-size: clamp(1.28rem, 8.4vw, 2rem);
    line-height: 1;
  }

  .section-head p {
    font-size: 0.92rem;
  }

  .capabilities-grid,
  .profile-grid,
  .service-showcase,
  .strategy-map,
  .builder-stage,
  .workflow-track {
    grid-template-columns: 1fr;
  }

  .capability-card {
    grid-column: auto;
    min-height: 0;
    padding: 16px;
  }

  .story-section {
    min-height: auto;
    padding: clamp(70px, 8vh, 96px) 14px;
  }

  .story-sticky {
    position: relative;
    height: auto;
    overflow: visible;
    display: block;
  }

  .marketplace-layers,
  .reach-stack {
    height: auto;
    display: grid;
    gap: 12px;
  }

  .marketplace-layer,
  .reach-card {
    position: relative;
    inset: auto;
    left: auto;
    width: 100%;
    top: auto;
    transform: none;
    opacity: 1;
    margin: 0;
    min-height: 0;
  }

  .builder-module,
  .builder-placeholder {
    grid-column: auto !important;
    opacity: 1;
    transform: none;
  }

  .placeholder-box {
    min-height: 138px;
    font-size: 0.78rem;
  }

  .strategy-node {
    min-height: 68px;
    font-size: 0.8rem;
  }

  .workflow-step {
    min-height: 0;
  }

  .entry-card {
    min-height: 0;
  }

  .entry-card__cta {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
  }

  .reveal,
  .reveal.is-visible,
  .capability-card,
  .marketplace-layer,
  .builder-module,
  .builder-placeholder,
  .reach-card,
  .workflow-step,
  .entry-card__cta,
  .btn,
  .hero__cta,
  .hero__eyebrow,
  .hero__watermark,
  .hero__wordmark,
  .hero__title,
  .hero__subheadline,
  .hero__actions,
  .hero__module,
  .topnav__link--signup,
  .cookie-consent,
  .cookie-consent.is-visible {
    transition: none !important;
    animation: none !important;
    transform: none !important;
    filter: none !important;
  }

  .reveal {
    opacity: 1 !important;
  }

  .hero__eyebrow,
  .hero__watermark,
  .hero__wordmark,
  .hero__title,
  .hero__subheadline,
  .hero__actions,
  .hero__module {
    opacity: 1 !important;
    clip-path: none !important;
  }

  .hero__watermark {
    opacity: var(--hero-watermark-opacity) !important;
  }
}

/* Method and capabilities editorial refresh. Scoped to the two redesigned sections. */
.method-section {
  min-height: 82vh;
  padding: clamp(104px, 9vw, 142px) 20px clamp(58px, 6vw, 88px);
  background: #000;
}

.method-section .process-intro__inner {
  width: min(1320px, calc(100vw - 40px));
  gap: clamp(22px, 2.3vw, 32px);
  transform: none;
}

.method-section .process-intro__title {
  max-width: none;
  width: 100%;
  font-size: clamp(3rem, 6.2vw, 6.5rem);
  line-height: 0.94;
  letter-spacing: -0.035em;
}

.method-section .process-intro__title > span {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
  white-space: nowrap;
}

.method-section .process-intro__copy {
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
}

.method-section .services-intro__eyebrow {
  margin-inline: auto;
  text-align: center;
}

.method-stages {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(34px, 4vw, 58px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.method-stage {
  min-height: 250px;
  padding: clamp(24px, 2.5vw, 38px) clamp(18px, 2.4vw, 34px) 12px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.method-stage + .method-stage {
  padding-left: clamp(18px, 2.4vw, 34px);
}

.method-stage:last-child { border-right: 0; padding-right: 0; }
.method-stage:nth-child(1) { transition-delay: 80ms; }
.method-stage:nth-child(2) { transition-delay: 160ms; }
.method-stage:nth-child(3) { transition-delay: 240ms; }
.method-stage:nth-child(4) { transition-delay: 320ms; }
.method-section.is-visible .method-stage { opacity: 1; transform: translateY(0); }

.method-stage__number {
  display: block;
  color: rgba(255, 255, 255, 0.2);
  font-size: clamp(3.4rem, 5vw, 5.8rem);
  line-height: 0.8;
  font-weight: 600;
  letter-spacing: -0.06em;
}

.method-stage__label,
.vinty-step-label {
  display: block;
  margin-top: 28px;
  color: #777;
  font-size: 0.7rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.method-stage h3 {
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(1.35rem, 1.9vw, 2rem);
  line-height: 1;
  font-weight: 600;
}

.method-stage p {
  max-width: 260px;
  margin: 16px 0 0;
  color: rgba(239, 243, 250, 0.62);
  font-size: 0.98rem;
  line-height: 1.55;
}

.method-section__closing,
.capabilities-section__closing {
  margin: clamp(30px, 4vw, 52px) 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: clamp(0.95rem, 1.2vw, 1.12rem);
  line-height: 1.45;
  text-align: center;
}

.method-section__closing span:last-child,
.capabilities-section__closing span:last-child {
  color: #fff;
}

.capabilities-section {
  min-height: auto;
  padding: clamp(96px, 10vw, 150px) 20px clamp(100px, 11vw, 164px);
}

.capabilities-section .vinty-process-header { max-width: min(1120px, 100%); }
.capabilities-section__title {
  display: grid;
  gap: clamp(0px, 0.35vw, 8px);
  font-size: clamp(2.7rem, 5.4vw, 5.6rem);
  line-height: 0.88;
}
.capabilities-section__title span {
  display: block;
  white-space: nowrap;
}
.capabilities-section .vinty-timeline-wrapper { margin-top: clamp(34px, 4.4vw, 58px); padding-top: 0; }
.capabilities-section .vinty-timeline-axis-line { display: none; }
.capabilities-section .vinty-process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.capabilities-section .vinty-process-step,
.capabilities-section .vinty-process-step--wide {
  grid-column: auto;
  min-height: 282px;
  padding: clamp(24px, 2.6vw, 36px);
  background: rgba(12, 12, 12, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.capabilities-section .vinty-step-meta { margin-bottom: 24px; }
.capabilities-section .vinty-step-label {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.56);
}
.capabilities-section .vinty-step-heading {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.28rem, 1.65vw, 1.78rem);
}
.capabilities-section .vinty-step-description {
  max-width: 390px;
  margin-top: 14px;
  color: rgba(239, 243, 250, 0.62);
}
.capabilities-section.is-visible .vinty-process-step { opacity: 0.88; }
.capabilities-section.is-visible .vinty-process-step.is-active,
.capabilities-section.is-visible .vinty-process-step:hover {
  opacity: 1;
  background: rgba(18, 18, 18, 0.98);
  border-color: rgba(255, 255, 255, 0.18);
}
.capabilities-section.is-visible .vinty-process-step.is-active .vinty-step-heading,
.capabilities-section.is-visible .vinty-process-step:hover .vinty-step-heading { color: #fff; }
.capabilities-section.is-visible .vinty-process-step.is-active .vinty-step-description,
.capabilities-section.is-visible .vinty-process-step:hover .vinty-step-description { color: rgba(239, 243, 250, 0.78); }

.capabilities-section__closing {
  max-width: 720px;
  margin: clamp(28px, 3.6vw, 46px) auto 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: clamp(1rem, 1.4vw, 1.32rem);
  line-height: 1.34;
  text-align: center;
}
.capabilities-section__closing span { display: block; }
.capabilities-section__closing span:last-child { color: rgba(255, 255, 255, 0.82); }

@media (max-width: 980px) {
  .method-section .process-intro__title { font-size: clamp(2.7rem, 7.5vw, 5.1rem); }
  .method-stages { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .method-stage:nth-child(2) { border-right: 0; }
  .method-stage:nth-child(n + 3) { border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .method-stage:nth-child(3) { padding-left: 0; }
  .capabilities-section .vinty-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .method-section { padding-inline: 16px; }
  .method-section .process-intro__inner { width: min(100%, calc(100vw - 32px)); }
  .method-section .process-intro__title { font-size: clamp(2.15rem, 10.5vw, 4rem); }
  .method-section .process-intro__title > span { max-width: none; }
  .method-stages { grid-template-columns: 1fr; }
  .method-stage,
  .method-stage + .method-stage,
  .method-stage:nth-child(3) { min-height: auto; padding: 26px 0; border-right: 0; border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .method-stage:first-child { border-top: 0; }
  .method-stage p { max-width: none; }
  .capabilities-section { padding-inline: 16px; }
  .capabilities-section .vinty-process-grid { grid-template-columns: 1fr; }
  .capabilities-section .vinty-process-step,
  .capabilities-section .vinty-process-step--wide { min-height: 250px; padding: 26px 22px; }
}

/* ==============================
   Post-Hero Cinematic Overrides
   ============================== */
.ecosystem-cinematic {
  position: relative;
  min-height: 620px;
  margin-top: 10px;
  border: 1px solid rgba(232, 240, 255, 0.14);
  border-radius: clamp(24px, 3vw, 34px);
  background:
    radial-gradient(circle at 22% 20%, rgba(120, 176, 255, 0.19), transparent 48%),
    radial-gradient(circle at 78% 84%, rgba(111, 255, 228, 0.13), transparent 44%),
    linear-gradient(170deg, rgba(8, 13, 23, 0.92), rgba(6, 10, 18, 0.88));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  overflow: hidden;
}

.ecosystem-mockup {
  --parallax-y: 0px;
  position: absolute;
  left: 50%;
  top: 52%;
  width: min(780px, 74vw);
  transform: translate3d(-50%, calc(-50% + var(--parallax-y)), 0);
  border-radius: 24px;
  border: 1px solid rgba(244, 248, 255, 0.24);
  background: linear-gradient(180deg, rgba(12, 18, 28, 0.95), rgba(9, 14, 22, 0.88));
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  z-index: 2;
}

.ecosystem-mockup__topbar {
  min-height: 42px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(220, 232, 250, 0.12);
  display: flex;
  align-items: center;
  gap: 8px;
}

.ecosystem-mockup__topbar span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(224, 236, 255, 0.45);
}

.ecosystem-mockup__screen {
  min-height: clamp(230px, 34vh, 300px);
  border-radius: 0 0 24px 24px;
  display: grid;
  place-items: center;
  text-align: center;
  color: rgba(207, 220, 243, 0.74);
  font-size: clamp(0.84rem, 0.95vw, 0.98rem);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    radial-gradient(circle at 22% 16%, rgba(123, 226, 255, 0.14), transparent 54%);
}

.floating-capability {
  --base-x: 0px;
  --base-y: 0px;
  --parallax-y: 0px;
  position: absolute;
  width: min(290px, 29vw);
  border: 1px solid rgba(236, 244, 255, 0.16);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(17, 24, 36, 0.94), rgba(8, 12, 19, 0.9));
  padding: 14px;
  display: grid;
  gap: 7px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
  transform: translate3d(var(--base-x), calc(var(--base-y) + var(--parallax-y)), 0);
  transition: border-color 320ms ease, box-shadow 320ms ease;
  z-index: 3;
  backdrop-filter: blur(6px);
  animation: cardBreath 7.2s ease-in-out infinite;
}

.floating-capability span {
  color: rgba(174, 193, 224, 0.72);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  font-weight: 700;
}

.floating-capability h3 {
  font-size: clamp(0.9rem, 1.12vw, 1.02rem);
  line-height: 1.2;
  text-transform: uppercase;
}

.floating-capability p {
  color: rgba(197, 213, 238, 0.78);
  font-size: 0.84rem;
  line-height: 1.36;
}

.floating-capability::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 58px;
  height: 1px;
  background: linear-gradient(90deg, rgba(123, 226, 255, 0.45), rgba(123, 226, 255, 0));
  opacity: 0.55;
  pointer-events: none;
}

.floating-capability:nth-of-type(1) {
  left: 4%;
  top: 12%;
  --base-x: 0px;
  --base-y: 0px;
  animation-delay: 0.1s;
}

.floating-capability:nth-of-type(2) {
  right: 4%;
  top: 10%;
  --base-x: 0px;
  --base-y: 0px;
  animation-delay: 0.45s;
}

.floating-capability:nth-of-type(3) {
  left: 3.5%;
  bottom: 12%;
  --base-x: 0px;
  --base-y: 0px;
  animation-delay: 0.92s;
}

.floating-capability:nth-of-type(4) {
  right: 3.5%;
  bottom: 13%;
  --base-x: 0px;
  --base-y: 0px;
  animation-delay: 1.24s;
}

.floating-capability:nth-of-type(5) {
  left: 50%;
  bottom: 4.5%;
  --base-x: -50%;
  --base-y: 0px;
  animation-delay: 1.52s;
}

.floating-capability:nth-of-type(1)::after,
.floating-capability:nth-of-type(3)::after {
  right: -52px;
  transform-origin: left center;
}

.floating-capability:nth-of-type(2)::after,
.floating-capability:nth-of-type(4)::after {
  left: -52px;
  transform-origin: right center;
  transform: rotate(180deg);
}

.floating-capability:nth-of-type(5)::after {
  left: 50%;
  top: -22px;
  width: 1px;
  height: 24px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(123, 226, 255, 0.5), rgba(123, 226, 255, 0));
}

.floating-capability.is-focus {
  border-color: rgba(123, 226, 255, 0.56);
  box-shadow: 0 18px 44px rgba(5, 14, 30, 0.48), 0 0 26px rgba(123, 226, 255, 0.22);
}

.ecosystem-pulse,
.ecosystem-glow {
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  pointer-events: none;
}

.ecosystem-pulse {
  width: min(540px, 56vw);
  height: min(540px, 56vw);
  border: 1px solid rgba(130, 208, 255, 0.25);
  animation: pulseRing 3.2s ease-out infinite;
}

.ecosystem-glow {
  width: min(430px, 44vw);
  height: min(430px, 44vw);
  background: radial-gradient(circle, rgba(119, 219, 255, 0.2), rgba(119, 219, 255, 0));
}

.talent-scene {
  position: relative;
  min-height: 640px;
  border: 1px solid rgba(231, 241, 255, 0.14);
  border-radius: clamp(24px, 3vw, 32px);
  background:
    radial-gradient(circle at 22% 82%, rgba(123, 226, 255, 0.12), transparent 44%),
    radial-gradient(circle at 80% 20%, rgba(116, 133, 255, 0.16), transparent 42%),
    linear-gradient(155deg, rgba(10, 14, 23, 0.94), rgba(6, 10, 16, 0.88));
  overflow: hidden;
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.42);
}

.talent-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.28;
  pointer-events: none;
}

.talent-scene__mockup {
  --parallax-y: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, calc(-50% + var(--parallax-y)), 0);
  width: min(520px, 54vw);
  z-index: 2;
}

.talent-scene__mockup .placeholder-box {
  min-height: clamp(320px, 44vh, 400px);
}

.talent-float {
  --parallax-y: 0px;
  position: absolute;
  width: min(252px, 26vw);
  border: 1px solid rgba(236, 244, 255, 0.2);
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(15, 21, 32, 0.94), rgba(9, 13, 21, 0.88));
  padding: 12px;
  display: grid;
  gap: 8px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.36);
  transform: translate3d(0, var(--parallax-y), 0);
  z-index: 3;
  backdrop-filter: blur(7px);
  animation: cardBreath 7.8s ease-in-out infinite;
}

.talent-float::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.talent-float h3 {
  font-size: 0.9rem;
  text-transform: uppercase;
}

.talent-float p {
  color: rgba(202, 215, 238, 0.78);
  font-size: 0.82rem;
}

.talent-float small {
  color: rgba(178, 198, 229, 0.72);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.talent-float:nth-of-type(2) { left: 4%; top: 10%; }
.talent-float:nth-of-type(3) { right: 5%; top: 10%; }
.talent-float:nth-of-type(4) { left: 4%; bottom: 11%; }
.talent-float:nth-of-type(5) { right: 5%; bottom: 12%; }
.talent-float:nth-of-type(6) { left: 16%; bottom: 34%; }
.talent-float:nth-of-type(7) { right: 16%; bottom: 34%; }

.talent-float:nth-of-type(2) { animation-delay: 0.18s; }
.talent-float:nth-of-type(3) { animation-delay: 0.54s; }
.talent-float:nth-of-type(4) { animation-delay: 0.96s; }
.talent-float:nth-of-type(5) { animation-delay: 1.28s; }
.talent-float:nth-of-type(6) { animation-delay: 1.62s; }
.talent-float:nth-of-type(7) { animation-delay: 1.94s; }

.marketplace-hub {
  --parallax-y: 0px;
  position: absolute;
  left: 50%;
  top: 52%;
  width: min(560px, 62vw);
  transform: translate3d(-50%, calc(-50% + var(--parallax-y)), 0);
  z-index: 1;
  opacity: 0.55;
}

.marketplace-hub .placeholder-box {
  min-height: 220px;
}

.marketplace-layers--cinematic {
  height: min(490px, 56vh);
  margin-top: 36px;
}

.marketplace-layers--cinematic .marketplace-layer {
  width: min(760px, 96%);
  min-height: 180px;
  backdrop-filter: blur(6px);
}

.marketplace-layers--cinematic .marketplace-layer:nth-child(1) {
  transform: translate3d(0, 92px, 0) scale(0.86);
}

.marketplace-layers--cinematic .marketplace-layer:nth-child(2) {
  transform: translate3d(0, 58px, 0) scale(0.9);
}

.marketplace-layers--cinematic .marketplace-layer:nth-child(3) {
  transform: translate3d(0, 24px, 0) scale(0.94);
}

.marketplace-layers--cinematic .marketplace-layer:nth-child(4) {
  transform: translate3d(0, -8px, 0) scale(0.98);
}

.marketplace-layers--cinematic .marketplace-layer.is-active {
  transform: translate3d(0, 0, 0) scale(1);
}

.marketplace-layers--cinematic .marketplace-layer::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(123, 226, 255, 0.09), transparent 58%);
  pointer-events: none;
}

.builder-stage--cinematic {
  position: relative;
  min-height: 610px;
  margin-top: 30px;
  overflow: visible;
}

.builder-core {
  --parallax-y: 0px;
  position: absolute;
  left: 50%;
  top: 48%;
  width: min(760px, 82vw);
  transform: translate3d(-50%, calc(-50% + var(--parallax-y)), 0);
  z-index: 1;
}

.builder-core__frame {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(233, 241, 255, 0.22);
  background: linear-gradient(160deg, rgba(12, 18, 29, 0.96), rgba(8, 12, 19, 0.9));
  overflow: hidden;
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.46);
}

.builder-core__frame::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 18px;
  border: 1px solid rgba(123, 226, 255, 0.16);
  pointer-events: none;
}

.builder-core__rail {
  min-height: 40px;
  border-bottom: 1px solid rgba(233, 241, 255, 0.12);
  display: flex;
  align-items: center;
  gap: 8px;
  padding-inline: 14px;
}

.builder-core__rail span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(224, 236, 255, 0.42);
}

.builder-core__screen {
  min-height: 280px;
  display: grid;
  place-items: center;
  color: rgba(206, 220, 244, 0.74);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: clamp(0.82rem, 0.94vw, 0.95rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    radial-gradient(circle at 78% 22%, rgba(123, 226, 255, 0.18), transparent 58%);
}

.builder-stage--cinematic > .builder-module,
.builder-stage--cinematic > .builder-placeholder {
  position: absolute;
  width: min(286px, 29vw);
  min-height: 124px;
  z-index: 3;
  opacity: 0.24;
  transform: translate3d(0, 28px, 0) scale(0.94);
}

.builder-stage--cinematic > .builder-module:nth-of-type(1) { left: 2%; top: 8%; }
.builder-stage--cinematic > .builder-module:nth-of-type(2) { right: 2%; top: 12%; }
.builder-stage--cinematic > .builder-module:nth-of-type(3) { left: 4%; bottom: 16%; }
.builder-stage--cinematic > .builder-module:nth-of-type(4) { right: 4%; bottom: 18%; }

.builder-stage--cinematic > .builder-placeholder {
  left: 50%;
  bottom: -8px;
  transform: translate3d(-50%, 18px, 0) scale(0.96);
  width: min(460px, 58vw);
  min-height: 92px;
}

.builder-stage--cinematic > .builder-module.is-active,
.builder-stage--cinematic > .builder-placeholder.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.builder-stage--cinematic > .builder-placeholder.is-active {
  transform: translate3d(-50%, 0, 0) scale(1);
}

.reach-card p {
  margin-top: 10px;
  color: rgba(198, 213, 237, 0.82);
  font-size: 0.9rem;
  line-height: 1.35;
  max-width: 52ch;
}

.reach-metrics {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.reach-metric {
  border: 1px solid rgba(225, 236, 255, 0.24);
  border-radius: 14px;
  min-height: 58px;
  display: grid;
  place-items: center;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  color: rgba(235, 244, 255, 0.92);
  background: rgba(255, 255, 255, 0.04);
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.reach-metric::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 18%, rgba(123, 226, 255, 0.28), transparent 64%);
  transform: translateX(-110%);
  animation: metricSweep 5.8s ease-in-out infinite;
  pointer-events: none;
}

.service-showcase--cinematic {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
}

.service-showcase__canvas {
  --parallax-y: 0px;
  grid-column: span 7;
  transform: translate3d(0, var(--parallax-y), 0);
}

.service-showcase__canvas .placeholder-box {
  min-height: min(438px, 52vh);
}

.service-showcase--cinematic .service-showcase__item:nth-of-type(2),
.service-showcase--cinematic .service-showcase__item:nth-of-type(3),
.service-showcase--cinematic .service-showcase__item:nth-of-type(4),
.service-showcase--cinematic .service-showcase__item:nth-of-type(5) {
  grid-column: span 5;
  position: relative;
  overflow: hidden;
}

.service-showcase--cinematic .service-showcase__item::before {
  content: "";
  position: absolute;
  top: -48%;
  left: -30%;
  width: 60%;
  height: 180%;
  background: linear-gradient(180deg, rgba(123, 226, 255, 0.16), rgba(123, 226, 255, 0));
  transform: rotate(24deg);
  pointer-events: none;
  opacity: 0.5;
}

.strategy-map--cinematic {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(14, 20, 31, 0.84), rgba(9, 13, 20, 0.82)),
    radial-gradient(circle at 50% 50%, rgba(116, 168, 255, 0.2), transparent 56%);
}

.strategy-map--cinematic::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 22px;
  border: 1px solid rgba(229, 238, 252, 0.1);
  pointer-events: none;
}

.strategy-core {
  grid-column: 1 / -1;
  min-height: 84px;
  border-radius: 16px;
  border: 1px solid rgba(123, 226, 255, 0.48);
  background: linear-gradient(160deg, rgba(18, 32, 54, 0.9), rgba(10, 20, 34, 0.86));
  display: grid;
  place-items: center;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(228, 240, 255, 0.96);
}

.network-board--cinematic {
  position: relative;
  overflow: hidden;
}

.network-board--cinematic::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.34;
  pointer-events: none;
}

.network-board__center {
  position: relative;
  z-index: 2;
}

.network-tags {
  position: relative;
  z-index: 3;
}

.network-ping {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(123, 226, 255, 0.44);
  background: radial-gradient(circle, rgba(123, 226, 255, 0.12), rgba(123, 226, 255, 0));
  pointer-events: none;
  animation: networkPulse 3.6s ease-out infinite;
}

.network-ping--a { width: 110px; height: 110px; left: 12%; top: 18%; }
.network-ping--b { width: 88px; height: 88px; right: 16%; top: 26%; animation-delay: 0.9s; }
.network-ping--c { width: 126px; height: 126px; right: 18%; bottom: 14%; animation-delay: 1.6s; }

.workflow-step {
  background: linear-gradient(165deg, rgba(14, 20, 31, 0.9), rgba(8, 12, 19, 0.86));
}

.workflow-step span {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

@keyframes pulseRing {
  0% { opacity: 0.42; transform: translate(-50%, -50%) scale(0.94); }
  70% { opacity: 0.12; transform: translate(-50%, -50%) scale(1.08); }
  100% { opacity: 0.06; transform: translate(-50%, -50%) scale(1.14); }
}

@keyframes networkPulse {
  0% { transform: scale(0.72); opacity: 0.58; }
  70% { transform: scale(1.18); opacity: 0.08; }
  100% { transform: scale(1.24); opacity: 0; }
}

@keyframes cardBreath {
  0%, 100% { box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34); border-color: rgba(236, 244, 255, 0.16); }
  50% { box-shadow: 0 20px 46px rgba(0, 0, 0, 0.44), 0 0 22px rgba(123, 226, 255, 0.12); border-color: rgba(123, 226, 255, 0.36); }
}

@keyframes metricSweep {
  0%, 100% { transform: translateX(-110%); opacity: 0; }
  22% { opacity: 0.65; }
  48% { transform: translateX(140%); opacity: 0; }
}

@media (max-width: 1140px) {
  .ecosystem-cinematic {
    min-height: auto;
    padding: 18px;
    display: grid;
    gap: 12px;
  }

  .ecosystem-mockup,
  .floating-capability,
  .ecosystem-pulse,
  .ecosystem-glow {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    transform: none;
  }

  .ecosystem-pulse,
  .ecosystem-glow {
    display: none;
  }

  .floating-capability:nth-of-type(5) {
    width: 100%;
  }

  .talent-scene {
    min-height: auto;
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .talent-scene__mockup {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    transform: none;
    grid-column: span 2;
  }

  .talent-float {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100%;
    transform: none;
  }

  .marketplace-hub {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    transform: none;
    margin-bottom: 14px;
    opacity: 1;
  }

  .builder-stage--cinematic {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .builder-core,
  .builder-stage--cinematic > .builder-module,
  .builder-stage--cinematic > .builder-placeholder {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    transform: none;
  }

  .builder-core {
    grid-column: span 2;
  }

  .builder-stage--cinematic > .builder-placeholder {
    grid-column: span 2;
  }

  .reach-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-showcase--cinematic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-showcase__canvas {
    grid-column: span 2;
    transform: none;
  }

  .service-showcase--cinematic .service-showcase__item:nth-of-type(2),
  .service-showcase--cinematic .service-showcase__item:nth-of-type(3),
  .service-showcase--cinematic .service-showcase__item:nth-of-type(4),
  .service-showcase--cinematic .service-showcase__item:nth-of-type(5) {
    grid-column: span 1;
  }
}

@media (max-width: 760px) {
  .ecosystem-mockup__screen {
    min-height: 190px;
    font-size: 0.74rem;
    letter-spacing: 0.09em;
  }

  .floating-capability,
  .talent-float,
  .marketplace-layer,
  .builder-module,
  .builder-placeholder,
  .reach-card {
    padding: 12px;
    border-radius: 14px;
  }

  .reach-metrics {
    grid-template-columns: 1fr;
  }

  .service-showcase--cinematic,
  .talent-scene,
  .builder-stage--cinematic,
  .strategy-map--cinematic {
    grid-template-columns: 1fr;
  }

  .builder-core,
  .service-showcase__canvas {
    grid-column: auto;
  }

  .strategy-core,
  .strategy-node {
    min-height: 60px;
    font-size: 0.74rem;
    letter-spacing: 0.06em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-capability,
  .talent-float,
  .ecosystem-pulse,
  .network-ping,
  .builder-module,
  .builder-placeholder,
  .marketplace-layer,
  .reach-card,
  .vinty-difference__eyebrow,
  .vinty-difference__copy h2,
  .vinty-difference__lead,
  .vinty-difference__closing,
  .vinty-difference__card,
  .vinty-eyebrow,
  .vinty-main-title,
  .vinty-subcopy,
  .vinty-unified-system,
  .vinty-step-column,
  .vinty-process-header,
  .vinty-process-step,
  .vinty-timeline-axis-line::after,
  .vinty-process-step::before,
  .reach-metric::before {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    filter: none !important;
  }
}

/* =============================================
   Landing Base V1 (post-hero cinematic sections)
   ============================================= */
.vinty-difference {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.062), transparent 28%),
    radial-gradient(circle at 82% 64%, rgba(255, 255, 255, 0.045), transparent 30%),
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    #000;
  background-size: auto, auto, 52px 52px, 52px 52px, auto;
  padding: clamp(120px, 11vw, 160px) 20px;
}

.vinty-difference::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.72) 18%, rgba(0, 0, 0, 0.78) 78%, #000 100%);
  opacity: 0.96;
}

.vinty-difference::after {
  content: "";
  position: absolute;
  inset: 10% 0 auto;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  opacity: 0.54;
}

.vinty-difference__inner {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100vw - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 0.86fr);
  gap: clamp(46px, 6vw, 92px);
  align-items: center;
}

.vinty-difference__copy {
  max-width: 720px;
}

.vinty-difference__eyebrow,
.vinty-difference__copy h2,
.vinty-difference__lead,
.vinty-difference__closing {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(8px);
  transition:
    opacity 700ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.vinty-difference__eyebrow {
  margin: 0 0 clamp(20px, 2vw, 28px);
  color: rgba(246, 249, 255, 0.52);
  font-size: clamp(0.72rem, 0.8vw, 0.82rem);
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vinty-difference__copy h2 {
  margin: 0;
  color: rgba(246, 249, 255, 0.98);
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.vinty-difference__lead {
  max-width: 650px;
  margin: clamp(28px, 3.1vw, 40px) 0 0;
  color: rgba(239, 243, 250, 0.72);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.62;
  transition-delay: 90ms;
}

.vinty-difference__closing {
  width: fit-content;
  margin: clamp(28px, 3vw, 38px) 0 0;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(246, 249, 255, 0.82);
  font-size: clamp(0.84rem, 0.95vw, 0.96rem);
  font-weight: 750;
  line-height: 1.3;
  transition-delay: 170ms;
}

.vinty-difference__system {
  position: relative;
  display: grid;
  gap: 16px;
  padding: clamp(14px, 1.8vw, 22px);
}

.vinty-difference__line {
  position: absolute;
  top: 44px;
  bottom: 44px;
  left: clamp(30px, 4vw, 44px);
  width: 1px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06), transparent);
  opacity: 0.8;
}

.vinty-difference__card {
  --delay: 120ms;
  position: relative;
  overflow: hidden;
  min-height: 154px;
  padding: clamp(22px, 2vw, 28px) clamp(22px, 2.2vw, 32px) clamp(22px, 2vw, 28px) clamp(34px, 3.4vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.022)),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 0;
  transform: translateY(32px) scale(0.97);
  filter: blur(10px);
  transition:
    opacity 700ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 700ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 260ms ease,
    background 260ms ease,
    box-shadow 260ms ease;
  transition-delay: var(--delay), var(--delay), var(--delay), 0ms, 0ms, 0ms;
  will-change: opacity, transform, filter;
}

.vinty-difference__card::before {
  content: "";
  position: absolute;
  left: clamp(17px, 2.3vw, 30px);
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(246, 249, 255, 0.84);
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.22);
  transform: translate(-50%, -50%);
}

.vinty-difference__card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.1), transparent 42%);
  opacity: 0.34;
}

.vinty-difference__card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.032)),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.44);
}

.vinty-difference__number {
  position: absolute;
  top: 18px;
  right: 22px;
  color: rgba(255, 255, 255, 0.055);
  font-size: clamp(3.8rem, 5.2vw, 6.4rem);
  line-height: 0.78;
  font-weight: 900;
  pointer-events: none;
}

.vinty-difference__pill {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(246, 249, 255, 0.74);
  font-size: 0.68rem;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.vinty-difference__card h3 {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin: 0;
  color: rgba(246, 249, 255, 0.94);
  font-size: clamp(1.2rem, 1.5vw, 1.56rem);
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: 0;
}

.vinty-difference__card p {
  position: relative;
  z-index: 1;
  max-width: 470px;
  margin: 12px 0 0;
  color: rgba(239, 243, 250, 0.64);
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.55;
}

.vinty-difference.is-visible .vinty-difference__eyebrow,
.vinty-difference.is-visible .vinty-difference__copy h2,
.vinty-difference.is-visible .vinty-difference__lead,
.vinty-difference.is-visible .vinty-difference__closing,
.vinty-difference.is-visible .vinty-difference__card {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.vinty-difference.is-visible .vinty-difference__card:hover {
  transform: translateY(-6px);
}

.vinty-difference-section {
  --vinty-progress: 0;
  position: relative;
  overflow: hidden;
  background: #000;
  padding: clamp(120px, 11vw, 160px) 20px;
}

.vinty-difference-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 80% 64%, rgba(255, 255, 255, calc(0.025 + (var(--vinty-progress) * 0.035))), transparent 34%),
    linear-gradient(180deg, #000 0%, #050505 42%, #000 100%);
}

.vinty-container {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100vw - 40px));
  margin: 0 auto;
}

.vinty-intro-block {
  max-width: min(60%, 780px);
}

.vinty-eyebrow,
.vinty-main-title,
.vinty-subcopy,
.vinty-unified-system,
.vinty-step-column {
  opacity: 0;
  transform: translateY(28px);
  filter: blur(8px);
  transition:
    opacity 700ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 700ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform, filter;
}

.vinty-eyebrow {
  display: block;
  margin: 0 0 22px;
  color: #666;
  font-size: clamp(0.75rem, 0.84vw, 0.88rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vinty-main-title {
  max-width: none;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 6vw, 6.5rem);
  line-height: 0.92;
  letter-spacing: -0.02em;
  font-weight: 600;
  text-transform: none;
}

.vinty-main-title span {
  display: inline-block;
  white-space: nowrap;
}

.vinty-subcopy {
  max-width: 620px;
  margin: clamp(26px, 2.8vw, 36px) 0 0;
  color: #a0a0a0;
  font-size: clamp(1.05rem, 1.28vw, 1.25rem);
  line-height: 1.6;
  font-weight: 400;
  transition-delay: 80ms;
}

.vinty-progression-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(48px, 5vw, 64px);
  margin-top: clamp(24px, 2.4vw, 36px);
}

.vinty-step-column {
  position: relative;
  min-height: clamp(255px, 25.5vw, 357px);
  padding: clamp(28px, 2.9vw, 46px) clamp(26px, 3vw, 48px);
}

.vinty-unified-system {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
  overflow: hidden;
  border: 1px solid #141414;
  border-radius: 8px;
  background: linear-gradient(135deg, #070707 0%, #010101 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.012);
  transition:
    border-color 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 180ms;
}

.vinty-unified-system::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.12) 18%, rgba(255, 255, 255, 0.12) 82%, transparent);
  opacity: 0.72;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.vinty-unified-system::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #181818;
  border-radius: 999px;
  background: #030303;
  color: #333;
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 300;
  transform: translate(-50%, -50%);
  transition:
    color 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.vinty-unified-system:hover {
  border-color: #242424;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    inset 0 0 42px rgba(255, 255, 255, 0.028),
    0 30px 80px rgba(0, 0, 0, 0.34);
}

.vinty-unified-system:hover::before {
  opacity: 1;
}

.vinty-unified-system:hover::after {
  color: #5f5f5f;
  border-color: #2a2a2a;
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.045);
}

.step-initial {
  opacity: 0;
  transition-delay: 120ms;
  border-block: 1px solid #161616;
}

.step-intermediate {
  opacity: 0;
  transition-delay: 0ms;
}

.step-premium {
  overflow: hidden;
  background: linear-gradient(135deg, rgba(13, 13, 13, calc(0.34 + (var(--vinty-progress) * 0.38))), rgba(0, 0, 0, 0));
  transition-delay: 320ms;
}

.vinty-unified-system .vinty-step-column {
  opacity: 1;
  transform: none;
  filter: none;
}

.vinty-glow-effect {
  position: absolute;
  inset: 8% -24% auto auto;
  width: 76%;
  height: 80%;
  pointer-events: none;
  background: radial-gradient(ellipse, rgba(255, 255, 255, calc(0.03 + (var(--vinty-progress) * 0.035))), transparent 68%);
  filter: blur(22px);
  opacity: calc(0.5 + (var(--vinty-progress) * 0.5));
}

.vinty-meta-border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, calc(0.18 + (var(--vinty-progress) * 0.42))), rgba(150, 150, 150, 0.08), transparent);
  opacity: calc(0.3 + (var(--vinty-progress) * 0.7));
}

.vinty-step-title {
  position: relative;
  z-index: 1;
  margin: 0 0 clamp(30px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.28rem, 1.55vw, 1.72rem);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.02em;
  transition: color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.premium-highlight {
  color: rgba(255, 255, 255, calc(0.86 + (var(--vinty-progress) * 0.14)));
}

.vinty-step-text {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.18rem, 1.62vw, 1.82rem);
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: -0.02em;
  transition: color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.vinty-step-text + .vinty-step-text {
  margin-top: clamp(18px, 2vw, 26px);
}

.vinty-step-text.text-muted {
  color: #666;
  font-size: clamp(0.96rem, 1.08vw, 1.08rem);
  line-height: 1.58;
  font-weight: 400;
  letter-spacing: 0;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.step-initial:hover .vinty-step-title,
.step-initial:hover .vinty-step-text {
  color: #fff;
}

.vinty-unified-system:hover .vinty-step-title,
.vinty-unified-system:hover .vinty-step-text {
  color: #fff;
}

.vinty-unified-system:hover .vinty-step-text.text-muted {
  color: #b0b0b0;
}

.vinty-difference-section.is-visible .vinty-eyebrow,
.vinty-difference-section.is-visible .vinty-main-title,
.vinty-difference-section.is-visible .vinty-subcopy,
.vinty-difference-section.is-visible .vinty-unified-system,
.vinty-difference-section.is-visible .vinty-step-column {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.vinty-difference-section.is-visible .step-initial,
.vinty-difference-section.is-visible .step-intermediate {
  opacity: calc(0.6 + (var(--vinty-progress) * 0.18));
}

.vinty-difference-section.is-visible .vinty-unified-system {
  opacity: calc(0.72 + (var(--vinty-progress) * 0.18));
}

.vinty-difference-section.is-visible .step-premium {
  opacity: calc(0.78 + (var(--vinty-progress) * 0.22));
}

.vinty-difference-section.is-visible .vinty-unified-system .vinty-step-column {
  opacity: 1;
}

.services-intro {
  position: relative;
  min-height: 50vh;
  background: #000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.services-intro--compact {
  min-height: 50vh;
  padding: 10px 20px;
}

.services-intro__inner {
  width: min(1260px, calc(100vw - 40px));
  margin: 0 auto;
  display: grid;
  place-items: center;
}

.services-intro__title {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(2.05rem, 6.4vw, 5.4rem);
  line-height: 0.92;
  letter-spacing: 0.02em;
  text-align: center;
  color: rgba(246, 249, 255, 0.98);
  opacity: 0;
  transform: translate3d(0, 90px, 0) scale(0.35);
  transform-origin: center center;
  will-change: opacity, transform;
}

.services-intro__title.is-visible {
  opacity: 1;
}

.services {
  position: relative;
  background: #000 url("./assets/img/bg2.png") center / cover no-repeat;
  padding: clamp(40px, 5.6vw, 72px) 20px;
  min-height: 72vh;
  display: grid;
  align-items: center;
}

.services__inner {
  width: min(1260px, calc(100vw - 40px));
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.services h2 {
  margin: 0;
  text-align: center;
  font-size: clamp(2.05rem, 4.7vw, 4.35rem);
  line-height: 0.92;
  letter-spacing: 0.01em;
  font-weight: 900;
  text-transform: uppercase;
}

.services__subtitle {
  margin: clamp(10px, 1.4vw, 16px) auto 0;
  text-align: center;
  font-size: clamp(0.85rem, 1.2vw, 1.12rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(239, 243, 250, 0.82);
  font-weight: 700;
  max-width: 980px;
  line-height: 1.35;
}

.services__grid {
  margin-top: clamp(28px, 3.4vw, 42px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: min(640px, 100%);
  margin-inline: auto;
}

.services-market-clone {
  width: min(1100px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 22px);
}

.services-market-clone__card {
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: clamp(380px, 30vw, 450px);
  overflow: hidden;
  perspective: 1000px;
  cursor: pointer;
}

.services-market-clone__face {
  position: absolute;
  inset: 0;
  padding: clamp(18px, 2.1vw, 24px);
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.services-market-clone__face--front {
  background: transparent;
  border: 0;
  gap: 14px;
  transition: transform 0.62s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.36s ease;
  transform-origin: center center;
}

.services-market-clone__icon {
  width: clamp(36px, 2.9vw, 48px);
  height: clamp(36px, 2.9vw, 48px);
  display: inline-grid;
  place-items: center;
  color: #fff;
}

.services-market-clone__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.services-market-clone__face--back {
  background: linear-gradient(165deg, rgba(242, 248, 255, 0.96), rgba(223, 236, 250, 0.92));
  transform: rotateX(-90deg);
  transform-origin: bottom;
  transition: transform 0.62s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.services-market-clone__face--back h4 {
  margin: 0;
  color: #111723;
  font-size: clamp(1.04rem, 1.2vw, 1.26rem);
  text-transform: uppercase;
  line-height: 1.06;
}

.services-market-clone__face--back p {
  margin: 12px 0 0;
  color: rgba(17, 25, 36, 0.78);
  font-size: clamp(0.84rem, 0.92vw, 0.96rem);
  line-height: 1.42;
  max-width: 32ch;
}

.services-market-clone__card:hover .services-market-clone__face--front,
.services-market-clone__card:focus-visible .services-market-clone__face--front,
.services-market-clone__card.is-flipped .services-market-clone__face--front {
  transform: scale(0.95);
  opacity: 0;
}

.services-market-clone__card:hover .services-market-clone__face--back,
.services-market-clone__card:focus-visible .services-market-clone__face--back,
.services-market-clone__card.is-flipped .services-market-clone__face--back {
  transform: rotateX(0deg);
}

.services-market-clone__card h3 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.process-intro {
  min-height: 52vh;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.055), transparent 30%),
    #000;
  align-items: end;
  padding: clamp(118px, 13vw, 188px) 20px clamp(42px, 5.8vw, 82px);
  place-items: end center;
}

.process-intro__inner {
  place-items: start;
  gap: clamp(18px, 2vw, 26px);
  transform: translateY(clamp(-58px, -4vw, -34px));
}

.process-intro__title {
  max-width: 1120px;
  text-align: left;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.92;
  letter-spacing: 0;
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 700ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.process-intro__copy {
  max-width: 830px;
  margin: 0;
  color: rgba(239, 243, 250, 0.72);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.58;
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 700ms cubic-bezier(0.16, 1, 0.3, 1) 90ms,
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1) 90ms;
}

.process-intro__microcopy {
  max-width: 760px;
  margin: -6px 0 0;
  color: rgba(239, 243, 250, 0.56);
  font-size: clamp(0.9rem, 1.05vw, 1rem);
  line-height: 1.56;
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 700ms cubic-bezier(0.16, 1, 0.3, 1) 180ms,
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1) 180ms;
}

.process-intro.is-visible .process-intro__title,
.process-intro.is-visible .process-intro__copy,
.process-intro.is-visible .process-intro__microcopy {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.process-section {
  min-height: 78vh;
  padding: clamp(34px, 4.6vw, 64px) 20px clamp(98px, 10vw, 148px);
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    radial-gradient(circle at 74% 22%, rgba(255, 255, 255, 0.055), transparent 32%),
    #000;
  background-size: 44px 44px, 44px 44px, auto, auto;
  overflow: hidden;
}

.process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.7) 18%, rgba(0, 0, 0, 0.86) 100%);
  opacity: 0.92;
}

.process-section__inner {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100vw - 40px));
  display: block;
}

.process-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.45vw, 24px);
}

.process-card {
  --delay: 0ms;
  position: relative;
  min-height: clamp(270px, 21vw, 340px);
  padding: clamp(22px, 2vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.024)),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: grid;
  grid-template-rows: 34px 1fr 52px minmax(58px, auto) minmax(88px, auto);
  align-items: start;
  row-gap: 14px;
  opacity: 0;
  transform: translateY(28px) scale(0.97);
  filter: blur(8px);
  transition:
    opacity 700ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 700ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 260ms ease,
    background 260ms ease,
    box-shadow 260ms ease;
  transition-delay: var(--delay), var(--delay), var(--delay), 0ms, 0ms, 0ms;
  will-change: opacity, transform, filter;
}

.process-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.09), transparent 40%);
  opacity: 0.42;
}

.process-section.is-visible .process-card {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.process-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.068), rgba(255, 255, 255, 0.032)),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

.process-card__number {
  position: absolute;
  top: clamp(14px, 1.6vw, 22px);
  right: clamp(18px, 2vw, 28px);
  color: rgba(255, 255, 255, 0.055);
  font-size: clamp(4.1rem, 6.4vw, 7.4rem);
  line-height: 0.78;
  font-weight: 900;
  opacity: 0;
  transform: translate3d(8px, -6px, 0);
  transition:
    opacity 700ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--delay) + 160ms);
}

.process-section.is-visible .process-card__number {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.vinty-process-section {
  --process-progress: 0;
  position: relative;
  overflow: hidden;
  min-height: 96vh;
  padding: clamp(92px, 9vw, 138px) 20px clamp(110px, 10vw, 156px);
  background: #000;
}

.vinty-process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 52% 68%, rgba(255, 255, 255, 0.034), transparent 38%),
    linear-gradient(180deg, #000 0%, #050505 48%, #000 100%);
}

.vinty-process-container {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100vw - 40px));
  margin: 0 auto;
}

.vinty-process-header {
  max-width: 850px;
  opacity: 0;
  transform: translateY(28px);
  filter: blur(8px);
  transition:
    opacity 800ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 800ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

.vinty-mini-eyebrow {
  display: block;
  margin: 0 0 18px;
  color: #666;
  font-size: clamp(0.72rem, 0.78vw, 0.84rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vinty-section-title {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 6.2vw, 6.2rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.vinty-section-copy {
  max-width: 760px;
  margin: clamp(16px, 1.8vw, 24px) 0 0;
  color: rgba(239, 243, 250, 0.66);
  font-size: clamp(0.98rem, 1.2vw, 1.18rem);
  line-height: 1.5;
  font-weight: 420;
}

.vinty-timeline-wrapper {
  position: relative;
  margin-top: clamp(70px, 8vw, 116px);
  padding-top: clamp(34px, 4vw, 54px);
}

.vinty-timeline-axis-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #222 10%, #222 90%, transparent);
  overflow: hidden;
}

.vinty-timeline-axis-line::after {
  content: "";
  position: absolute;
  inset: 0;
  width: calc(var(--process-progress) * 100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.18));
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.12);
}

.vinty-process-grid {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.09) 18%, rgba(255, 255, 255, 0.09) 82%, transparent);
}

.vinty-process-step {
  position: relative;
  grid-column: span 3;
  min-height: clamp(238px, 22vw, 322px);
  padding: clamp(28px, 3vw, 44px);
  background: #000;
  isolation: isolate;
  opacity: 0;
  transform: translateY(32px);
  filter: blur(8px);
  transition:
    opacity 800ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 800ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 800ms cubic-bezier(0.16, 1, 0.3, 1),
    color 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

.vinty-process-step:nth-child(1) { transition-delay: 80ms; }
.vinty-process-step:nth-child(2) { transition-delay: 150ms; }
.vinty-process-step:nth-child(3) { transition-delay: 220ms; }
.vinty-process-step:nth-child(4) { transition-delay: 290ms; }
.vinty-process-step:nth-child(5) { transition-delay: 360ms; }
.vinty-process-step:nth-child(6) { transition-delay: 430ms; }

.vinty-process-step--wide {
  grid-column: span 4;
}

.vinty-process-step::before {
  content: "";
  position: absolute;
  inset: 8%;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 50% 26%, rgba(255, 255, 255, 0.045), transparent 62%);
  opacity: 0;
  transform: scale(0.96);
  transition:
    opacity 800ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

.vinty-step-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: clamp(46px, 5vw, 74px);
}

.vinty-step-number {
  color: #444;
  font-size: 0.69rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.vinty-step-icon-wrapper {
  width: 34px;
  height: 34px;
  color: rgba(255, 255, 255, 0.36);
  opacity: 0.72;
}

.vinty-step-icon-wrapper svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vinty-step-heading {
  margin: 0;
  color: #fff;
  font-size: clamp(1.48rem, 2.2vw, 2.35rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.vinty-step-description {
  max-width: 520px;
  margin: clamp(16px, 1.8vw, 24px) 0 0;
  color: #777;
  font-size: clamp(0.96rem, 1.05vw, 1.08rem);
  line-height: 1.58;
  font-weight: 400;
  transition: color 500ms ease;
}

.vinty-process-section.is-visible .vinty-process-header,
.vinty-process-section.is-visible .vinty-process-step {
  opacity: 0.4;
  transform: translateY(0);
  filter: blur(0);
}

.vinty-process-section.is-visible .vinty-process-header,
.vinty-process-section.is-visible .vinty-process-step.is-active,
.vinty-process-section.is-visible .vinty-process-step:hover {
  opacity: 1;
}

.vinty-process-step.is-active::before,
.vinty-process-step:hover::before {
  opacity: 1;
  transform: scale(1);
}

.vinty-process-step.is-active .vinty-step-description,
.vinty-process-step:hover .vinty-step-description {
  color: #b0b0b0;
}

.vinty-process-step.is-active .vinty-step-icon-wrapper,
.vinty-process-step:hover .vinty-step-icon-wrapper {
  color: rgba(255, 255, 255, 0.8);
}

.process-card__pill {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(246, 249, 255, 0.76);
  font-size: 0.68rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
}

.process-card__icon {
  position: relative;
  z-index: 1;
  grid-row: 3;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.12), transparent 45%),
    rgba(255, 255, 255, 0.04);
  display: grid;
  place-items: center;
  color: rgba(246, 249, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 14px 32px rgba(0, 0, 0, 0.24);
}

.process-card__icon svg {
  width: 25px;
  height: 25px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-card h3 {
  position: relative;
  z-index: 1;
  grid-row: 4;
  margin: 0;
  color: rgba(246, 249, 255, 0.96);
  font-size: clamp(1.05rem, 1.18vw, 1.34rem);
  line-height: 1.08;
  letter-spacing: 0;
  align-self: start;
}

.process-card p {
  position: relative;
  z-index: 1;
  grid-row: 5;
  margin: 0;
  color: rgba(239, 243, 250, 0.64);
  font-size: clamp(0.88rem, 0.92vw, 0.98rem);
  line-height: 1.48;
  align-self: start;
}

.brand-proof {
  position: relative;
  background: #000;
  min-height: 100svh;
  padding: clamp(72px, 7vw, 104px) 20px;
  overflow: hidden;
  isolation: isolate;
}

.brand-proof::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: none;
  opacity: 0;
}

.brand-proof::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: none;
}

.brand-proof__inner {
  position: relative;
  z-index: 2;
  width: min(1500px, calc(100vw - 40px));
  min-height: calc(100svh - clamp(144px, 14vw, 208px));
  margin: 0 auto;
  display: grid;
  place-items: center;
}

.brand-proof__header {
  position: relative;
  z-index: 3;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transform: translateY(24px);
  filter: blur(6px);
  transition:
    opacity 700ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-proof.is-visible .brand-proof__header {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.brand-proof__eyebrow {
  margin: 0 0 14px;
  color: rgba(246, 249, 255, 0.58);
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-proof__header h2 {
  margin: 0;
  color: rgba(246, 249, 255, 0.94);
  font-size: clamp(2.8rem, 6vw, 7.2rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

.brand-proof__copy {
  max-width: 760px;
  margin: clamp(18px, 2vw, 26px) auto 0;
  color: rgba(239, 243, 250, 0.68);
  font-size: clamp(1.02rem, 1.25vw, 1.24rem);
  line-height: 1.58;
  letter-spacing: 0;
  text-wrap: balance;
}

.brand-proof__grid {
  position: absolute;
  inset: -10% -6%;
  z-index: 0;
  margin: 0;
  display: block;
  pointer-events: none;
}

.brand-proof__logo {
  --delay: 0ms;
  --x: 50%;
  --y: 50%;
  --s: 1;
  --r: 0deg;
  --tx: 12px;
  --ty: -10px;
  --dur: 28s;
  --float-delay: 0s;
  --particle-x: 10px;
  --particle-y: -9px;
  --particle-dur: 8s;
  --particle-delay: -2s;
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: clamp(158px, 12.5vw, 250px);
  min-height: clamp(94px, 7.8vw, 166px);
  margin: 0;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  opacity: 0;
  transform: translate(-50%, -50%) translate3d(calc(var(--tx) * -0.45), calc(var(--ty) * -0.45), 0) scale(calc(var(--s) * 0.92)) rotate(var(--r));
  filter: blur(7px);
  will-change: transform, opacity, filter;
  transition:
    opacity 1200ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 1200ms cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-proof__logo:not(.brand-proof__logo--empty) {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.brand-proof.is-visible .brand-proof__logo--active {
  animation: brandLogoCycle var(--dur) cubic-bezier(0.16, 1, 0.3, 1) var(--float-delay) both;
}

.brand-proof.is-visible .brand-proof__logo.brand-proof__logo--resting {
  animation: none;
  opacity: 0;
  filter: blur(9px);
}

.brand-proof__logo:hover {
  transform: translate(-50%, -50%) scale(calc(var(--s) * 1.04)) rotate(var(--r));
}

.brand-proof__logo:not(.brand-proof__logo--empty):hover {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.brand-proof__logo--empty:hover {
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.016)),
    rgba(255, 255, 255, 0.026);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.brand-proof__logo img {
  display: block;
  max-width: 100%;
  max-height: clamp(88px, 7.4vw, 156px);
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.7;
  mix-blend-mode: screen;
  filter: grayscale(1) saturate(0) contrast(2.25) brightness(1.08);
  transition: none;
}

.brand-proof.is-visible .brand-proof__logo--active img {
  animation: brandLogoParticle var(--particle-dur) ease-in-out var(--particle-delay) infinite alternate;
  will-change: transform;
}

.brand-proof.is-visible .brand-proof__logo--retiring img {
  animation-duration: calc(var(--particle-dur) * 0.72);
}

.brand-proof__logo:hover img {
  opacity: 0.78;
  filter: grayscale(1) saturate(0) contrast(2.3) brightness(1.1);
}

.brand-proof__logo:nth-child(1) { --x: 6%; --y: 8%; --s: 0.8; --r: -2deg; --dur: 32s; --float-delay: -3s; }
.brand-proof__logo:nth-child(2) { --x: 18%; --y: 8%; --s: 0.72; --r: 1deg; --dur: 34s; --float-delay: -9s; }
.brand-proof__logo:nth-child(3) { --x: 30%; --y: 8%; --s: 0.78; --r: -1deg; --dur: 31s; --float-delay: -17s; }
.brand-proof__logo:nth-child(4) { --x: 42%; --y: 8%; --s: 0.68; --r: 2deg; --dur: 36s; --float-delay: -5s; }
.brand-proof__logo:nth-child(5) { --x: 58%; --y: 8%; --s: 0.74; --r: -2deg; --dur: 33s; --float-delay: -14s; }
.brand-proof__logo:nth-child(6) { --x: 70%; --y: 8%; --s: 0.7; --r: 1deg; --dur: 35s; --float-delay: -22s; }
.brand-proof__logo:nth-child(7) { --x: 82%; --y: 8%; --s: 0.76; --r: -1deg; --dur: 32s; --float-delay: -11s; }
.brand-proof__logo:nth-child(8) { --x: 94%; --y: 8%; --s: 0.68; --r: 2deg; --dur: 37s; --float-delay: -19s; }
.brand-proof__logo:nth-child(9) { --x: 6%; --y: 22%; --s: 0.72; --r: 1deg; --dur: 34s; --float-delay: -27s; }
.brand-proof__logo:nth-child(10) { --x: 18%; --y: 22%; --s: 0.78; --r: -2deg; --dur: 31s; --float-delay: -7s; }
.brand-proof__logo:nth-child(11) { --x: 30%; --y: 22%; --s: 0.7; --r: 1deg; --dur: 35s; --float-delay: -15s; }
.brand-proof__logo:nth-child(12) { --x: 42%; --y: 22%; --s: 0.66; --r: -1deg; --dur: 33s; --float-delay: -21s; }
.brand-proof__logo:nth-child(13) { --x: 58%; --y: 22%; --s: 0.68; --r: 2deg; --dur: 36s; --float-delay: -4s; }
.brand-proof__logo:nth-child(14) { --x: 70%; --y: 22%; --s: 0.72; --r: -2deg; --dur: 32s; --float-delay: -12s; }
.brand-proof__logo:nth-child(15) { --x: 82%; --y: 22%; --s: 0.78; --r: 1deg; --dur: 35s; --float-delay: -24s; }
.brand-proof__logo:nth-child(16) { --x: 94%; --y: 22%; --s: 0.7; --r: -1deg; --dur: 34s; --float-delay: -18s; }
.brand-proof__logo:nth-child(17) { --x: 6%; --y: 37%; --s: 0.74; --r: -2deg; --dur: 35s; --float-delay: -10s; }
.brand-proof__logo:nth-child(18) { --x: 18%; --y: 37%; --s: 0.68; --r: 2deg; --dur: 33s; --float-delay: -23s; }
.brand-proof__logo:nth-child(19) { --x: 82%; --y: 37%; --s: 0.72; --r: -1deg; --dur: 36s; --float-delay: -6s; }
.brand-proof__logo:nth-child(20) { --x: 94%; --y: 37%; --s: 0.76; --r: 1deg; --dur: 32s; --float-delay: -16s; }
.brand-proof__logo:nth-child(21) { --x: 6%; --y: 52%; --s: 0.7; --r: 2deg; --dur: 34s; --float-delay: -26s; }
.brand-proof__logo:nth-child(22) { --x: 18%; --y: 52%; --s: 0.76; --r: -1deg; --dur: 37s; --float-delay: -13s; }
.brand-proof__logo:nth-child(23) { --x: 82%; --y: 52%; --s: 0.68; --r: 1deg; --dur: 35s; --float-delay: -20s; }
.brand-proof__logo:nth-child(24) { --x: 94%; --y: 52%; --s: 0.74; --r: -2deg; --dur: 33s; --float-delay: -2s; }
.brand-proof__logo:nth-child(25) { --x: 6%; --y: 67%; --s: 0.78; --r: -1deg; --dur: 32s; --float-delay: -28s; }
.brand-proof__logo:nth-child(26) { --x: 18%; --y: 67%; --s: 0.7; --r: 2deg; --dur: 36s; --float-delay: -8s; }
.brand-proof__logo:nth-child(27) { --x: 82%; --y: 67%; --s: 0.76; --r: -2deg; --dur: 34s; --float-delay: -17s; }
.brand-proof__logo:nth-child(28) { --x: 94%; --y: 67%; --s: 0.68; --r: 1deg; --dur: 35s; --float-delay: -25s; }
.brand-proof__logo:nth-child(29) { --x: 6%; --y: 82%; --s: 0.72; --r: 2deg; --dur: 33s; --float-delay: -11s; }
.brand-proof__logo:nth-child(30) { --x: 18%; --y: 82%; --s: 0.78; --r: -1deg; --dur: 35s; --float-delay: -30s; }
.brand-proof__logo:nth-child(31) { --x: 30%; --y: 82%; --s: 0.68; --r: 1deg; --dur: 32s; --float-delay: -14s; }
.brand-proof__logo:nth-child(32) { --x: 42%; --y: 82%; --s: 0.74; --r: -2deg; --dur: 37s; --float-delay: -4s; }
.brand-proof__logo:nth-child(33) { --x: 58%; --y: 82%; --s: 0.7; --r: 2deg; --dur: 34s; --float-delay: -22s; }
.brand-proof__logo:nth-child(34) { --x: 70%; --y: 82%; --s: 0.76; --r: -1deg; --dur: 36s; --float-delay: -18s; }
.brand-proof__logo:nth-child(35) { --x: 82%; --y: 82%; --s: 0.72; --r: 1deg; --dur: 33s; --float-delay: -7s; }
.brand-proof__logo:nth-child(36) { --x: 94%; --y: 82%; --s: 0.78; --r: -2deg; --dur: 35s; --float-delay: -27s; }
.brand-proof__logo:nth-child(37) { --x: 24%; --y: 96%; --s: 0.68; --r: 1deg; --dur: 34s; --float-delay: -12s; }
.brand-proof__logo:nth-child(38) { --x: 40%; --y: 96%; --s: 0.72; --r: -2deg; --dur: 36s; --float-delay: -20s; }
.brand-proof__logo:nth-child(39) { --x: 60%; --y: 96%; --s: 0.74; --r: 2deg; --dur: 35s; --float-delay: -5s; }
.brand-proof__logo:nth-child(40) { --x: 76%; --y: 96%; --s: 0.68; --r: -1deg; --dur: 33s; --float-delay: -24s; }
.brand-proof__logo:nth-child(41) { --x: 2%; --y: 14%; --s: 0.62; --r: 1deg; --dur: 26s; --float-delay: -2s; }
.brand-proof__logo:nth-child(42) { --x: 98%; --y: 14%; --s: 0.62; --r: -1deg; --dur: 28s; --float-delay: -14s; }
.brand-proof__logo:nth-child(43) { --x: 2%; --y: 45%; --s: 0.58; --r: -2deg; --dur: 30s; --float-delay: -8s; }
.brand-proof__logo:nth-child(44) { --x: 98%; --y: 45%; --s: 0.58; --r: 2deg; --dur: 27s; --float-delay: -20s; }
.brand-proof__logo:nth-child(45) { --x: 2%; --y: 74%; --s: 0.6; --r: 1deg; --dur: 29s; --float-delay: -16s; }
.brand-proof__logo:nth-child(46) { --x: 98%; --y: 74%; --s: 0.6; --r: -1deg; --dur: 31s; --float-delay: -4s; }
.brand-proof__logo:nth-child(47) { --x: 18%; --y: 101%; --s: 0.58; --r: 2deg; --dur: 30s; --float-delay: -24s; }
.brand-proof__logo:nth-child(48) { --x: 34%; --y: 101%; --s: 0.58; --r: -2deg; --dur: 28s; --float-delay: -10s; }
.brand-proof__logo:nth-child(49) { --x: 66%; --y: 101%; --s: 0.58; --r: 1deg; --dur: 29s; --float-delay: -18s; }
.brand-proof__logo:nth-child(50) { --x: 82%; --y: 101%; --s: 0.58; --r: -1deg; --dur: 27s; --float-delay: -6s; }

@keyframes brandLogoFloat {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) translate3d(calc(var(--tx) * -0.7), calc(var(--ty) * -0.7), 0) scale(calc(var(--s) * 0.98)) rotate(var(--r));
    filter: blur(0);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) translate3d(var(--tx), var(--ty), 0) scale(var(--s)) rotate(calc(var(--r) * -1));
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) translate3d(calc(var(--tx) * -0.7), calc(var(--ty) * -0.7), 0) scale(calc(var(--s) * 0.98)) rotate(var(--r));
    filter: blur(0);
  }
}

@keyframes brandLogoCycle {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translate3d(calc(var(--tx) * -0.9), calc(var(--ty) * -0.9), 0) scale(calc(var(--s) * 0.92)) rotate(var(--r));
    filter: blur(8px);
  }
  4% {
    opacity: 1;
    filter: blur(0);
  }
  46% {
    opacity: 1;
    transform: translate(-50%, -50%) translate3d(calc(var(--tx) * 0.55), calc(var(--ty) * 0.55), 0) scale(var(--s)) rotate(calc(var(--r) * -0.45));
    filter: blur(0);
  }
  72% {
    opacity: 1;
    transform: translate(-50%, -50%) translate3d(calc(var(--tx) * 0.82), calc(var(--ty) * 0.82), 0) scale(calc(var(--s) * 1.01)) rotate(calc(var(--r) * -0.8));
    filter: blur(0);
  }
  86% {
    opacity: 0.56;
    transform: translate(-50%, -50%) translate3d(calc(var(--tx) * 0.94), calc(var(--ty) * 0.94), 0) scale(calc(var(--s) * 0.985)) rotate(calc(var(--r) * -0.92));
    filter: blur(3px);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translate3d(var(--tx), var(--ty), 0) scale(calc(var(--s) * 0.96)) rotate(calc(var(--r) * -1));
    filter: blur(9px);
  }
}

@keyframes brandLogoParticle {
  0% {
    transform: translate3d(calc(var(--particle-x) * -0.65), calc(var(--particle-y) * -0.65), 0) rotate(-0.55deg);
  }
  36% {
    transform: translate3d(calc(var(--particle-x) * 0.28), calc(var(--particle-y) * 0.62), 0) rotate(0.4deg);
  }
  72% {
    transform: translate3d(calc(var(--particle-x) * -0.16), calc(var(--particle-y) * -0.22), 0) rotate(-0.22deg);
  }
  100% {
    transform: translate3d(var(--particle-x), var(--particle-y), 0) rotate(0.68deg);
  }
}

.brand-proof__logo--empty {
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.016), rgba(255, 255, 255, 0.006)),
    rgba(255, 255, 255, 0.008);
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.035);
  box-shadow: none;
}

.brand-proof__logo--empty::before {
  content: "";
  width: 34%;
  max-width: 70px;
  height: 1px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.vinty-flip-grid,
.viraly-flip-grid {
  margin-top: clamp(52px, 6.2vw, 86px);
  display: grid;
  grid-template-columns: repeat(3, minmax(190px, 230px));
  gap: clamp(14px, 1.6vw, 20px);
  justify-content: center;
}

.vinty-flip-card,
.viraly-flip-card {
  position: relative;
  width: 100%;
  min-height: clamp(270px, 29vh, 320px);
  border-radius: 18px;
  border: 1px solid rgba(236, 244, 255, 0.16);
  background: linear-gradient(160deg, rgba(16, 23, 35, 0.86), rgba(7, 11, 17, 0.92));
  overflow: hidden;
  perspective: 1000px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.3s ease;
}

.vinty-flip-card:hover,
.vinty-flip-card:focus-visible,
.vinty-flip-card.is-flipped,
.viraly-flip-card:hover,
.viraly-flip-card:focus-visible,
.viraly-flip-card.is-flipped {
  transform: scale(1.03);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42), 0 0 24px rgba(123, 226, 255, 0.2);
  border-color: rgba(123, 226, 255, 0.5);
}

.vinty-flip-card__front,
.vinty-flip-card__back,
.viraly-flip-card__front,
.viraly-flip-card__back {
  position: absolute;
  inset: 0;
  padding: clamp(16px, 2vw, 22px);
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.vinty-flip-card__front,
.viraly-flip-card__front {
  background:
    radial-gradient(120% 90% at 18% 12%, rgba(62, 62, 62, 0.32), transparent 55%),
    radial-gradient(90% 88% at 82% 84%, rgba(48, 48, 48, 0.34), transparent 52%),
    radial-gradient(80% 70% at 48% 52%, rgba(30, 30, 30, 0.32), transparent 62%),
    linear-gradient(160deg, #000 0%, #060606 36%, #0b0b0b 68%, #050505 100%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.35s ease;
  transform-origin: center center;
}

.vinty-flip-card__front h3,
.viraly-flip-card__front h3 {
  margin: 0;
  font-size: clamp(1.1rem, 1.35vw, 1.5rem);
  line-height: 1.08;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: rgba(240, 246, 255, 0.96);
}

.vinty-flip-card__back,
.viraly-flip-card__back {
  background: linear-gradient(165deg, rgba(242, 248, 255, 0.96), rgba(223, 236, 250, 0.92));
  transform: rotateX(-90deg);
  transform-origin: bottom;
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.vinty-flip-card__back h4,
.viraly-flip-card__back h4 {
  margin: 0;
  color: #111723;
  font-size: clamp(1.02rem, 1.2vw, 1.22rem);
  text-transform: uppercase;
  line-height: 1.05;
}

.vinty-flip-card__back p,
.viraly-flip-card__back p {
  margin: 10px 0 0;
  color: rgba(17, 25, 36, 0.78);
  font-size: clamp(0.84rem, 0.92vw, 0.95rem);
  line-height: 1.42;
  max-width: 30ch;
}

.vinty-flip-card:hover .vinty-flip-card__front,
.vinty-flip-card:focus-visible .vinty-flip-card__front,
.vinty-flip-card.is-flipped .vinty-flip-card__front,
.viraly-flip-card:hover .viraly-flip-card__front,
.viraly-flip-card:focus-visible .viraly-flip-card__front,
.viraly-flip-card.is-flipped .viraly-flip-card__front {
  transform: scale(0.96);
  opacity: 0;
}

.vinty-flip-card:hover .vinty-flip-card__back,
.vinty-flip-card:focus-visible .vinty-flip-card__back,
.vinty-flip-card.is-flipped .vinty-flip-card__back,
.viraly-flip-card:hover .viraly-flip-card__back,
.viraly-flip-card:focus-visible .viraly-flip-card__back,
.viraly-flip-card.is-flipped .viraly-flip-card__back {
  transform: rotateX(0deg);
}

.service-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(9, 12, 18, 0.55), rgba(0, 0, 0, 0.75));
  min-height: 258px;
  padding: 18px 16px 14px;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
  transform-origin: center center;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: scale(1.025);
  border-color: rgba(245, 248, 255, 0.38);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.36);
}

.service-card__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
}

.service-card__icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  display: block;
  transform-origin: center center;
}

.service-card__icon img.spin-cw {
  animation: iconSpinCw 0.34s linear 1 both;
}

.service-card__icon img.spin-ccw {
  animation: iconSpinCcw 0.34s linear 1 both;
}

.service-card h3 {
  margin: 12px 0 0;
  font-size: clamp(1rem, 1.18vw, 1.22rem);
  line-height: 1.06;
  text-transform: uppercase;
  font-weight: 900;
}

.service-card p {
  margin: 10px 0 0;
  color: rgba(240, 245, 255, 0.7);
  font-size: clamp(0.82rem, 0.9vw, 0.92rem);
  line-height: 1.34;
  font-weight: 500;
}

.service-card__line {
  display: block;
  width: 100%;
  height: 3px;
  margin-top: auto;
  background: #eceff5;
}

.objective {
  position: relative;
  min-height: 50vh !important;
  height: 50vh !important;
  padding: 0 !important;
  background: #000 !important;
  border: 8px solid #000 !important;
}

.objective__sticky {
  position: relative;
  top: auto;
  height: 50vh !important;
  overflow: hidden;
  background: #000 !important;
}

.objective__text {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  font-size: clamp(2rem, 6.6vw, 5.8rem);
  font-weight: 900;
  letter-spacing: 0.018em;
  text-transform: uppercase;
  color: #f6f8ff;
  text-align: center;
  width: min(92vw, 1200px);
  line-height: 0.92;
  transform: translate(-50%, -50%) translate3d(0, 22vh, 0) scale(0.03);
  transform-origin: center center;
  will-change: transform, opacity;
  z-index: 2;
}

.objective-titleWrap {
  display: none !important;
}

.option-stage {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%) translateY(var(--oy, 0px)) scale(var(--os, 1));
  width: min(820px, calc(100vw - 40px));
  min-height: 220px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  opacity: var(--oo, 0);
  pointer-events: none;
}

.planBadge {
  width: 94px;
  height: 94px;
  border-radius: 999px;
  background: #fff;
  display: grid;
  place-items: center;
  margin: 0 0 16px 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.planBadge img {
  width: 50px;
  height: 50px;
  display: block;
  object-fit: contain;
  filter: brightness(0) saturate(100%);
}

.option-stage > h3 {
  margin: 0;
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 900;
}

.option-stage > p {
  margin: 0;
  width: min(760px, 100%);
  color: rgba(232, 238, 248, 0.84);
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  line-height: 1.32;
  font-weight: 500;
}

.formats {
  position: relative;
  min-height: 700vh;
  background: #fff;
}

.formats__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: #fff;
}

.formats__blackOverlay {
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
  will-change: opacity;
}

.formats__blackOverlay--end {
  opacity: 0;
  visibility: hidden;
  z-index: 180;
}

.formats__phaseTitle {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.formats__phaseTitle h2 {
  position: absolute;
  left: 50%;
  top: 43%;
  margin: 0;
  width: min(94vw, 1200px);
  transform: translate(-50%, -50%);
  color: #0b0f19;
  font-size: clamp(1.6rem, 5.1vw, 4.5rem);
  line-height: 0.9;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  will-change: transform, opacity;
  z-index: 4;
}

.formats__phaseSubtitle,
.formats__phaseCopy,
.formats__phaseMicrocopy {
  position: absolute;
  left: 50%;
  margin: 0;
  width: min(90vw, 820px);
  transform: translateX(-50%);
  color: rgba(11, 15, 25, 0.72);
  text-align: center;
  line-height: 1.42;
  font-weight: 600;
  opacity: 0;
  will-change: transform, opacity;
  z-index: 4;
}

.formats__phaseSubtitle {
  top: calc(43% + clamp(58px, 5.8vw, 88px));
  max-width: min(88vw, 760px);
  color: rgba(11, 15, 25, 0.58);
  font-size: clamp(1rem, 1.5vw, 1.38rem);
}

.formats__phaseCopy {
  top: calc(43% + clamp(62px, 6.2vw, 92px));
  font-size: clamp(0.94rem, 1.32vw, 1.2rem);
}

.formats__phaseMicrocopy {
  top: calc(43% + clamp(126px, 10.2vw, 158px));
  max-width: min(88vw, 760px);
  color: rgba(11, 15, 25, 0.58);
  font-size: clamp(0.82rem, 1.02vw, 1rem);
}

.formats__carousel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.formats__slide {
  position: absolute;
  inset: 0;
  width: min(1280px, calc(100vw - 48px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.2rem;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  pointer-events: none;
  visibility: hidden;
  padding-left: clamp(68px, 8.4vw, 170px);
  padding-right: clamp(20px, 3vw, 52px);
}

.formats__text {
  align-self: center;
  text-align: left;
  opacity: 0;
  transform: translateY(16px);
  will-change: transform, opacity;
  max-width: 500px;
  margin-left: clamp(18px, 2.4vw, 44px);
  transform-origin: left center;
}

.formats__text h3 {
  margin: 0;
  color: #0b0f19;
  font-size: clamp(1.7rem, 4.1vw, 4.15rem);
  line-height: 0.93;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.formats__text p {
  margin: 14px 0 0;
  max-width: 480px;
  color: rgba(10, 15, 24, 0.75);
  font-size: clamp(0.95rem, 1.5vw, 1.26rem);
  line-height: 1.3;
  font-weight: 600;
}

.formats__mockup {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  justify-self: center;
  width: min(520px, 46vw);
  max-width: 520px;
  perspective: 1400px;
  will-change: transform;
  filter: drop-shadow(0 28px 48px rgba(8, 12, 20, 0.14));
}

.formats__reactionLayer {
  position: absolute;
  inset: -10% 8% 0;
  z-index: 4;
  pointer-events: none;
  overflow: visible;
}

.formats__heart {
  position: absolute;
  left: var(--heart-x, 50%);
  bottom: var(--heart-y, 8%);
  color: rgba(255, 45, 92, 0.78);
  font-size: var(--heart-size, 18px);
  line-height: 1;
  opacity: 0;
  transform: translate3d(-50%, 18px, 0) scale(0.72) rotate(var(--heart-rot, 0deg));
  filter: drop-shadow(0 8px 16px rgba(255, 45, 92, 0.18));
  animation: formatsHeartFloat var(--heart-dur, 1800ms) cubic-bezier(0.16, 1, 0.3, 1) var(--heart-delay, 0ms) forwards;
  will-change: transform, opacity, filter;
}

.formats__mockupImg {
  width: 47%;
  max-width: 275px;
  height: auto;
  display: block;
  object-fit: contain;
  transform-origin: center;
  filter: drop-shadow(0 24px 38px rgba(0, 0, 0, 0.18));
}

.formats__mockupVideo {
  background: transparent;
  pointer-events: none;
}

.formats__slide[data-idx="0"] .formats__mockupVideo,
.formats__slide[data-idx="1"] .formats__mockupVideo,
.formats__slide[data-idx="4"] .formats__mockupVideo {
  width: 47%;
  max-width: 275px;
}

.formats__slide[data-idx="2"] .formats__mockupImg {
  width: 70.15%;
  max-width: 412px;
  filter: drop-shadow(0 30px 46px rgba(0, 0, 0, 0.2));
}

.formats__slide[data-idx="3"] .formats__mockupImg {
  width: 88%;
  max-width: 520px;
  filter: drop-shadow(0 30px 48px rgba(0, 0, 0, 0.18));
}

@keyframes formatsHeartFloat {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 18px, 0) scale(0.68) rotate(var(--heart-rot, 0deg));
    filter: blur(3px) drop-shadow(0 8px 16px rgba(255, 45, 92, 0.14));
  }
  16% {
    opacity: 0.86;
    filter: blur(0) drop-shadow(0 8px 16px rgba(255, 45, 92, 0.2));
  }
  74% {
    opacity: 0.62;
  }
  100% {
    opacity: 0;
    transform: translate3d(calc(-50% + var(--heart-drift, 0px)), var(--heart-rise, -160px), 0) scale(1.16) rotate(calc(var(--heart-rot, 0deg) + var(--heart-spin, 10deg)));
    filter: blur(2px) drop-shadow(0 8px 16px rgba(255, 45, 92, 0));
  }
}

@media (prefers-reduced-motion: reduce) {
  .formats__heart {
    animation: none;
    display: none;
  }
}

.formats__placeholder {
  width: min(250px, 24vw);
  min-height: 275px;
  border-radius: 18px;
  border: 1px solid rgba(10, 15, 24, 0.24);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.8), rgba(241, 245, 252, 0.74));
  color: rgba(10, 16, 27, 0.66);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 16px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.clients {
  position: relative;
  background: #000;
  padding: clamp(66px, 8.8vh, 108px) 20px clamp(58px, 8vh, 94px);
}

.clients__inner {
  width: min(1260px, calc(100vw - 40px));
  margin: 0 auto;
}

.clients__title {
  margin: 0;
  text-align: center;
  color: #f5f8fd;
  font-size: clamp(2rem, 4.4vw, 4rem);
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.clients__subtitle {
  margin: clamp(14px, 2.2vw, 22px) auto 0;
  max-width: 980px;
  text-align: center;
  color: rgba(227, 235, 247, 0.78);
  font-size: clamp(0.92rem, 1.2vw, 1.1rem);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.34;
}

.clients-showcase {
  margin-top: clamp(30px, 4.8vh, 56px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(14px, 1.8vw, 24px);
}

.clients-showcase__visual {
  min-height: clamp(260px, 42vh, 430px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  display: grid;
  place-items: center;
  text-align: center;
  color: rgba(228, 236, 247, 0.72);
  padding: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
}

.clients-showcase__stack {
  display: grid;
  gap: 12px;
}

.clients-showcase__stack article {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  padding: 14px;
}

.clients-showcase__stack h3 {
  margin: 0;
  font-size: clamp(1rem, 1.2vw, 1.24rem);
  text-transform: uppercase;
}

.clients-showcase__stack p {
  margin: 10px 0 0;
  color: rgba(226, 236, 250, 0.76);
  line-height: 1.38;
  font-size: 0.92rem;
}

.packages,
.campaign-design {
  position: relative;
  overflow: hidden;
  padding: clamp(84px, 8vw, 132px) 0 clamp(86px, 8vw, 138px);
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 255, 255, 0.055), transparent 28%),
    radial-gradient(circle at 82% 8%, rgba(255, 255, 255, 0.035), transparent 30%),
    linear-gradient(rgba(255, 255, 255, 0.016) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.016) 1px, transparent 1px),
    #000;
  background-size: auto, auto, 48px 48px, 48px 48px, auto;
  color: #fff;
}

.campaign-design::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.045), transparent),
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.05), transparent 34%);
  opacity: 0.7;
}

.campaign-design__inner {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100vw - 72px));
  margin: 0 auto;
}

.campaign-design__header {
  max-width: 980px;
}

.campaign-design__eyebrow {
  display: inline-flex;
  color: rgba(245, 247, 251, 0.52);
  font-size: clamp(0.72rem, 0.86vw, 0.88rem);
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.campaign-design__title {
  max-width: 1040px;
  margin: clamp(18px, 2.2vw, 28px) 0 0;
  color: #f6f7f9;
  font-size: clamp(3.2rem, 7vw, 7.1rem);
  line-height: 0.9;
  font-weight: 680;
  letter-spacing: 0;
  text-wrap: balance;
}

.campaign-design__intro {
  max-width: 800px;
  margin: clamp(22px, 2.7vw, 34px) 0 0;
  color: rgba(240, 243, 248, 0.68);
  font-size: clamp(1rem, 1.32vw, 1.26rem);
  line-height: 1.58;
}

.campaign-design__journey {
  position: relative;
  margin: clamp(36px, 4.8vw, 70px) 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.42);
}

.campaign-design__step {
  position: relative;
  min-height: 360px;
  padding: clamp(24px, 2.2vw, 34px);
  background:
    radial-gradient(circle at 70% 14%, rgba(255, 255, 255, 0.05), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    #050505;
  overflow: hidden;
}

.campaign-design__step::after {
  content: "";
  position: absolute;
  top: clamp(34px, 3.5vw, 50px);
  right: -18px;
  width: 36px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.34), transparent);
}

.campaign-design__step:last-child::after {
  display: none;
}

.campaign-design__step-number {
  position: absolute;
  right: clamp(18px, 2vw, 28px);
  top: clamp(10px, 1.2vw, 16px);
  color: rgba(255, 255, 255, 0.055);
  font-size: clamp(5rem, 7vw, 8.4rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.campaign-design__step-label {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.1em;
}

.campaign-design__step h3 {
  position: relative;
  z-index: 1;
  margin: clamp(92px, 8.8vw, 132px) 0 0;
  max-width: 260px;
  color: #fff;
  font-size: clamp(1.35rem, 1.72vw, 1.86rem);
  line-height: 1.04;
  font-weight: 620;
  letter-spacing: 0;
}

.campaign-design__step p:last-child {
  position: relative;
  z-index: 1;
  margin: clamp(16px, 1.7vw, 22px) 0 0;
  color: rgba(242, 245, 250, 0.64);
  font-size: clamp(0.9rem, 0.98vw, 1rem);
  line-height: 1.55;
}

.campaign-design__layers {
  margin: clamp(44px, 5.6vw, 82px) 0 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1.45fr);
  gap: clamp(24px, 3.4vw, 56px);
  align-items: center;
}

.campaign-design__layers-copy h3 {
  margin: 0;
  max-width: 460px;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 0.96;
  font-weight: 640;
  letter-spacing: 0;
}

.campaign-design__layers-copy p {
  margin: clamp(16px, 1.8vw, 24px) 0 0;
  max-width: 480px;
  color: rgba(242, 245, 250, 0.72);
  font-size: clamp(1rem, 1.16vw, 1.14rem);
  line-height: 1.55;
}

.campaign-design__layer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.campaign-design__layer {
  min-height: 170px;
  padding: 18px 14px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.024);
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.82rem, 0.92vw, 0.96rem);
  line-height: 1.25;
  font-weight: 560;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
  transition: border-color 520ms cubic-bezier(0.16, 1, 0.3, 1), background 520ms cubic-bezier(0.16, 1, 0.3, 1), transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.campaign-design__layer:nth-child(even) {
  transform: translateY(22px);
}

.campaign-design.is-visible .campaign-design__layer,
.campaign-design__layer:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.022)),
    rgba(255, 255, 255, 0.034);
}

.campaign-design__step,
.campaign-design__layer {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(8px);
  transition:
    opacity 760ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.campaign-design.is-visible .campaign-design__step,
.campaign-design.is-visible .campaign-design__layer {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.campaign-design.is-visible .campaign-design__step:nth-child(2) {
  transition-delay: 100ms;
}

.campaign-design.is-visible .campaign-design__step:nth-child(3) {
  transition-delay: 200ms;
}

.campaign-design.is-visible .campaign-design__step:nth-child(4) {
  transition-delay: 300ms;
}

.campaign-design.is-visible .campaign-design__layer:nth-child(2) {
  transition-delay: 100ms;
}

.campaign-design.is-visible .campaign-design__layer:nth-child(3) {
  transition-delay: 180ms;
}

.campaign-design.is-visible .campaign-design__layer:nth-child(4) {
  transition-delay: 260ms;
}

.campaign-design.is-visible .campaign-design__layer:nth-child(5) {
  transition-delay: 340ms;
}

.section6 {
  position: relative;
  min-height: 100vh;
  background: #000;
  padding: clamp(20px, 4vh, 42px) 0 clamp(44px, 8vh, 88px);
}

.section6__inner {
  width: min(1280px, calc(100vw - 44px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vh, 34px);
}

.section6__frame {
  width: 100%;
  min-height: 65vh;
  border-radius: clamp(26px, 3.4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, #0f1115 0%, #1a1d23 45%, #232730 100%);
  overflow: hidden;
  padding: clamp(28px, 5vh, 58px) clamp(20px, 3.8vw, 54px);
}

.section6__title--final {
  margin: 0;
  text-align: center;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.entry-grid--final {
  margin-top: clamp(24px, 4vh, 42px);
}

.vinty-closure-section {
  position: relative;
  min-height: 100vh;
  background: #000;
  padding: clamp(112px, 11vw, 160px) 0 clamp(48px, 6vw, 88px);
  overflow: hidden;
}

.vinty-closure-container {
  width: min(1240px, calc(100vw - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(360px, 0.45fr);
  gap: clamp(56px, 7vw, 108px);
  align-items: center;
}

.vinty-closure-container > .site-footer {
  grid-column: 1 / -1;
}

.vinty-closure-content {
  max-width: 720px;
}

.vinty-closure-eyebrow {
  display: block;
  margin-bottom: clamp(22px, 2.4vw, 34px);
  color: #555;
  font-size: 11px;
  line-height: 1;
  font-weight: 720;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vinty-closure-title {
  margin: 0;
  color: #fff;
  font-size: clamp(3.6rem, 5.05vw, 4.5rem);
  line-height: 0.92;
  font-weight: 600;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.vinty-closure-subcopy {
  max-width: 620px;
  margin: clamp(28px, 3.2vw, 42px) 0 0;
  color: #a0a0a0;
  font-size: clamp(1rem, 1.25vw, 1.125rem);
  line-height: 1.6;
  font-weight: 400;
}

.vinty-closure-anchor {
  width: 100%;
}

.vinty-monolith-card {
  position: relative;
  min-height: 440px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top-color: rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.02);
  box-shadow: 0 34px 96px rgba(0, 0, 0, 0.46);
  padding: clamp(28px, 3vw, 42px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.vinty-monolith-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  opacity: 0.8;
}

.vinty-action-block {
  position: relative;
  z-index: 1;
}

.vinty-action-label {
  margin: 0 0 18px;
  color: #555;
  font-family: "SFMono-Regular", "Roboto Mono", "Menlo", monospace;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vinty-button-primary {
  min-height: 54px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.94rem;
  line-height: 1;
  font-weight: 720;
  letter-spacing: 0;
  transition: opacity 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.vinty-button-primary:hover {
  opacity: 0.92;
  transform: translateY(-2px);
  box-shadow: 0 18px 48px rgba(255, 255, 255, 0.12);
}

.vinty-meta-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.vinty-meta-item {
  min-height: 92px;
  padding: 22px 0 0;
  display: grid;
  align-content: start;
  gap: 10px;
}

.vinty-meta-item:nth-child(odd) {
  padding-right: 22px;
}

.vinty-meta-item:nth-child(even) {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.vinty-meta-label {
  color: #555;
  font-family: "SFMono-Regular", "Roboto Mono", "Menlo", monospace;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vinty-meta-value {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.8rem, 0.9vw, 0.95rem);
  line-height: 1.35;
  font-weight: 520;
  text-transform: uppercase;
}

.vinty-meta-item--secondary .vinty-meta-label,
.vinty-meta-item--secondary .vinty-meta-value {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.74rem;
}

.site-footer {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: clamp(14px, 2.3vh, 22px);
  text-align: center;
}

.site-footer p {
  margin: 0;
  color: rgba(226, 232, 243, 0.76);
  font-size: clamp(0.82rem, 1vw, 0.95rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer--brand-close {
  margin-top: clamp(18px, 2.8vw, 36px);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: clamp(24px, 3.2vw, 38px);
  text-align: left;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr 1fr 0.92fr;
  gap: clamp(22px, 3.2vw, 48px);
  align-items: start;
}

.site-footer__block {
  min-width: 0;
}

.site-footer__block h3 {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.92);
  font-family: "SFMono-Regular", "Roboto Mono", "Menlo", monospace;
  font-size: clamp(0.72rem, 0.75vw, 0.82rem);
  line-height: 1.2;
  font-weight: 780;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.site-footer--brand-close .site-footer__block p {
  margin: 0;
  color: rgba(226, 232, 243, 0.58);
  font-size: clamp(0.78rem, 0.86vw, 0.92rem);
  line-height: 1.55;
  font-weight: 450;
  letter-spacing: 0;
  text-transform: none;
}

.site-footer__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.site-footer__tags span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.72);
  padding: 7px 10px;
  font-family: "SFMono-Regular", "Roboto Mono", "Menlo", monospace;
  font-size: 0.64rem;
  line-height: 1;
  font-weight: 720;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-footer--brand-close .site-footer__launch {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "SFMono-Regular", "Roboto Mono", "Menlo", monospace;
  font-size: 0.68rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer__bottom {
  margin-top: clamp(22px, 3vw, 34px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-footer--brand-close .site-footer__bottom p {
  color: rgba(255, 255, 255, 0.84);
  font-family: "SFMono-Regular", "Roboto Mono", "Menlo", monospace;
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 780;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer__bottom span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.8rem;
  line-height: 1.4;
  font-weight: 450;
}

@keyframes iconSpinCw {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes iconSpinCcw {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}

@media (max-width: 1180px) {
  .clients-showcase {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 980px) {
  .vinty-difference-section {
    padding: 106px 20px 118px;
  }

  .vinty-intro-block {
    max-width: 820px;
  }

  .vinty-progression-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 52px;
  }

  .vinty-unified-system {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vinty-step-column {
    min-height: 255px;
    padding: 27px 24px;
  }

  .vinty-step-text {
    font-size: clamp(1.08rem, 2.4vw, 1.36rem);
  }

  .vinty-difference {
    padding: 108px 20px 118px;
  }

  .vinty-difference__inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .vinty-difference__copy {
    max-width: 780px;
  }

  .vinty-difference__system {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
  }

  .vinty-difference__line {
    display: none;
  }

  .vinty-difference__card {
    min-height: 180px;
    padding-left: clamp(22px, 3vw, 30px);
  }

  .vinty-difference__card::before {
    display: none;
  }

  .objective__text {
    font-size: clamp(1.35rem, 9vw, 3rem);
    width: min(90vw, 620px);
    line-height: 0.95;
  }

  .option-stage {
    top: 50%;
    bottom: auto;
    width: min(92vw, 760px);
    min-height: 230px;
  }

  .planBadge {
    width: 78px;
    height: 78px;
  }

  .planBadge img {
    width: 46px;
    height: 46px;
  }

  .formats {
    min-height: 760vh;
  }

  .formats__slide {
    width: min(96vw, 760px);
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .formats__text {
    width: min(92vw, 760px);
    text-align: center;
    order: 2;
    margin-left: 0;
  }

  .formats__text h3 {
    font-size: clamp(1.4rem, 9vw, 2.6rem);
  }

  .formats__text p {
    font-size: clamp(0.95rem, 4.4vw, 1.18rem);
    max-width: 720px;
    margin-inline: auto;
  }

  .formats__mockup {
    width: min(340px, 82vw);
    max-width: 340px;
    order: 1;
  }

  .formats__mockupImg,
  .formats__placeholder {
    width: min(180px, 52vw);
  }

  .formats__slide[data-idx="2"] .formats__mockupImg {
    width: min(269px, 78vw);
  }

  .formats__slide[data-idx="0"] .formats__mockupVideo,
  .formats__slide[data-idx="1"] .formats__mockupVideo,
  .formats__slide[data-idx="4"] .formats__mockupVideo {
    width: min(180px, 44vw);
  }

  .formats__slide[data-idx="3"] .formats__mockupImg {
    width: min(310px, 82vw);
  }

  .campaign-design__journey {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .campaign-design__step::after {
    display: none;
  }

  .campaign-design__layers {
    grid-template-columns: 1fr;
  }

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

  .vinty-closure-section {
    min-height: auto;
    padding: 104px 0 58px;
  }

  .vinty-closure-container {
    width: min(94vw, 760px);
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .vinty-closure-title {
    font-size: clamp(3rem, 11vw, 4.8rem);
  }

  .vinty-monolith-card {
    min-height: 360px;
  }

  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .vinty-difference-section {
    padding: 84px 14px 96px;
  }

  .vinty-container {
    width: min(100%, 560px);
  }

  .vinty-main-title {
    font-size: clamp(2.65rem, 12vw, 4rem);
    line-height: 0.98;
  }

  .vinty-subcopy {
    font-size: 1rem;
  }

  .vinty-progression-grid {
    grid-template-columns: 1fr;
    border-block: 0;
    gap: 22px;
    margin-top: 40px;
  }

  .vinty-progression-grid::before {
    display: none;
  }

  .vinty-unified-system {
    grid-template-columns: 1fr;
  }

  .vinty-unified-system::before {
    top: 50%;
    bottom: auto;
    left: 18px;
    right: 18px;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12) 18%, rgba(255, 255, 255, 0.12) 82%, transparent);
  }

  .vinty-step-column {
    min-height: auto;
    padding: 28px 18px 30px 34px;
  }

  .vinty-step-column + .vinty-step-column::before {
    top: 0;
    bottom: auto;
    left: 34px;
    right: 0;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent);
  }

  .vinty-unified-system .vinty-step-column + .vinty-step-column::before {
    display: none;
  }

  .vinty-step-column::after {
    content: "";
    position: absolute;
    top: 36px;
    left: 8px;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    transform: translateX(-50%);
  }

  .vinty-step-title {
    margin-bottom: 24px;
  }

  .vinty-difference {
    padding: 84px 14px 96px;
  }

  .vinty-difference__inner {
    width: min(100%, 560px);
    gap: 34px;
  }

  .vinty-difference__copy h2 {
    font-size: clamp(2.7rem, 14vw, 4.2rem);
    line-height: 0.93;
  }

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

  .vinty-difference__closing {
    width: 100%;
  }

  .vinty-difference__system {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vinty-difference__card {
    min-height: 166px;
    border-radius: 24px;
  }

  .services-intro {
    min-height: 46vh;
  }

  .process-intro {
    align-items: end;
    padding: 96px 14px 34px;
  }

  .process-intro__title {
    font-size: clamp(2.55rem, 11vw, 4rem);
    line-height: 0.94;
  }

  .process-section {
    padding: 28px 14px 82px;
  }

  .brand-proof {
    padding: 62px 14px 78px;
  }

  .brand-proof__inner {
    width: min(94vw, 560px);
  }

  .brand-proof__header h2 {
    font-size: clamp(2rem, 10vw, 3.45rem);
  }

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

  .services {
    padding-inline: 14px;
  }

  .services__inner,
  .clients__inner,
  .campaign-design__inner,
  .section6__inner {
    width: min(94vw, 560px);
  }

  .campaign-design {
    padding: 82px 0 88px;
  }

  .campaign-design__title {
    font-size: clamp(2.65rem, 12vw, 4.4rem);
    line-height: 0.92;
  }

  .campaign-design__journey,
  .campaign-design__layer-grid {
    grid-template-columns: 1fr;
  }

  .campaign-design__step {
    min-height: 280px;
  }

  .campaign-design__step h3 {
    margin-top: 86px;
  }

  .campaign-design__layer {
    min-height: 96px;
    align-items: center;
  }

  .campaign-design__layer:nth-child(even) {
    transform: none;
  }

  .services__grid,
  .services-market-clone,
  .process-grid,
  .vinty-flip-grid,
  .viraly-flip-grid {
    grid-template-columns: 1fr;
  }

  .services__grid {
    width: 100%;
  }

  .service-card {
    min-height: 0;
  }

  .process-card {
    min-height: 244px;
  }

  .formats {
    min-height: 820vh;
  }

  .section6 {
    padding-top: 20px;
    padding-bottom: 56px;
  }

  .vinty-closure-section {
    padding: 88px 0 48px;
  }

  .vinty-closure-container {
    width: min(94vw, 560px);
    gap: 34px;
  }

  .vinty-closure-eyebrow {
    margin-bottom: 20px;
  }

  .vinty-closure-title {
    font-size: clamp(2.7rem, 13vw, 3.65rem);
    line-height: 0.95;
  }

  .vinty-closure-subcopy {
    font-size: 1rem;
  }

  .vinty-monolith-card {
    min-height: auto;
    padding: 24px 18px;
    gap: 70px;
  }

  .vinty-button-primary {
    width: 100%;
  }

  .vinty-meta-grid {
    grid-template-columns: 1fr;
  }

  .vinty-meta-item,
  .vinty-meta-item:nth-child(odd),
  .vinty-meta-item:nth-child(even) {
    min-height: auto;
    padding: 18px 0 0;
    border-left: 0;
  }

  .vinty-meta-item + .vinty-meta-item {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-footer--brand-close {
    margin-top: 22px;
    padding-top: 24px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 980px) {
  .vinty-process-section {
    min-height: auto;
    padding: 86px 20px 112px;
  }

  .vinty-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: transparent;
    gap: 1px;
  }

  .vinty-process-step,
  .vinty-process-step--wide {
    grid-column: span 1;
    min-height: 260px;
  }

  .vinty-section-title {
    font-size: clamp(2.6rem, 9vw, 4.8rem);
  }

  .services-market-clone {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .vinty-flip-grid,
  .viraly-flip-grid {
    grid-template-columns: repeat(2, minmax(190px, 230px));
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .vinty-process-section {
    padding: 78px 14px 92px;
  }

  .vinty-process-container {
    width: min(100%, 560px);
  }

  .vinty-process-header {
    max-width: 100%;
  }

  .capabilities-section__title {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .vinty-timeline-wrapper {
    margin-top: 42px;
    padding-top: 0;
  }

  .vinty-timeline-axis-line {
    top: 0;
    left: 8px;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #222 10%, #222 90%, transparent);
  }

  .vinty-timeline-axis-line::after {
    width: 1px;
    height: calc(var(--process-progress) * 100%);
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.18));
  }

  .vinty-process-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 28px;
    background: transparent;
  }

  .vinty-process-step,
  .vinty-process-step--wide {
    grid-column: auto;
    min-height: auto;
    padding: 28px 0 34px 18px;
    border-top: 1px solid #161616;
  }

  .vinty-step-meta {
    margin-bottom: 28px;
  }

  .vinty-step-heading {
    font-size: clamp(1.55rem, 8vw, 2.2rem);
  }

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

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

@media (max-width: 520px) {
  .brand-proof__grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-card,
  .service-card__icon img,
  .vinty-flip-card,
  .vinty-flip-card__front,
  .vinty-flip-card__back,
  .viraly-flip-card,
  .viraly-flip-card__front,
  .viraly-flip-card__back,
  .services-market-clone__face--front,
  .services-market-clone__face--back,
  .process-intro__title,
  .process-intro__copy,
  .process-intro__microcopy,
  .process-card,
  .process-card__number,
  .vinty-process-header,
  .vinty-process-step,
  .vinty-timeline-axis-line::after,
  .vinty-process-step::before,
  .brand-proof__header,
  .brand-proof__logo,
  .brand-proof__logo img,
  .campaign-design__step,
  .campaign-design__layer {
    animation: none !important;
    transition: none !important;
    filter: none !important;
  }

  .campaign-design__step,
  .campaign-design__layer {
    opacity: 1 !important;
    transform: none !important;
  }

  .service-card:hover {
    transform: none !important;
  }

  .process-intro,
  .process-section,
  .vinty-process-section {
    opacity: 1 !important;
  }

  .process-intro__title,
  .process-intro__copy,
  .process-intro__microcopy,
  .process-card,
  .process-card__number,
  .vinty-process-header,
  .vinty-process-step {
    opacity: 1 !important;
    transform: none !important;
  }

  .process-card:hover {
    transform: none !important;
  }

  .brand-proof__header {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  .brand-proof__logo--active {
    opacity: 1 !important;
    filter: none !important;
  }

  .brand-proof__logo--resting {
    opacity: 0 !important;
  }

  .brand-proof__logo:hover,
  .brand-proof__logo:hover img {
    transform: none !important;
  }

  .vinty-flip-card:hover,
  .vinty-flip-card:focus-visible,
  .vinty-flip-card.is-flipped,
  .viraly-flip-card:hover,
  .viraly-flip-card:focus-visible,
  .viraly-flip-card.is-flipped {
    transform: none !important;
  }

  .services-market-clone__card:hover .services-market-clone__face--front,
  .services-market-clone__card:focus-visible .services-market-clone__face--front,
  .services-market-clone__card.is-flipped .services-market-clone__face--front {
    transform: none !important;
    opacity: 1 !important;
  }

  .services-market-clone__card:hover .services-market-clone__face--back,
  .services-market-clone__card:focus-visible .services-market-clone__face--back,
  .services-market-clone__card.is-flipped .services-market-clone__face--back {
    transform: none !important;
  }

  .service-card__icon img.spin-cw,
  .service-card__icon img.spin-ccw {
    animation: none !important;
  }

  .objective__text {
    transform: translate3d(-50%, -50%, 0) scale(1) !important;
    opacity: 1 !important;
  }
}
