:root {
  --brand: #004632;
  --interaction: #006347;
  --deep: #0f2b1d;
  --gold: #c7a050;
  --mist: #f2f8f5;
  --soft: #e8f4ee;
  --ink: #1c2b25;
  --support: #3d6b55;
  --border: #c2ddd2;
  --white: #ffffff;
  --black: #111111;
  --loader-ivory: #f2efe6;
  --paper: #f8f5ec;
  --paper-muted: #eee9dc;
  --hero-shade: linear-gradient(180deg, rgb(0 26 18 / 9%) 20%, rgb(0 26 18 / 80%) 100%);
  --values-shade:
    linear-gradient(90deg, rgb(0 21 12 / 68%) 0%, rgb(0 21 12 / 34%) 42%, rgb(0 21 12 / 8%) 74%),
    linear-gradient(180deg, rgb(0 21 12 / 5%) 34%, rgb(0 21 12 / 58%) 100%);
  --white-10: rgb(255 255 255 / 10%);
  --white-15: rgb(255 255 255 / 15%);
  --white-22: rgb(255 255 255 / 22%);
  --white-25: rgb(255 255 255 / 25%);
  --white-40: rgb(255 255 255 / 40%);
  --white-72: rgb(255 255 255 / 72%);
  --white-96: rgb(255 255 255 / 96%);
  --mist-22: rgb(244 240 229 / 22%);
  --mist-29: rgb(244 240 229 / 29%);
  --mist-72: rgb(244 240 229 / 72%);
  --soft-10: rgb(232 244 238 / 10%);
  --soft-78: rgb(242 248 245 / 78%);
  --soft-58: rgb(242 248 245 / 58%);
  --support-20: rgb(61 107 85 / 20%);
  --support-24: rgb(61 107 85 / 24%);
  --support-40: rgb(61 107 85 / 40%);
  --border-20: rgb(194 221 210 / 20%);
  --border-38: rgb(194 221 210 / 38%);
  --ink-15: rgb(28 43 37 / 15%);
  --deep-15: rgb(12 30 24 / 15%);
  --deep-72: rgb(15 43 29 / 72%);
  --gold-12: rgb(199 160 80 / 12%);
  --gold-03: rgb(199 160 80 / 3%);
  --gold-05: rgb(199 160 80 / 5%);
  --gold-22: rgb(199 160 80 / 22%);
  --gold-32: rgb(199 160 80 / 32%);
  --gold-40: rgb(199 160 80 / 40%);
  --mobile-hero-shade: linear-gradient(180deg, rgb(0 26 18 / 4%) 18%, rgb(0 26 18 / 20%) 52%, rgb(0 26 18 / 50%) 100%);
  --reduced-hero-shade: linear-gradient(rgb(0 70 50 / 67%), var(--deep));
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "DM Serif Display", Georgia, serif;
  --space-half: 4px;
  --space-1: 8px;
  --space-1-5: 12px;
  --space-2: 16px;
  --space-2-25: 18px;
  --space-2-5: 20px;
  --space-3: 24px;
  --space-3-25: 28px;
  --space-3-5: 32px;
  --space-4: 40px;
  --space-5: 64px;
  --space-6: 96px;
  --space-7: 120px;
  --radius-xs: 12px;
  --radius-control: 14px;
  --radius-md: 18px;
  --radius-nav: 20px;
  --radius-card: 24px;
  --radius-lg: 28px;
  --radius-xl: 34px;
  --radius-panel: 38px;
  --radius-pill: 999px;
  --radius-circle: 50%;
  --shadow-nav: 0 18px 55px rgb(0 38 27 / 14%);
  --shadow-float: 0 18px 55px rgb(0 38 27 / 14%);
  --shadow-orbit: 0 0 0 8vw var(--gold-05), 0 0 0 16vw var(--gold-03);
  --z-base: 1;
  --z-overlay: 2;
  --z-art: 3;
  --z-copy: 4;
  --z-menu: 60;
  --z-nav: 70;
  --z-loader: 100;
  --z-skip: 110;
  --type-hero: clamp(4.75rem, 6.4vw, 6.25rem);
  --type-display-primary: clamp(3.7rem, 5.7vw, 5.5rem);
  --type-display-feature: clamp(3.5rem, 5.2vw, 5.25rem);
  --type-display-secondary: clamp(3.1rem, 4.7vw, 4.75rem);
  --type-display-tertiary: clamp(2.5rem, 4vw, 4.4rem);
  --type-quote: clamp(2.25rem, 3.8vw, 3.8rem);
  --forest: var(--brand);
  --ivory: var(--mist);
  --ease: cubic-bezier(0.77, 0, 0.175, 1);
}
@font-face {
  font-family: "DM Sans";
  src: url("assets/DMSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("assets/DMSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "DM Serif Display";
  src: url("assets/DMSerifDisplay-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  overflow-x: hidden;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip {
  position: fixed;
  z-index: var(--z-skip);
  top: var(--space-1);
  left: var(--space-1);
  transform: translateY(-150%);
  background: var(--white);
  padding: var(--space-1-5) var(--space-2-25);
  border-radius: var(--radius-pill);
  color: var(--ink);
}
.skip:focus {
  transform: none;
}
.loader {
  position: fixed;
  inset: 0;
  z-index: var(--z-loader);
  background: var(--deep);
  display: grid;
  place-items: center;
  animation: loader-out 0.8s var(--ease) 1s forwards;
}
.loader span {
  width: 10px;
  height: 70px;
  border-radius: var(--radius-pill);
  background: var(--gold);
  animation: loader-mark 0.8s var(--ease) both;
}
@keyframes loader-mark {
  0% {
    transform: scaleY(0.08) rotate(0);
  }
  100% {
    transform: scaleY(1) rotate(90deg);
  }
}
@keyframes loader-out {
  to {
    transform: translateY(-105%);
    visibility: hidden;
  }
}
.nav-shell {
  position: fixed;
  z-index: var(--z-nav);
  left: 2.2vw;
  right: 2.2vw;
  top: var(--space-3);
  height: 72px;
  padding: 9px 10px 9px 22px;
  background: var(--white);
  border-radius: var(--radius-card);
  display: flex;
  align-items: center;
  gap: var(--space-3-5);
  box-shadow: var(--shadow-nav);
}
.brand {
  margin-right: auto;
}
.brand img {
  display: block;
  width: 118px;
  height: 48px;
  object-fit: contain;
}
.brand-logo-full {
  display: block !important;
}
.brand-logo-symbol {
  display: none !important;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: var(--space-3-5);
}
.desktop-nav a,
.nav-cta {
  color: var(--ink);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.desktop-nav a[aria-current="true"] {
  color: var(--interaction);
}
.desktop-nav a[aria-current="true"]::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background: currentColor;
  transform-origin: left;
}
.nav-cta {
  background: var(--forest);
  color: var(--white);
  padding: 18px 22px;
  border-radius: var(--radius-xs);
}
.nav-cta span {
  margin-left: 18px;
}
.menu-toggle {
  display: none;
  border: 0;
  background: var(--forest);
  color: var(--white);
  border-radius: var(--radius-control);
  padding: 15px 17px;
  font-weight: 700;
}
.mobile-menu {
  position: fixed;
  z-index: var(--z-menu);
  inset: 0;
  background: var(--soft);
  padding: 130px var(--space-3-25) var(--space-3-5);
  transform: translateY(-105%);
  transition: transform 0.65s var(--ease);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile-menu.open {
  transform: none;
}
.mobile-menu nav {
  display: grid;
}
.mobile-menu nav a {
  font-size: clamp(2.6rem, 11vw, 5rem);
  line-height: 1.08;
  color: var(--deep);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.06em;
}
.hero {
  height: 100svh;
  min-height: 720px;
  position: relative;
  overflow: hidden;
  background: var(--deep);
  color: var(--mist);
}
.video-stage {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr minmax(320px, 42vw) 1fr;
  background: var(--black);
}
.video-stage video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-main {
  z-index: var(--z-base);
}
.video-ghost {
  filter: blur(10px) saturate(0.65);
  opacity: 0.52;
  transform: scale(1.08);
}
.video-ghost.left {
  object-position: left;
}
.video-ghost.right {
  object-position: right;
}
.hero--capcut .video-stage {
  display: block;
  background: var(--deep);
}
.hero--capcut .video-main {
  position: absolute;
  inset: 0;
  object-position: center;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: var(--hero-shade);
  z-index: var(--z-overlay);
}
.hero-copy {
  position: absolute;
  z-index: var(--z-copy);
  left: 5vw;
  right: 5vw;
  bottom: 8vh;
}
.eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.hero .eyebrow,
.contact .eyebrow {
  color: var(--gold);
}
.eyebrow.dark {
  color: var(--forest);
}
h1,
h2,
h3 {
  font-family: var(--sans);
  letter-spacing: -0.065em;
}
h1 {
  font-size: clamp(4rem, 9.2vw, 9rem);
  line-height: 0.78;
  margin: 22px 0 30px;
  max-width: 1300px;
}
h1 span {
  display: block;
  opacity: 0;
  transform: translateY(110%);
  animation: title-in 1.2s var(--ease) forwards;
}
h1 span:nth-child(1) {
  animation-delay: 1.05s;
}
h1 span:nth-child(2) {
  animation-delay: 1.13s;
}
h1 span:nth-child(3) {
  animation-delay: 1.21s;
}
@keyframes title-in {
  to {
    opacity: 1;
    transform: none;
  }
}
.hero-action {
  display: flex;
  justify-content: space-between;
  align-items: end;
  color: var(--white);
  gap: 30px;
}
.hero-action p {
  max-width: 390px;
  font-size: 18px;
  line-height: 1.45;
}
@media (min-width: 801px) {
  .hero--capcut .hero-copy {
    right: auto;
    width: min(54vw, 800px);
  }
  .hero--capcut .hero-copy h1 {
    max-width: 780px;
    font-size: var(--type-hero);
    line-height: 0.82;
  }
}
.button {
  border: 0;
  text-decoration: none;
  border-radius: var(--radius-pill);
  padding: 17px 22px;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  font-weight: 800;
  cursor: pointer;
}
.button.light {
  background: var(--white);
  color: var(--ink);
}
.horizon {
  position: absolute;
  z-index: var(--z-art);
  width: 140vw;
  height: 50vw;
  border: 8vw solid var(--forest);
  border-radius: var(--radius-circle);
  left: -20vw;
  bottom: -42vw;
  transform: rotate(-4deg);
}
.marquee {
  position: relative;
  background: var(--brand);
  color: var(--white);
  overflow: hidden;
  padding: 20px 0;
}
.marquee.is-paused .marquee-track,
.testimonials.is-paused .quote-progress i {
  animation-play-state: paused;
}
.motion-toggle {
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  border-radius: var(--radius-pill);
  min-height: 40px;
  padding: 9px 14px;
  font: 700 12px/1 var(--sans);
  cursor: pointer;
}
.motion-toggle:hover,
.motion-toggle:focus-visible,
.motion-toggle[aria-pressed="true"] {
  background: currentColor;
  color: var(--brand);
}
.marquee-motion {
  position: absolute;
  z-index: var(--z-overlay);
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--brand);
}
.marquee-motion:hover,
.marquee-motion:focus-visible,
.marquee-motion[aria-pressed="true"] {
  background: var(--white);
  color: var(--brand);
}
.marquee-track {
  width: max-content;
  display: flex;
  animation: marquee 18s linear infinite;
}
.marquee span {
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  white-space: nowrap;
  padding-right: 18px;
}
.trust-gateway {
  padding: 72px 5vw 120px;
  background:
    radial-gradient(circle at 86% 12%, var(--gold-12), transparent 28%),
    var(--mist);
}
.trust-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--border);
}
.trust-proof p {
  margin: 0;
  padding: 22px 2.5vw;
  display: grid;
  gap: 5px;
  border-right: 1px solid var(--border);
}
.trust-proof p:first-child {
  padding-left: 0;
}
.trust-proof p:last-child {
  border-right: 0;
}
.trust-proof strong {
  color: var(--brand);
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  letter-spacing: -0.04em;
}
.trust-proof span {
  color: var(--support);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.trust-gateway-copy {
  display: grid;
  grid-template-columns: minmax(180px, 0.65fr) 2fr;
  gap: 5vw;
  align-items: start;
  margin: 88px 0 58px;
}
.trust-gateway-copy h2 {
  max-width: 1040px;
  margin: 0;
  font-size: var(--type-display-primary);
  line-height: 0.86;
}
.trust-gateway-copy h2 em {
  color: var(--interaction);
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.035em;
}
.solution-gateway {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
}
.solution-gateway a {
  min-height: 250px;
  padding: 36px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: end;
  color: var(--ink);
  background: var(--soft);
  text-decoration: none;
  border-radius: var(--radius-panel) 0 0 var(--radius-panel);
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}
.solution-gateway a + a {
  color: var(--white);
  background: var(--deep);
  border-radius: 0 var(--radius-panel) var(--radius-panel) 0;
}
.solution-gateway a:hover,
.solution-gateway a:focus-visible {
  background: var(--interaction);
  color: var(--white);
  transform: translateY(-4px);
}
.solution-gateway a > span {
  align-self: start;
  color: var(--gold);
  font-weight: 700;
}
.solution-gateway strong {
  font-size: clamp(1.9rem, 3.4vw, 3.5rem);
  letter-spacing: -0.055em;
}
.solution-gateway p {
  max-width: 440px;
  margin: 12px 0 0;
  line-height: 1.5;
}
.solution-gateway i {
  font-size: 2rem;
  font-style: normal;
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
.section-pad {
  padding: 130px 5vw;
}
.section-index {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  border-top: 1px solid var(--border);
  padding-top: 14px;
}
.manifesto-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(44px, 6vw, 96px);
  margin-top: 70px;
  align-items: center;
}
.manifesto h2,
.section-head h2,
.faq h2 {
  font-size: var(--type-display-secondary);
  line-height: 0.92;
  margin: 12px 0 30px;
}
.manifesto h2 em,
.contact h2 em {
  color: var(--forest);
  font-style: normal;
}
.manifesto-summary {
  max-width: 610px;
  font-size: 20px;
  line-height: 1.6;
}
.film-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 610px;
  margin-top: 34px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  color: var(--forest);
}
.film-meta span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.film-meta strong {
  font-size: 14px;
}
.institutional-film {
  margin: 0;
  position: relative;
  min-width: 0;
}
.film-frame {
  position: relative;
  padding: 10px;
  overflow: hidden;
  border-radius: 30px;
  background: var(--deep);
  box-shadow: 0 30px 70px rgba(12, 30, 24, 0.2);
}
.film-frame::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  width: 72px;
  height: 3px;
  background: var(--gold);
  border-radius: 999px;
  pointer-events: none;
}
.film-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 21px;
  background: #07120e;
}
.institutional-film figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 14px;
  padding: 0 4px;
  font-size: 12px;
  color: rgba(12, 30, 24, 0.7);
}
.institutional-film figcaption span:last-child {
  font-weight: 700;
  color: var(--forest);
}
.process {
  background: var(--deep);
  color: var(--white);
}
.process-routes-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.65fr) 2fr;
  gap: 5vw;
  align-items: start;
}
.light-index {
  border-color: var(--white-25);
}
.process-routes-heading h2 {
  grid-column: 2;
  max-width: 980px;
  font-size: var(--type-display-feature);
  line-height: 0.86;
  margin: -10px 0 28px;
}
.process-routes-heading h2 em {
  color: var(--soft);
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.035em;
}
.process-routes-heading > p:last-child {
  grid-column: 2;
  max-width: 680px;
  margin: 0;
  line-height: 1.45;
  color: var(--border);
}
.process-route-grid {
  margin-top: 72px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.process-route {
  min-width: 0;
  padding: clamp(30px, 4vw, 58px);
  border-radius: var(--radius-panel);
  background: var(--brand);
}
.process-route--consignado {
  color: var(--ink);
  background: var(--soft);
}
.process-route header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  min-height: 170px;
}
.process-route header > span {
  color: var(--gold);
  font-weight: 700;
}
.process-route header p {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.process-route h3 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  line-height: 0.9;
}
.process-route ol {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.process-route li {
  min-height: 98px;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 48px minmax(120px, 0.72fr) 1fr;
  gap: 18px;
  align-items: start;
  border-top: 1px solid var(--white-22);
}
.process-route--consignado li {
  border-color: var(--border);
}
.process-route li b {
  color: var(--gold);
}
.process-route li strong {
  font-size: 1.1rem;
}
.process-route li span {
  color: var(--white-72);
  line-height: 1.45;
}
.process-route--consignado li span {
  color: var(--support);
}
.section-head {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: start;
}
.solutions-heading-copy h2 {
  margin-bottom: 24px;
}
.solutions-heading-copy h2 em {
  color: var(--interaction);
  font-family: "DM Serif Display", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.035em;
}
.solutions-heading-copy > p {
  max-width: 560px;
  margin: 0;
  color: var(--support);
  font: 400 18px/1.55 "DM Sans", Arial, sans-serif;
}
.tabs {
  display: flex;
  background: var(--soft);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 6px;
  width: max-content;
  margin: 40px auto 60px;
  transition: background-color 0.25s ease;
}
.tabs button {
  border: 0;
  background: transparent;
  min-height: 64px;
  padding: 11px 24px;
  border-radius: var(--radius-md);
  color: var(--ink);
  cursor: pointer;
  display: grid;
  gap: 3px;
  text-align: left;
  font-family: "DM Sans", Arial, sans-serif;
  transition:
    color 0.22s ease,
    background-color 0.22s ease;
}
.tabs button span {
  font-size: 15px;
  font-weight: 700;
}
.tabs button small {
  color: var(--support);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.tabs button[aria-selected="true"] {
  background: var(--forest);
  color: var(--white);
}
.tabs button[aria-selected="true"] small {
  color: var(--white-72);
}
.tabs button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}
.solution-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 660px;
  background: var(--soft);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  font-family: "DM Sans", Arial, sans-serif;
  animation: solution-panel-in 0.38s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.solution-panel[hidden] {
  display: none;
}
.solution-panel > .solution-copy {
  padding: clamp(40px, 5vw, 76px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.solution-panel[data-solution="consignado"] {
  background: var(--deep);
  border-color: var(--deep);
  color: var(--white);
}
.solution-meta {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
}
.solution-meta > span {
  min-width: 38px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.solution-panel[data-solution="consultoria"] .solution-meta > span {
  color: var(--interaction);
}
.solution-meta .eyebrow {
  margin: 0;
}
.solution-panel h3 {
  max-width: 700px;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: var(--type-display-secondary);
  line-height: 0.92;
  letter-spacing: -0.065em;
  margin: 24px 0 28px;
}
.solution-panel h3 em {
  color: var(--interaction);
  font-family: "DM Serif Display", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.035em;
}
.solution-panel[data-solution="consignado"] h3 em,
.solution-panel[data-solution="consignado"] .eyebrow {
  color: var(--gold);
}
.solution-intro {
  max-width: 580px;
  margin: 0;
  color: var(--support);
  font-size: 17px;
  line-height: 1.6;
}
.solution-panel[data-solution="consignado"] .solution-intro {
  color: var(--soft-78);
}
.solution-signals {
  width: 100%;
  margin: 28px 0 8px;
  padding: 0;
  list-style: none;
}
.solution-signals li {
  position: relative;
  padding: 11px 0 11px 22px;
  border-top: 1px solid var(--support-24);
  color: var(--ink);
  font-size: 14px;
  line-height: 1.4;
}
.solution-signals li:last-child {
  border-bottom: 1px solid var(--support-24);
}
.solution-signals li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 1.5px solid var(--interaction);
  border-radius: var(--radius-circle);
  transform: translateY(-50%);
}
.solution-panel[data-solution="consignado"] .solution-signals li {
  border-color: var(--border-20);
  color: var(--mist);
}
.solution-panel[data-solution="consignado"] .solution-signals li::before {
  border-color: var(--gold);
}
.solution-visual {
  min-width: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.solution-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, var(--deep-72));
  pointer-events: none;
}
.solution-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-panel[data-solution="consultoria"] .solution-visual img {
  object-position: 57% center;
}
.solution-panel[data-solution="consignado"] .solution-visual img {
  object-position: 58% center;
}
.solution-visual figcaption {
  position: absolute;
  z-index: var(--z-base);
  right: 28px;
  bottom: 24px;
  left: 28px;
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.text-link {
  color: var(--ink);
  font-weight: 800;
  margin-top: 24px;
  text-underline-offset: 5px;
}
.solution-panel[data-solution="consignado"] .text-link {
  color: var(--white);
}
.solution-note {
  max-width: 520px;
  margin: 16px 0 0;
  color: var(--soft-58);
  font-size: 12px;
  line-height: 1.5;
}
@keyframes solution-panel-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.values {
  background: var(--forest);
  padding-bottom: 8vw;
}
.values-photo {
  height: min(88svh, 900px);
  min-height: 680px;
  position: relative;
  overflow: hidden;
  color: var(--white);
}
.values-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--values-shade);
}
.values-photo picture,
.values-photo img {
  display: block;
  width: 100%;
  height: 100%;
}
.values-photo img {
  object-fit: cover;
  object-position: center 46%;
}
.values-photo > .values-copy {
  position: absolute;
  z-index: var(--z-overlay);
  left: 5vw;
  bottom: 8vh;
}
.values-photo span {
  font-size: 11px;
  letter-spacing: 0.14em;
}
.values-photo h2 {
  font-size: var(--type-display-feature);
  line-height: 0.85;
  margin: 18px 0;
}
.card-stack {
  position: relative;
  z-index: var(--z-art);
  max-width: 1380px;
  margin: -30px auto 0;
  padding: 0 5vw;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}
.value-card {
  position: relative;
  min-height: 360px;
  border-radius: var(--radius-panel);
  padding: clamp(30px, 4vw, 56px);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px 28px;
  align-content: start;
  box-shadow: var(--shadow-float);
  border: 1px solid var(--border);
  transform: none;
}
.value-card:nth-child(1),
.value-card:nth-child(2) {
  grid-column: span 6;
}
.value-card:nth-child(3) {
  grid-column: span 8;
}
.value-card:nth-child(4) {
  grid-column: span 4;
}
.value-card > span {
  color: var(--brand);
  font-weight: 800;
}
.value-card > span::before {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-bottom: 12px;
  border-radius: var(--radius-pill);
  background: var(--gold);
}
.value-card.brand-card,
.value-card.lime {
  background: var(--brand);
  color: var(--white);
  border-color: var(--white-15);
}
.value-card.brand-card > span,
.value-card.lime > span,
.value-card.interaction-card > span,
.value-card.coral > span {
  color: var(--white);
}
.value-card.interaction-card,
.value-card.coral {
  background: var(--interaction);
  color: var(--white);
  border-color: var(--white-15);
}
.value-card.soft-card,
.value-card.blue {
  background: var(--soft);
  color: var(--ink);
}
.value-card.mist-card,
.value-card.cream {
  background: var(--white);
  color: var(--ink);
}
.value-card h3 {
  font-size: var(--type-display-tertiary);
  line-height: 0.92;
  margin: 0;
}
.value-card p {
  grid-column: 1 / -1;
  max-width: 680px;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.5;
}
.testimonials {
  background: var(--soft);
}
.testimonial-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.65fr) 2fr;
  gap: 5vw;
  align-items: start;
  margin-top: var(--space-5);
}
.testimonial-heading p {
  margin: var(--space-1) 0 0;
}
.testimonial-heading h2 {
  margin: 0;
  max-width: 900px;
  font-size: var(--type-display-secondary);
  line-height: 0.94;
}
.quote-wrap {
  max-width: 1180px;
  margin: var(--space-6) auto 0;
}
.quote-wrap blockquote {
  display: none;
  margin: 0;
}
.quote-wrap blockquote.active {
  display: block;
  animation: quote-in 0.7s var(--ease);
}
@keyframes quote-in {
  from {
    opacity: 0;
    transform: translateY(35px);
  }
}
blockquote p {
  font-family: var(--sans);
  font-size: var(--type-quote);
  line-height: 1;
  letter-spacing: -0.055em;
}
blockquote footer {
  font-weight: 800;
}
.quote-controls {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 20px;
  align-items: center;
  margin-top: 60px;
}
.quote-motion {
  width: auto !important;
  min-width: 126px;
  border-radius: var(--radius-pill) !important;
  font-size: 12px !important;
}
.quote-controls button {
  width: 52px;
  height: 52px;
  border: 1px solid;
  border-radius: var(--radius-circle);
  background: transparent;
  font-size: 20px;
}
.quote-progress {
  height: 3px;
  background: var(--ink-15);
}
.quote-progress i {
  display: block;
  height: 100%;
  background: var(--ink);
  animation: quote-progress 8s linear forwards;
}
@keyframes quote-progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw;
}
.faq-title {
  position: sticky;
  top: 130px;
  align-self: start;
}
.faq h2 {
  font-size: var(--type-display-secondary);
}
.accordion > div {
  border-top: 1px solid var(--support);
}
.accordion button {
  width: 100%;
  border: 0;
  background: none;
  padding: 28px 0;
  display: flex;
  justify-content: space-between;
  text-align: left;
  font-size: 20px;
  font-weight: 800;
  color: var(--ink);
}
.accordion button span {
  font-size: 28px;
  transition: transform 0.3s;
}
.accordion button[aria-expanded="true"] span {
  transform: rotate(45deg);
}
.accordion p {
  display: none;
  line-height: 1.65;
  padding: 0 40px 28px 0;
  margin: 0;
}
.accordion button[aria-expanded="true"] + p {
  display: block;
}
.partners {
  position: relative;
  overflow: hidden;
  background: var(--deep);
  color: var(--white);
}
.partners:before {
  content: "";
  position: absolute;
  width: min(54vw, 760px);
  aspect-ratio: 1;
  right: -18vw;
  top: -38%;
  border: 1px solid var(--gold-32);
  border-radius: var(--radius-circle);
  box-shadow: var(--shadow-orbit);
  pointer-events: none;
}
.partners-heading {
  position: relative;
  z-index: var(--z-base);
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) 1fr;
  gap: 7vw;
  align-items: start;
  margin-bottom: 72px;
}
.partners .section-index {
  border-color: var(--mist-29);
}
.partners h2 {
  max-width: 1050px;
  margin: 12px 0 26px;
  font-size: var(--type-display-secondary);
  line-height: 0.92;
  letter-spacing: -0.055em;
}
.partners h2 em {
  color: var(--soft);
  font-family: var(--serif);
  font-weight: 400;
}
.partners-intro {
  max-width: 530px;
  margin: 0;
  color: var(--mist-72);
  font-size: 18px;
  line-height: 1.55;
}
.partner-grid {
  position: relative;
  z-index: var(--z-base);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--mist-22);
  border-left: 1px solid var(--mist-22);
}
.partner-grid li {
  min-width: 0;
  min-height: 156px;
  display: grid;
  place-items: center;
  padding: 30px 24px;
  background: var(--paper);
  border-right: 1px solid var(--deep-15);
  border-bottom: 1px solid var(--deep-15);
  transition:
    background-color 0.35s var(--ease),
    transform 0.35s var(--ease);
}
.partner-grid li:nth-child(even) {
  background: var(--paper-muted);
}
.partner-grid li:hover {
  position: relative;
  z-index: var(--z-overlay);
  background: var(--white);
  transform: translateY(-5px);
}
.partner-grid img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(78%, 168px);
  max-height: 58px;
  object-fit: contain;
}
.contact {
  min-height: 100vh;
  background: var(--deep);
  color: var(--white);
  padding: 12vh 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.contact > * {
  position: relative;
  z-index: var(--z-overlay);
}
.contact h2 {
  font-size: var(--type-display-primary);
  line-height: 0.75;
  margin: 30px 0;
}
.contact h2 em {
  color: var(--soft);
}
.contact > p:not(.eyebrow) {
  max-width: 560px;
  line-height: 1.55;
  color: var(--border);
}
.contact-orbit {
  position: absolute;
  width: 75vw;
  height: 75vw;
  border: 1px solid var(--gold-40);
  border-radius: var(--radius-circle);
  z-index: var(--z-base);
}
.contact-orbit:before,
.contact-orbit:after {
  content: "";
  position: absolute;
  border: 1px solid var(--gold-22);
  border-radius: var(--radius-circle);
  inset: 12%;
}
.contact-orbit:after {
  inset: 27%;
}
.contact-details {
  display: flex;
  gap: 24px;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.contact-details[hidden] {
  display: none;
}
.contact-details a {
  color: var(--white);
  min-width: min(260px, 80vw);
  padding: 16px 20px;
  border: 1px solid var(--border-38);
  border-radius: var(--radius-md);
  display: grid;
  gap: 5px;
  text-align: left;
  text-decoration: none;
  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease;
}
.contact-details a:hover,
.contact-details a:focus-visible {
  background: var(--soft-10);
  border-color: var(--gold);
  transform: translateY(-2px);
}
.contact-details a:active {
  transform: translateY(0);
}
.contact-details span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.contact-details strong {
  font-size: 16px;
  overflow-wrap: anywhere;
}
.footer {
  background: var(--white);
  padding: var(--space-5) 5vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--space-4);
  align-items: start;
  font-size: 14px;
  line-height: 1.5;
}
.footer img {
  width: 150px;
  height: auto;
  align-self: start;
}
.footer p {
  margin: 0;
}
.footer p:last-child {
  text-align: right;
}
[data-reveal] {
  opacity: 0;
  transform: translateY(35px);
  transition:
    opacity 0.8s var(--ease),
    transform 0.8s var(--ease);
}
[data-reveal].revealed {
  opacity: 1;
  transform: none;
}
@media (max-width: 800px) {
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .nav-shell {
    height: 64px;
    top: 12px;
    left: 12px;
    right: 12px;
    padding-left: 14px;
  }
  .brand img {
    width: 52px;
    height: 42px;
  }
  .brand-logo-full {
    display: none !important;
  }
  .brand-logo-symbol {
    display: block !important;
  }
  .hero {
    min-height: 680px;
  }
  .video-stage {
    grid-template-columns: 1fr;
  }
  .video-ghost {
    display: none;
  }
  .hero--capcut .hero-shade {
    background: var(--mobile-hero-shade);
  }
  .hero--capcut .hero-copy > .eyebrow {
    transform: translateY(-10px);
  }
  .hero-copy {
    left: 22px;
    right: 22px;
    bottom: 6vh;
  }
  .hero-copy h1 {
    font-size: clamp(3.6rem, 17vw, 6rem);
    line-height: 0.79;
  }
  .hero-action {
    align-items: start;
    flex-direction: column;
  }
  .hero-action p {
    font-size: 15px;
  }
  .horizon {
    height: 100vw;
    bottom: -75vw;
    border-width: 18vw;
  }
  .section-pad {
    padding: 90px 22px;
  }
  .manifesto-grid,
  .section-head,
  .solution-panel,
  .faq {
    grid-template-columns: 1fr;
  }
  .manifesto-grid {
    gap: 50px;
  }
  .manifesto h2,
  .section-head h2 {
    font-size: 3.6rem;
  }
  .film-frame {
    padding: 6px;
    border-radius: 22px;
  }
  .film-frame::before {
    top: 6px;
    left: 6px;
  }
  .film-frame video {
    border-radius: 16px;
  }
  .institutional-film figcaption {
    flex-direction: column;
    gap: 4px;
  }
  .trust-gateway {
    padding: 52px 22px 82px;
  }
  .trust-proof {
    grid-template-columns: 1fr;
  }
  .trust-proof p {
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }
  .trust-proof p:last-child {
    border-bottom: 0;
  }
  .trust-gateway-copy {
    grid-template-columns: 1fr;
    gap: 22px;
    margin: 58px 0 34px;
  }
  .trust-gateway-copy h2 {
    font-size: clamp(3.1rem, 14vw, 4.7rem);
  }
  .solution-gateway {
    grid-template-columns: 1fr;
  }
  .solution-gateway a,
  .solution-gateway a + a {
    min-height: 200px;
    padding: 28px 22px;
    border-radius: var(--radius-card);
  }
  .process {
    height: auto;
    padding: 90px 22px;
  }
  .process-routes-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .process-routes-heading h2,
  .process-routes-heading > p:last-child {
    grid-column: 1;
  }
  .process-routes-heading h2 {
    font-size: clamp(3.4rem, 15vw, 4.6rem);
  }
  .process-route-grid {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
  .process-route {
    padding: 30px 22px;
  }
  .process-route header {
    min-height: auto;
  }
  .process-route li {
    grid-template-columns: 38px 1fr;
    gap: 8px 12px;
  }
  .process-route li span {
    grid-column: 2;
  }
  .tabs {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    width: 100%;
    overflow: visible;
    border-radius: var(--radius-nav);
  }
  .tabs button {
    min-width: 0;
    padding-inline: 12px;
    white-space: normal;
  }
  .tabs button span {
    font-size: 13px;
  }
  .tabs button small {
    font-size: 10px;
    line-height: 1.3;
  }
  .solution-panel {
    min-height: 0;
  }
  .solution-panel > .solution-copy {
    padding: 45px 24px;
  }
  .solution-panel h3 {
    font-size: clamp(3.2rem, 15vw, 4.4rem);
  }
  .solution-visual {
    aspect-ratio: 1;
  }
  .solution-visual figcaption {
    right: 20px;
    bottom: 18px;
    left: 20px;
  }
  .values-photo {
    height: 62vh;
    min-height: 480px;
  }
  .values-photo > .values-copy {
    left: 22px;
    bottom: 5vh;
  }
  .values-photo h2 {
    max-width: 9ch;
    font-size: clamp(3rem, 14vw, 3.6rem);
    line-height: 0.9;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.28);
  }
  .card-stack {
    margin-top: -28px;
    padding: 0 14px 70px;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .value-card {
    position: relative;
    top: auto !important;
    min-height: 0;
    margin-top: 0;
    padding: 34px 24px;
    grid-template-columns: auto 1fr;
    align-content: start;
  }
  .value-card:nth-child(n) {
    grid-column: 1;
  }
  .value-card h3 {
    font-size: 3.15rem;
  }
  .value-card p {
    grid-column: 1 / -1;
    font-size: 1rem;
  }
  .quote-wrap {
    margin-top: 55px;
  }
  .testimonial-heading {
    grid-template-columns: 1fr;
    gap: var(--space-2);
    margin-top: var(--space-4);
  }
  .testimonial-heading h2 {
    font-size: 3.35rem;
  }
  .marquee-motion {
    right: 10px;
    font-size: 0;
    width: 42px;
    padding: 0;
  }
  .marquee-motion::after {
    content: "Ⅱ";
    font-size: 13px;
  }
  .marquee-motion[aria-pressed="true"]::after {
    content: "▶";
  }
  .quote-controls {
    grid-template-columns: auto 1fr auto;
  }
  .quote-motion {
    grid-column: 1 / -1;
    justify-self: center;
  }
  blockquote p {
    font-size: 2.65rem;
  }
  .faq-title {
    position: relative;
    top: auto;
  }
  .partners-heading {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-bottom: 46px;
  }
  .partners {
    padding-top: 124px;
    scroll-margin-top: 84px;
  }
  .partners h2 {
    font-size: clamp(3rem, 13vw, 5.4rem);
  }
  .partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .partner-grid li {
    min-height: 118px;
    padding: 24px 16px;
  }
  .partner-grid img {
    max-width: min(82%, 150px);
    max-height: 48px;
  }
  .contact h2 {
    font-size: 5.1rem;
  }
  .contact-details {
    flex-direction: column;
  }
  .footer {
    grid-template-columns: 1fr;
    gap: var(--space-3);
    padding: var(--space-4) 22px;
  }
  .footer p:last-child {
    text-align: left;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .loader {
    display: none;
  }
  .marquee-track {
    transform: none;
  }
  .process,
  .values {
    height: auto;
  }
  .process-sticky,
  .values-photo,
  .value-card {
    position: relative;
    top: auto;
  }
  .video-stage video {
    display: none;
  }
  .hero {
    background:
      var(--reduced-hero-shade),
      url("assets/hero-capcut-desktop-poster.webp") center/cover;
  }
  .value-card {
    transform: none;
  }
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
  .solution-panel {
    animation: none;
  }
}
