:root {
  --ink: #0b1f3a;
  --muted: #6b7280;
  --paper: #ffffff;
  --surface: #f8fafc;
  --line: rgba(107, 114, 128, 0.2);
  --charcoal: #0b1f3a;
  --gold: #f4b400;
  --sun: #f4b400;
  --electric-blue: #0b1f3a;
  --royal-violet: #0b1f3a;
  --aqua: #6b7280;
  --gold-soft: rgba(244, 180, 0, 0.16);
  --gold-mid: #d99f00;
  --gold-dark: #0b1f3a;
  --accent-green: #f4b400;
  --accent-green-dark: #0b1f3a;
  --warm-white: #f8fafc;
  --shadow: 0 24px 70px rgba(11, 31, 58, 0.1);
  --shadow-soft: 0 18px 48px rgba(11, 31, 58, 0.08);
  --button-gradient: linear-gradient(100deg, var(--gold) 0%, var(--gold-mid) 100%);
  --button-gradient-hover: linear-gradient(100deg, var(--charcoal) 0%, #16385f 100%);
  --motion-gradient: linear-gradient(100deg, var(--gold), var(--aqua), var(--charcoal), var(--gold));
  --font-heading: "Avenir Next", Avenir, "Helvetica Neue", Arial, ui-sans-serif, system-ui, sans-serif;
  --font-body: "Avenir Next", Avenir, "Helvetica Neue", Arial, ui-sans-serif, system-ui, sans-serif;
  --radius: 8px;
  --radius-pill: 999px;
  --max: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 6.25rem;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #fff;
  font-family: var(--font-body);
  line-height: 1.5;
}

::marker {
  color: var(--electric-blue);
}

h1,
h2,
h3,
h4,
.site-nav,
.button,
.section-kicker,
.eyebrow,
summary strong,
dt {
  font-family: var(--font-heading);
  font-weight: 800;
}

h1,
h2,
h3,
h4 {
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

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

a {
  color: inherit;
}

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

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

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 30;
  transform: translateY(-140%);
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
  padding: 0.7rem 1rem;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.ticket-page {
  background: #fff;
}

.ticket-main {
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0) 0%, #fff 32rem),
    #fff;
}

.ticket-hero {
  position: relative;
  isolation: isolate;
  min-height: 34rem;
  overflow: hidden;
  padding: clamp(8rem, 15vw, 12rem) 1.5rem clamp(5rem, 8vw, 7rem);
  color: #fff;
}

.ticket-hero::after {
  content: "";
  position: absolute;
  right: 8vw;
  bottom: 4rem;
  z-index: -1;
  width: min(42vw, 32rem);
  height: min(42vw, 32rem);
  border: 1px solid rgba(244, 180, 0, 0.26);
  border-radius: 50%;
  transform: rotate(-10deg);
  animation: ticket-orbit 18s linear infinite;
}

.ticket-hero .ticket-hero-scrim {
  background:
    linear-gradient(90deg, rgba(11, 31, 58, 0.94) 0%, rgba(11, 31, 58, 0.78) 48%, rgba(11, 31, 58, 0.5) 100%),
    radial-gradient(circle at 74% 38%, rgba(244, 180, 0, 0.34), transparent 30%);
}

.ticket-hero-inner {
  position: relative;
  z-index: 2;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.ticket-hero-inner h1 {
  max-width: 800px;
  margin: 0.7rem 0 1rem;
  color: #fff;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.92;
}

.ticket-hero-inner p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.ticket-form-section {
  position: relative;
  z-index: 3;
  width: min(100% - 3rem, var(--max));
  margin: -4.5rem auto 0;
  padding-bottom: 6rem;
}

.ticket-form-shell {
  display: grid;
  grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 1.28fr);
  gap: 1.25rem;
  align-items: start;
}

.ticket-support-panel,
.ticket-form {
  border: 1px solid rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.ticket-support-panel {
  position: sticky;
  top: 7rem;
  display: grid;
  gap: 1.2rem;
  border-radius: 18px;
  padding: clamp(1.2rem, 3vw, 2rem);
}

.ticket-support-panel h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1;
}

.ticket-support-panel p {
  margin: 0;
  color: var(--muted);
}

.ticket-support-steps {
  display: grid;
  gap: 0.75rem;
}

.ticket-support-steps span {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(248, 250, 252, 0.78);
  padding: 0.8rem 0.9rem;
  color: var(--ink);
  font-weight: 700;
}

.ticket-support-steps strong {
  display: inline-grid;
  width: 2.2rem;
  height: 2.2rem;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.78rem;
}

.ticket-form {
  display: grid;
  gap: 1.25rem;
  border-radius: 22px;
  padding: clamp(1rem, 3vw, 2rem);
}

.ticket-form-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  border: 1px solid rgba(244, 180, 0, 0.2);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(244, 180, 0, 0.18), rgba(248, 250, 252, 0.74)),
    rgba(255, 255, 255, 0.9);
  padding: 1rem;
}

.ticket-form-mark {
  display: grid;
  width: clamp(4.4rem, 9vw, 6.4rem);
  aspect-ratio: 1;
  place-items: center;
  border-radius: 18px;
  background: var(--ink);
  box-shadow: 0 18px 38px rgba(11, 31, 58, 0.2);
}

.ticket-form-mark img {
  width: 72%;
}

.ticket-form-head h2 {
  margin: 0.25rem 0 0.35rem;
  color: var(--ink);
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
}

.ticket-form-head p:not(.section-kicker) {
  margin: 0;
  color: var(--muted);
}

.ticket-fieldset {
  display: grid;
  gap: 1rem;
  min-width: 0;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem;
}

.ticket-fieldset legend {
  padding: 0 0.5rem;
  color: var(--ink);
  font-weight: 800;
}

.ticket-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ticket-field {
  display: grid;
  gap: 0.55rem;
  min-width: 0;
  color: var(--ink);
  font-weight: 800;
}

.ticket-field-wide {
  grid-column: 1 / -1;
}

.ticket-field span {
  display: block;
  color: var(--ink);
}

.ticket-field em {
  color: var(--gold-mid);
  font-style: normal;
}

.ticket-field small {
  color: var(--muted);
  font-weight: 500;
}

.ticket-form input[type="text"],
.ticket-form input[type="file"],
.ticket-form select {
  width: 100%;
  min-height: 3.15rem;
  border: 1px solid rgba(107, 114, 128, 0.28);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  padding: 0.82rem 0.95rem;
  outline: 0;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.ticket-form input[type="file"] {
  padding: 0.65rem;
}

.ticket-form select[multiple] {
  min-height: 9rem;
}

.ticket-form input:focus,
.ticket-form select:focus {
  border-color: var(--gold);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(244, 180, 0, 0.18);
}

.ticket-datetime {
  display: grid;
  grid-template-columns: minmax(9rem, 1fr) repeat(3, minmax(4.8rem, 0.35fr));
  gap: 0.65rem;
}

.ticket-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.ticket-checks label {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  min-height: 3.25rem;
  border: 1px solid rgba(107, 114, 128, 0.22);
  border-radius: 14px;
  background: rgba(248, 250, 252, 0.82);
  padding: 0.8rem;
  color: var(--ink);
  font-weight: 700;
}

.ticket-checks input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.16rem;
  accent-color: var(--gold);
}

.ticket-submit {
  justify-self: start;
  min-width: min(100%, 18rem);
}

.ticket-form .form-note {
  margin: 0;
  color: var(--muted);
}

@keyframes ticket-orbit {
  0% {
    transform: rotate(-10deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(8deg) translate3d(-1rem, -0.7rem, 0);
  }

  100% {
    transform: rotate(-10deg) translate3d(0, 0, 0);
  }
}

@media (max-width: 980px) {
  .ticket-form-shell {
    grid-template-columns: 1fr;
  }

  .ticket-support-panel {
    position: relative;
    top: auto;
  }
}

@media (max-width: 680px) {
  .ticket-hero {
    min-height: 30rem;
    padding: 7.5rem 1rem 5.5rem;
  }

  .ticket-form-section {
    width: min(100% - 2rem, var(--max));
    margin-top: -3rem;
  }

  .ticket-form-grid,
  .ticket-checks {
    grid-template-columns: 1fr;
  }

  .ticket-form-head {
    grid-template-columns: 1fr;
  }

  .ticket-datetime {
    grid-template-columns: 1fr 1fr;
  }

  .ticket-datetime input {
    grid-column: 1 / -1;
  }

  .ticket-submit {
    width: 100%;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

section[id] {
  scroll-margin-top: 6.25rem;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  min-height: 5.35rem;
  padding: 0.6rem 1.5rem 0.6rem max(1.5rem, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled,
.site-header.is-open {
  border-color: var(--line);
  box-shadow: 0 16px 42px rgba(11, 27, 61, 0.08);
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-width: 0;
  text-decoration: none;
}

.brand-logo {
  width: clamp(9rem, 12vw, 10.8rem);
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  margin-left: auto;
  min-width: 0;
}

.site-nav a,
.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  border: 0;
  border-radius: var(--radius);
  background: transparent;
  padding: 0.58rem 0.62rem;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.05;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background-color 180ms ease,
    color 180ms ease;
  cursor: pointer;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus-visible {
  background: rgba(244, 180, 0, 0.14);
  color: var(--ink);
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
}

.nav-dropdown-toggle::after {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  margin-left: 0.45rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-0.12rem) rotate(45deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  z-index: 25;
  display: grid;
  min-width: 13.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 0.35rem;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-0.35rem);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dropdown-menu a {
  justify-content: flex-start;
  width: 100%;
}

.nav-dropdown-menu-gestoria {
  min-width: 18.75rem;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  margin: 0 0.15rem;
  border: 0;
  border-radius: var(--radius-pill);
  background: var(--button-gradient);
  padding: 0.18rem;
  box-shadow: none;
}

.site-nav .language-switch a {
  min-height: 1.95rem;
  border-radius: var(--radius-pill);
  padding: 0.42rem 0.54rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ink);
}

.site-nav .language-switch a.is-active,
.site-nav .language-switch a.is-active:hover,
.site-nav .language-switch a.is-active:focus-visible {
  background: var(--ink);
  color: #fff;
}

.site-nav .nav-action {
  border: 0;
  border-radius: var(--radius-pill);
  background: var(--button-gradient);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 600;
  text-align: center;
  box-shadow: none;
}

.site-nav .nav-action:hover,
.site-nav .nav-action:focus-visible {
  background: var(--button-gradient-hover);
  color: #fff;
}

.site-nav .nav-schedule {
  box-shadow: none;
}

.site-nav .nav-schedule:hover,
.site-nav .nav-schedule:focus-visible {
  background: var(--button-gradient-hover);
  color: #fff;
}

.site-nav .nav-remote {
  box-shadow: none;
}

.site-nav .nav-remote:hover,
.site-nav .nav-remote:focus-visible {
  background: var(--button-gradient-hover);
  color: #fff;
}

.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  width: 1.25rem;
  height: 2px;
  background: currentColor;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(21rem, 0.55fr);
  gap: clamp(2rem, 6vw, 5rem);
  min-height: 74vh;
  min-height: 74svh;
  align-items: center;
  overflow: hidden;
  padding: 7.4rem max(1.5rem, calc((100vw - var(--max)) / 2)) 1rem;
  color: #fff;
  background: var(--ink);
}

.hero-media,
.hero-media img,
.hero-media video,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-media,
.hero-scrim {
  display: block;
}

.hero-media img,
.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.88;
  transform: scale(1.02);
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(11, 31, 58, 0.78) 0%, rgba(11, 31, 58, 0.5) 45%, rgba(107, 114, 128, 0.12) 100%),
    linear-gradient(180deg, rgba(244, 180, 0, 0.04), rgba(11, 31, 58, 0.58));
}

.data-flow {
  position: absolute;
  pointer-events: none;
  overflow: hidden;
}

.data-flow span {
  position: absolute;
  display: block;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(244, 180, 0, 0.46) 0 0.25rem, transparent 0.25rem 0.7rem);
  transform: rotate(var(--flow-angle, 0deg));
  transform-origin: left center;
}

.data-flow span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.18rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: rgba(244, 180, 0, 0.35);
}

.data-flow span::after {
  content: "";
  position: absolute;
  left: 0;
  top: -0.22rem;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0.72rem rgba(244, 180, 0, 0.68);
  animation: data-flow-packet var(--flow-duration, 6.5s) linear var(--flow-delay, 0s) infinite;
}

.data-flow-hero {
  inset: 5.35rem 0 0;
  z-index: 1;
  opacity: 0.78;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.data-flow-hero span {
  background: repeating-linear-gradient(90deg, rgba(244, 180, 0, 0.5) 0 0.22rem, transparent 0.22rem 0.68rem);
}

.data-flow-hero span:nth-child(1) {
  top: 15%;
  left: 3%;
  width: 31%;
  --flow-angle: 3deg;
  --flow-duration: 6.8s;
  --flow-delay: -1.2s;
}

.data-flow-hero span:nth-child(2) {
  top: 34%;
  left: 9%;
  width: 39%;
  --flow-angle: -2deg;
  --flow-duration: 8.4s;
  --flow-delay: -4.1s;
}

.data-flow-hero span:nth-child(3) {
  top: 60%;
  left: 2%;
  width: 33%;
  --flow-angle: 2deg;
  --flow-duration: 7.6s;
  --flow-delay: -5.3s;
}

.data-flow-hero span:nth-child(4) {
  top: 21%;
  left: 61%;
  width: 31%;
  --flow-angle: -4deg;
  --flow-duration: 8.6s;
  --flow-delay: -2.7s;
}

.data-flow-hero span:nth-child(5) {
  top: 55%;
  left: 50%;
  width: 42%;
  --flow-angle: 4deg;
  --flow-duration: 7.9s;
  --flow-delay: -6s;
}

.data-flow-hero span:nth-child(6) {
  top: 81%;
  left: 28%;
  width: 48%;
  --flow-angle: -1deg;
  --flow-duration: 9.6s;
  --flow-delay: -3.8s;
}

@keyframes data-flow-packet {
  0% {
    left: 0;
    opacity: 0;
    transform: scale(0.72);
  }

  12%,
  84% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    left: calc(100% - 0.46rem);
    opacity: 0;
    transform: scale(0.72);
  }
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
}

.automation-motion {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  width: min(100%, 42rem);
  min-height: 3.75rem;
  margin: 0 0 1.35rem;
  border: 0;
  border-radius: var(--radius-pill);
  background: var(--charcoal);
  color: #fff;
  padding: 0.72rem 1.05rem;
  box-shadow: none;
  overflow: hidden;
}

.section-motion {
  width: min(100%, 54rem);
  margin: 0;
}

.section-motion strong {
  font-weight: 650;
}

.motion-band-wrap {
  display: flex;
  margin: -1.25rem 0 2rem;
}

.software-section .motion-band-wrap {
  margin: 0;
}

.automation-motion::after {
  content: "";
  position: absolute;
  inset: -35% auto -35% -18%;
  width: 35%;
  background: linear-gradient(90deg, transparent, rgba(244, 180, 0, 0.72), rgba(244, 180, 0, 0.3), transparent);
  filter: blur(12px);
  transform: skewX(-16deg);
  animation: automation-sweep 4.8s ease-in-out infinite;
}

.automation-motion strong {
  position: relative;
  z-index: 1;
  min-width: 0;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
}

.section-motion strong {
  font-weight: 650;
}

.motion-spark,
.motion-send {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 1.15rem;
  height: 1.15rem;
  color: #fff;
}

.motion-spark::before,
.motion-spark::after {
  content: "";
  position: absolute;
  inset: 0.12rem;
  border: 2px solid currentColor;
  transform: rotate(45deg);
}

.motion-spark::after {
  inset: -0.18rem 0.45rem;
  border-right: 0;
  border-left: 0;
  transform: none;
}

.motion-send::before {
  content: "";
  position: absolute;
  inset: 0.12rem;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(45deg) skew(-14deg, -14deg);
}

@keyframes automation-sweep {
  0% {
    transform: translateX(0) skewX(-16deg);
  }

  55%,
  100% {
    transform: translateX(340%) skewX(-16deg);
  }
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.85rem;
  width: fit-content;
  color: var(--electric-blue);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-kicker {
  color: var(--gold);
}

.split-heading .section-kicker,
.software-heading .section-kicker,
.gestoria-copy .section-kicker,
.faq-heading .section-kicker,
.contact-copy .section-kicker {
  color: var(--gold);
}

.hero .eyebrow {
  color: var(--gold);
}

.hero h1 {
  margin: 0;
  max-width: 11.5ch;
  font-size: clamp(3.2rem, 7vw, 5.9rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-brand-reveal {
  position: relative;
  padding-bottom: clamp(0.75rem, 1.15vw, 1rem);
}

.hero-brand-reveal::after {
  content: "";
  display: block;
  width: clamp(4.8rem, 24%, 8.4rem);
  height: 0.22rem;
  margin-top: clamp(0.65rem, 1vw, 0.85rem);
  border-radius: var(--radius-pill);
  background: var(--button-gradient);
  transform-origin: left center;
  animation: hero-line-draw 0.9s cubic-bezier(0.22, 0.74, 0.23, 1) 0.62s both;
}

.hero-brand-name,
.hero-brand-tail {
  display: inline-block;
  letter-spacing: 0;
  animation: hero-brand-enter 0.95s cubic-bezier(0.22, 0.74, 0.23, 1) both;
}

.hero-brand-name {
  animation-delay: 0.12s;
}

.hero-brand-tail {
  animation-delay: 0.32s;
}

@keyframes hero-brand-enter {
  from {
    opacity: 0;
    clip-path: inset(0 0 22% 0);
    transform: translate3d(0, 0.55rem, 0);
    filter: blur(2px);
  }

  to {
    opacity: 1;
    clip-path: inset(0);
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@keyframes hero-line-draw {
  from {
    opacity: 0;
    transform: scaleX(0);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

.hero-lead {
  max-width: 720px;
  margin: 1.45rem 0 0;
  color: #fff;
  font-size: clamp(1.24rem, 2.4vw, 1.72rem);
  font-weight: 900;
  line-height: 1.28;
  text-wrap: balance;
}

.hero-text {
  max-width: 720px;
  margin: 1.05rem 0 0;
  color: rgba(244, 246, 248, 0.86);
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
}

.hero-credential {
  display: inline-grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.72rem;
  max-width: 720px;
  margin-top: 1.05rem;
  border: 1px solid rgba(244, 180, 0, 0.38);
  border-radius: var(--radius-pill);
  background: rgba(11, 31, 58, 0.46);
  color: #fff;
  padding: 0.58rem 0.88rem;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
  -webkit-backdrop-filter: blur(14px) saturate(1.12);
  backdrop-filter: blur(14px) saturate(1.12);
}

.hero-credential span {
  display: inline-grid;
  place-items: center;
  min-width: 3.15rem;
  min-height: 2rem;
  border-radius: var(--radius-pill);
  background: var(--button-gradient);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.hero-credential strong {
  font-family: var(--font-heading);
  font-size: clamp(0.88rem, 1.05vw, 1rem);
  line-height: 1.2;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.9rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  border: 0;
  border-radius: var(--radius-pill);
  padding: 0.78rem 1.25rem;
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--button-gradient);
  color: var(--ink);
  box-shadow: none;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--button-gradient-hover);
  color: #fff;
}

.button-secondary {
  background: var(--button-gradient);
  color: var(--ink);
  box-shadow: none;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: var(--button-gradient-hover);
  color: #fff;
}

.hero .button-secondary {
  color: var(--ink);
}

.hero .button-secondary:hover,
.hero .button-secondary:focus-visible {
  color: #fff;
}

.hero-dashboard {
  position: relative;
  z-index: 3;
  display: grid;
  align-self: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.dashboard-status {
  display: grid;
  gap: 0.45rem;
  padding: clamp(1rem, 2.5vw, 1.35rem);
  background: rgba(255, 255, 255, 0.08);
}

.dashboard-status span,
.dashboard-grid span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.dashboard-status strong {
  max-width: 19rem;
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1;
  text-wrap: balance;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.dashboard-grid div {
  display: grid;
  gap: 0.38rem;
  padding: 0.95rem clamp(1rem, 2.5vw, 1.35rem);
}

.dashboard-grid div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.dashboard-grid strong {
  font-size: 0.86rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.hero-checklist {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: clamp(1rem, 2.5vw, 1.35rem);
  list-style: none;
}

.hero-checklist li {
  display: flex;
  gap: 0.7rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
}

.hero-checklist li::before {
  content: "";
  flex: 0 0 auto;
  width: 0.58rem;
  height: 0.58rem;
  margin-top: 0.42rem;
  border-radius: 50%;
  background: var(--button-gradient);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.34),
    0 0 16px rgba(244, 180, 0, 0.38);
}

.dashboard-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0.9rem clamp(1rem, 2.5vw, 1.35rem);
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 900;
  text-decoration: none;
}

.dashboard-link::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.dashboard-link:hover,
.dashboard-link:focus-visible {
  background: var(--button-gradient);
  color: var(--ink);
}

.hero-brief {
  position: relative;
  grid-column: 1 / -1;
  justify-self: end;
  z-index: 3;
  display: flex;
  max-width: min(640px, calc(100% - 3rem));
  margin-top: -2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.hero-brief-motion {
  border: 0;
  background: var(--charcoal);
  box-shadow: none;
}

.hero-brief-motion::after {
  content: "";
  position: absolute;
  inset: -45% auto -45% -18%;
  z-index: 0;
  width: 30%;
  background: linear-gradient(90deg, transparent, rgba(244, 180, 0, 0.72), rgba(244, 180, 0, 0.3), transparent);
  filter: blur(11px);
  transform: skewX(-16deg);
  animation: hero-brief-sweep 5.2s ease-in-out infinite;
}

.hero-brief span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 3.2rem;
  padding: 0.82rem 1rem;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
  white-space: nowrap;
}

.hero-brief span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

@keyframes hero-brief-sweep {
  0% {
    transform: translateX(0) skewX(-16deg);
  }

  55%,
  100% {
    transform: translateX(470%) skewX(-16deg);
  }
}

.insight-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding: 1rem max(1.5rem, calc((100vw - var(--max)) / 2));
  border-bottom: 3px solid var(--gold);
  background: var(--charcoal);
  color: #fff;
  box-shadow: 0 20px 48px rgba(11, 31, 58, 0.14);
}

.insight-bar p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
}

.insight-bar strong {
  color: #fff;
}

.insight-bar a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--radius-pill);
  padding: 0.62rem 1rem;
  font-family: var(--font-heading);
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.insight-bar a:hover,
.insight-bar a:focus-visible {
  background: #fff;
  color: var(--ink);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
  padding: 0 max(1.5rem, calc((100vw - var(--max)) / 2));
}

.proof-strip div {
  display: grid;
  gap: 0.5rem;
  min-height: 9rem;
  padding: 1.3rem;
  border-right: 1px solid var(--line);
  background: var(--surface);
}

.proof-strip div:first-child {
  border-left: 1px solid var(--line);
}

.proof-strip div:last-child {
  border-right: 1px solid var(--line);
}

.proof-strip span {
  color: var(--electric-blue);
  font-size: 0.82rem;
  font-weight: 950;
}

.proof-strip strong {
  max-width: 13rem;
  align-self: end;
  font-size: 1.35rem;
  line-height: 1.05;
}

.client-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(244, 180, 0, 0.18);
  border-bottom: 1px solid rgba(244, 180, 0, 0.3);
  background:
    linear-gradient(90deg, rgba(11, 31, 58, 0.97), rgba(11, 31, 58, 0.92) 52%, rgba(107, 114, 128, 0.52)),
    url("assets/hero-accounting.jpg") center / cover;
  color: #fff;
  padding: 0;
  isolation: isolate;
}

.client-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 44%),
    radial-gradient(circle at 72% 0%, rgba(244, 180, 0, 0.18), transparent 19rem);
}

.client-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: var(--button-gradient);
}

.client-heading {
  display: grid;
  place-items: center;
  min-height: 6.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.75rem max(1.5rem, calc((100vw - var(--max)) / 2));
  text-align: center;
}

.client-heading .section-kicker {
  display: none;
}

.client-heading h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  max-width: min(64rem, 100%);
  margin: 0;
  background: none;
  color: #fff;
  font-size: clamp(1rem, 1.7vw, 1.32rem);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.client-title-dot {
  width: 0.62rem;
  height: 0.62rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--sun);
  box-shadow: 0 0 0 0.32rem rgba(244, 180, 0, 0.12), 0 0 24px rgba(244, 180, 0, 0.52);
}

.client-marquee {
  overflow: hidden;
  contain: layout paint;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.client-track {
  display: flex;
  width: max-content;
  animation: client-loop 44s linear infinite;
}

.client-marquee:hover .client-track {
  animation-play-state: paused;
}

.client-list {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: 0;
  padding: 1.1rem 0.75rem;
  list-style: none;
}

.client-list li {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.76);
  padding: 0;
  font-size: clamp(0.92rem, 1.28vw, 1.08rem);
  font-weight: 650;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: none;
}

.client-list li::before {
  content: "";
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 1.5rem;
  border-radius: 50%;
  background: var(--button-gradient);
  box-shadow: 0 0 18px rgba(244, 180, 0, 0.42);
}

@keyframes client-loop {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.section {
  width: min(100% - 3rem, var(--max));
  margin: 0 auto;
  padding: 6.5rem 0;
}

.services-section {
  position: relative;
  isolation: isolate;
}

.services-section > :not(.data-flow) {
  position: relative;
  z-index: 1;
}

.data-flow-services {
  inset: 2rem -1.5rem 2.6rem;
  z-index: 0;
  opacity: 0.72;
}

.data-flow-services span {
  background: repeating-linear-gradient(90deg, rgba(11, 31, 58, 0.16) 0 0.28rem, transparent 0.28rem 0.8rem);
}

.data-flow-services span::before {
  background: rgba(11, 31, 58, 0.2);
}

.data-flow-services span:nth-child(1) {
  top: 4%;
  left: 51%;
  width: 41%;
  --flow-angle: 1deg;
  --flow-duration: 8.5s;
  --flow-delay: -3.4s;
}

.data-flow-services span:nth-child(2) {
  top: 31%;
  left: 2%;
  width: 32%;
  --flow-angle: -2deg;
  --flow-duration: 7.4s;
  --flow-delay: -2s;
}

.data-flow-services span:nth-child(3) {
  top: 48%;
  left: 63%;
  width: 31%;
  --flow-angle: 3deg;
  --flow-duration: 6.8s;
  --flow-delay: -5.1s;
}

.data-flow-services span:nth-child(4) {
  top: 72%;
  left: 5%;
  width: 39%;
  --flow-angle: 1deg;
  --flow-duration: 8.8s;
  --flow-delay: -4.2s;
}

.data-flow-services span:nth-child(5) {
  top: 94%;
  left: 40%;
  width: 48%;
  --flow-angle: -2deg;
  --flow-duration: 9.4s;
  --flow-delay: -6.7s;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 2.4rem;
  align-items: start;
  margin-bottom: 2.75rem;
}

.split-heading .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -0.9rem;
}

.split-heading h2,
.method-heading h2,
.nola-copy h2,
.contact-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4.1vw, 3.7rem);
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.split-heading p,
.nola-copy p,
.contact-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.service-matrix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  background: transparent;
}

.service-matrix article {
  position: relative;
  min-height: 16.5rem;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  align-content: stretch;
  gap: 1rem;
  border: 1px solid var(--line);
  border-top: 4px solid transparent;
  border-radius: var(--radius);
  background: var(--surface);
  padding: clamp(1.2rem, 2.2vw, 1.55rem);
  box-shadow: var(--shadow-soft);
}

.service-matrix article::after {
  content: "";
  position: absolute;
  inset: -1px -1px auto;
  height: 4px;
  border-radius: var(--radius) var(--radius) 0 0;
  background: var(--button-gradient);
}

.service-thumb {
  position: relative;
  height: clamp(5.8rem, 8vw, 6.75rem);
  margin: 0 0 0.15rem;
  border-radius: calc(var(--radius) - 2px);
  background: var(--charcoal);
  overflow: hidden;
}

.service-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(11, 31, 58, 0.18));
}

.service-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 500ms ease;
}

.service-matrix article:hover .service-thumb img {
  transform: scale(1.04);
}

.service-matrix span {
  color: var(--electric-blue);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.service-matrix h3 {
  margin: 0;
  font-size: clamp(1.22rem, 1.7vw, 1.5rem);
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

.service-matrix p {
  align-self: end;
  margin: 0;
  color: var(--muted);
}

.tax-identity-section {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 1.25rem;
  padding: 6.5rem max(1.5rem, calc((100vw - var(--max)) / 2));
  border-top: 1px solid rgba(244, 180, 0, 0.26);
  border-bottom: 1px solid rgba(244, 180, 0, 0.26);
  background:
    linear-gradient(110deg, rgba(11, 31, 58, 0.98), rgba(11, 31, 58, 0.9) 56%, rgba(107, 114, 128, 0.34)),
    url("assets/hero-accounting.jpg") center / cover;
  color: #fff;
  isolation: isolate;
}

.tax-identity-section::before,
.tax-identity-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.tax-identity-section::before {
  inset: 0;
  background:
    repeating-linear-gradient(90deg, transparent 0 5rem, rgba(244, 180, 0, 0.08) 5rem 5.08rem),
    radial-gradient(circle at 82% 12%, rgba(244, 180, 0, 0.28), transparent 18rem);
  opacity: 0.78;
}

.tax-identity-section::after {
  inset: auto 0 0;
  height: 3px;
  background: var(--button-gradient);
}

.tax-identity-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: stretch;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.tax-identity-copy {
  display: grid;
  align-content: center;
  gap: 1rem;
}

.tax-identity-copy .section-kicker {
  color: var(--sun);
}

.tax-identity-copy h2 {
  max-width: 36rem;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3.8vw, 3.55rem);
  line-height: 1.04;
  text-wrap: balance;
}

.tax-identity-copy p:not(.section-kicker) {
  max-width: 38rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.07rem;
}

.tax-identity-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

.tax-identity-section .button-secondary {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.tax-identity-section .button-secondary:hover,
.tax-identity-section .button-secondary:focus-visible {
  background: var(--button-gradient);
  color: var(--ink);
}

.tax-identity-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.tax-id-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.8rem;
  min-height: 17rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  padding: clamp(1.1rem, 2.2vw, 1.4rem);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
  backdrop-filter: blur(18px) saturate(1.12);
}

.tax-id-card::before {
  content: "";
  position: absolute;
  inset: -1px -1px auto;
  height: 4px;
  border-radius: var(--radius) var(--radius) 0 0;
  background: var(--button-gradient);
}

.tax-id-card span {
  display: inline-grid;
  place-items: center;
  width: 3.8rem;
  height: 3.8rem;
  border: 1px solid rgba(244, 180, 0, 0.46);
  border-radius: 50%;
  background: rgba(244, 180, 0, 0.12);
  color: var(--sun);
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.tax-id-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.22rem, 1.7vw, 1.46rem);
  line-height: 1.1;
}

.tax-id-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.tax-identity-route {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, var(--max));
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.tax-identity-route div {
  display: grid;
  gap: 0.45rem;
  min-height: 8.2rem;
  padding: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.tax-identity-route div:last-child {
  border-right: 0;
}

.tax-identity-route span {
  color: var(--sun);
  font-size: 0.8rem;
  font-weight: 950;
}

.tax-identity-route strong {
  font-family: var(--font-heading);
  font-size: 1.16rem;
  line-height: 1.1;
}

.tax-identity-route p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.visual-services {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding: 6.5rem max(1.5rem, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
  background: #fff;
}

.visual-services-copy {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.visual-services-copy h2 {
  max-width: 34rem;
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3.55rem);
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.visual-services-copy p:not(.section-kicker) {
  max-width: 34rem;
  margin: 0;
  color: var(--muted);
  font-size: 1.07rem;
}

.motion-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.68fr);
  gap: 1rem;
  align-items: stretch;
}

.motion-video {
  position: relative;
  min-height: 31rem;
  border-radius: var(--radius);
  background: var(--ink);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.motion-video video,
.motion-video img,
.motion-rail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.motion-video video {
  position: absolute;
  inset: 0;
  opacity: 0.86;
}

.motion-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 31, 58, 0.02), rgba(11, 31, 58, 0.5)),
    linear-gradient(90deg, rgba(244, 180, 0, 0.2), rgba(11, 31, 58, 0.12));
}

.motion-overlay {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  display: grid;
  gap: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(11, 31, 58, 0.78), rgba(11, 31, 58, 0.78)) padding-box,
    var(--motion-gradient) border-box;
  color: #fff;
  padding: 1rem;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  animation: service-pulse 8s ease-in-out infinite;
}

.motion-overlay span,
.motion-rail span {
  color: var(--sun);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.motion-overlay strong {
  max-width: 28rem;
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.02;
}

.motion-rail {
  display: grid;
  gap: 1rem;
}

.motion-rail article {
  position: relative;
  min-height: 9.7rem;
  border-radius: var(--radius);
  background: var(--ink);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  isolation: isolate;
}

.motion-rail article::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(11, 31, 58, 0.9), rgba(244, 180, 0, 0.2));
}

.motion-rail img {
  position: absolute;
  inset: 0;
  transform: scale(1.06);
  animation: photo-drift 18s ease-in-out infinite alternate;
}

.motion-rail article:nth-child(2) img {
  animation-duration: 20s;
  animation-delay: -4s;
}

.motion-rail article:nth-child(3) img {
  animation-duration: 22s;
  animation-delay: -7s;
}

.motion-rail div {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0.35rem;
  max-width: 18rem;
  padding: 1rem;
  color: #fff;
}

.motion-rail strong {
  font-family: var(--font-heading);
  font-size: 1.08rem;
  line-height: 1.1;
}

@keyframes photo-drift {
  from {
    transform: scale(1.06) translateX(-1.5%);
  }

  to {
    transform: scale(1.16) translateX(2%);
  }
}

@keyframes service-pulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: none;
  }

  50% {
    transform: translateY(-0.35rem);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
  }
}

.software-section {
  display: grid;
  gap: 2rem;
  padding: 6.5rem max(1.5rem, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
  background: #fff;
}

.software-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: end;
}

.software-heading .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -1rem;
}

.software-heading h2 {
  max-width: 48rem;
  margin: 0;
  font-size: clamp(2rem, 4.1vw, 3.7rem);
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.software-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.solution-finder {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.25rem;
  align-items: center;
  border: 1px solid rgba(11, 31, 58, 0.14);
  border-radius: var(--radius);
  background: var(--surface);
  padding: clamp(1rem, 2.4vw, 1.4rem);
  box-shadow: var(--shadow-soft);
}

.solution-finder > div:first-child {
  display: grid;
  gap: 0.45rem;
}

.solution-finder span {
  color: var(--electric-blue);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.solution-finder strong {
  max-width: 34rem;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2.4vw, 2.05rem);
  line-height: 1.05;
  text-wrap: balance;
}

.solution-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
}

.solution-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 2.45rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  padding: 0.56rem 0.82rem;
  font-size: 0.78rem;
  white-space: nowrap;
}

.solution-pills span:nth-child(2n) {
  border-color: rgba(244, 180, 0, 0.28);
  background: linear-gradient(100deg, rgba(244, 180, 0, 0.12), rgba(248, 250, 252, 0.96));
}

.software-video-row {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1rem;
}

.video-story-card {
  position: relative;
  min-height: 18rem;
  border: 1px solid rgba(11, 31, 58, 0.18);
  border-radius: var(--radius);
  background: var(--charcoal);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  isolation: isolate;
}

.video-story-card video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  transform: scale(1.02);
}

.video-story-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(11, 31, 58, 0.02), rgba(11, 31, 58, 0.72)),
    linear-gradient(100deg, rgba(244, 180, 0, 0.22), rgba(107, 114, 128, 0.1));
}

.video-story-card > div {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  display: grid;
  gap: 0.35rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(11, 31, 58, 0.8), rgba(11, 31, 58, 0.8)) padding-box,
    var(--motion-gradient) border-box;
  color: #fff;
  padding: 1rem;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.video-story-card span {
  color: var(--sun);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.video-story-card strong {
  max-width: 31rem;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.02;
}

.software-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  background: transparent;
}

.software-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 1rem;
  min-height: 25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 1.1rem;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.software-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--button-gradient);
}

.software-card > span {
  color: var(--electric-blue);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.software-card h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2.1vw, 1.9rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.software-card p {
  margin: 0;
  color: var(--muted);
}

.software-card .button {
  align-self: end;
  width: 100%;
}

.software-product-list {
  display: grid;
  gap: 1.25rem;
}

.software-product {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1rem;
  align-items: stretch;
}

.software-product-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: clamp(1.15rem, 2.7vw, 1.75rem);
  box-shadow: var(--shadow);
}

.software-logo-lockup {
  display: inline-grid;
  gap: 0.65rem;
  max-width: 18rem;
  min-height: 6.25rem;
  place-items: center start;
  border: 1px solid rgba(11, 31, 58, 0.14);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 0.95rem 1rem;
  box-shadow: 0 16px 38px rgba(11, 27, 61, 0.08);
}

.software-logo {
  display: block;
  width: 12rem;
  height: auto;
  max-height: 3.8rem;
  object-fit: contain;
  object-position: left center;
}

.software-logo-sage300 {
  width: 3.2rem;
}

.software-logo-sage {
  width: 6.8rem;
}

.software-logo-nolapro {
  width: 11rem;
  max-height: 4rem;
}

.software-logo-lockup-quickbooks {
  background: var(--charcoal);
}

.software-logo-lockup-sage300,
.software-logo-lockup-sage50 {
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.2rem 0.8rem;
  min-width: 16rem;
}

.software-logo-lockup-nolapro {
  min-height: 6.25rem;
}

.software-logo-lockup-sage300 img,
.software-logo-lockup-sage50 img {
  grid-row: 1 / 3;
}

.software-logo-lockup-sage300 strong,
.software-logo-lockup-sage50 strong {
  color: var(--ink);
  font-size: 1.65rem;
  line-height: 0.9;
}

.software-logo-lockup span,
.software-module-grid span,
.software-flow span {
  color: var(--electric-blue);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.software-logo-lockup.software-logo-lockup-quickbooks span {
  color: var(--gold);
}

.software-product-copy .section-kicker {
  margin-top: 1.45rem;
}

.software-product-copy h3 {
  max-width: 35rem;
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 3.1rem);
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
  overflow-wrap: normal;
}

.software-product-copy p:not(.section-kicker) {
  max-width: 35rem;
  margin: 1.1rem 0 0;
  color: var(--muted);
}

.software-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.software-module-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(11, 31, 58, 0.14);
  border-radius: var(--radius);
  background: var(--surface);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.software-module-grid article {
  display: grid;
  align-content: space-between;
  gap: 1.2rem;
  min-height: 12rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1.1rem;
}

.software-module-grid article:nth-child(2n) {
  border-right: 0;
}

.software-module-grid article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.software-module-grid strong {
  font-size: 1.25rem;
  line-height: 1.05;
}

.software-module-grid p {
  margin: 0;
  color: var(--muted);
}

.software-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid transparent;
  border-radius: var(--radius);
  background:
    linear-gradient(var(--charcoal), var(--charcoal)) padding-box,
    var(--motion-gradient) border-box;
  color: #fff;
  overflow: hidden;
}

.software-flow div {
  display: grid;
  gap: 0.75rem;
  min-height: 11.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.15rem;
}

.software-flow div:last-child {
  border-right: 0;
}

.software-flow span {
  color: var(--gold);
}

.software-flow strong {
  font-size: 1.35rem;
  line-height: 1.05;
}

.software-flow p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.gestoria-section {
  display: grid;
  gap: 2rem;
  padding: 6.5rem max(1.5rem, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.gestoria-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 2.5rem;
  align-items: end;
}

.gestoria-copy .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -1rem;
}

.gestoria-copy h2 {
  max-width: 48rem;
  margin: 0;
  font-size: clamp(2rem, 4.1vw, 3.7rem);
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.gestoria-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.gestoria-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid transparent;
  border-radius: var(--radius);
  background:
    linear-gradient(var(--charcoal), var(--charcoal)) padding-box,
    var(--motion-gradient) border-box;
  color: #fff;
  overflow: hidden;
}

.gestoria-flow span {
  min-height: 5.25rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  padding: 1rem;
  font-weight: 900;
}

.gestoria-flow span:last-child {
  border-right: 0;
}

.gestoria-flow span::before {
  content: "";
  flex: 0 0 auto;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: var(--button-gradient);
  box-shadow: 0 0 16px rgba(244, 180, 0, 0.32);
}

.gestoria-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.gestoria-grid article {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  align-content: start;
  gap: 1.15rem;
  min-height: 21rem;
  border-right: 1px solid var(--line);
  padding: 1.2rem;
}

.gestoria-grid article:last-child {
  border-right: 0;
}

.gestoria-grid span {
  color: var(--electric-blue);
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.agency-logo-frame {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 5.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.agency-logo {
  display: block;
  width: min(100%, 12rem);
  max-height: 4.2rem;
  object-fit: contain;
  object-position: left center;
}

.agency-logo-hacienda {
  width: min(100%, 13rem);
}

.agency-logo-cfse {
  width: min(100%, 12.5rem);
  max-height: 3.5rem;
}

.agency-logo-ogpe {
  width: 4.7rem;
  height: 4.7rem;
  max-height: 4.7rem;
  border-radius: 50%;
  object-fit: cover;
}

.agency-logo-crim {
  width: min(100%, 12.5rem);
  max-height: 3rem;
}

.gestoria-grid h3 {
  margin: 0;
  font-size: 1.32rem;
  line-height: 1.12;
  letter-spacing: 0;
}

.gestoria-grid p {
  margin: 0;
  color: var(--muted);
}

.agency-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  color: var(--royal-violet);
  font-weight: 900;
  text-decoration: none;
  transition: color 180ms ease;
}

.agency-link::after {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.agency-link:hover,
.agency-link:focus-visible {
  color: var(--electric-blue);
}

.method-band {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 3rem;
  padding: 6.5rem max(1.5rem, calc((100vw - var(--max)) / 2));
  background:
    radial-gradient(circle at 12% 0%, rgba(244, 180, 0, 0.18), transparent 26rem),
    linear-gradient(110deg, var(--charcoal), #102d50 58%, var(--ink));
  color: #fff;
}

.method-heading {
  align-self: start;
  position: sticky;
  top: 6rem;
}

.method-heading h2 {
  color: #fff;
}

.method-heading .automation-motion {
  margin-top: 1.35rem;
}

.method-steps {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.method-steps article {
  display: grid;
  grid-template-columns: 11rem minmax(0, 1fr);
  gap: 1.2rem;
  align-items: baseline;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  padding: 1.35rem 0;
}

.method-steps span {
  color: var(--gold);
  font-weight: 950;
}

.method-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.nola-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 1.1fr);
  gap: 3rem;
  align-items: stretch;
  padding: 6.5rem max(1.5rem, calc((100vw - var(--max)) / 2));
  background: #fff;
}

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

.nola-copy h2 {
  max-width: 34rem;
  font-size: clamp(2rem, 3.8vw, 3.55rem);
  line-height: 1.04;
  text-wrap: balance;
  overflow-wrap: normal;
}

.nola-copy p {
  max-width: 34rem;
  margin-top: 1.2rem;
  overflow-wrap: break-word;
}

.nola-logo-lockup {
  display: inline-grid;
  gap: 0.65rem;
  max-width: 17rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 1rem;
  box-shadow: 0 16px 38px rgba(11, 27, 61, 0.08);
}

.nola-logo-lockup img {
  width: 12rem;
  height: auto;
}

.nola-logo-lockup span,
.nola-rep-card span {
  color: var(--electric-blue);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nola-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.nola-showcase {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 1rem;
}

.nola-rep-card {
  display: grid;
  gap: 0.65rem;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--charcoal);
  color: #fff;
  padding: clamp(1.1rem, 2.5vw, 1.6rem);
  box-shadow: var(--shadow);
}

.nola-rep-card strong {
  max-width: 35rem;
  font-size: clamp(1.6rem, 3vw, 2.55rem);
  line-height: 1;
}

.nola-rep-card p {
  max-width: 38rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.nola-module-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.nola-module-grid article {
  display: grid;
  align-content: space-between;
  gap: 1.2rem;
  min-height: 12rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1.1rem;
}

.nola-module-grid article:nth-child(2n) {
  border-right: 0;
}

.nola-module-grid article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.nola-module-grid span {
  color: var(--electric-blue);
  font-size: 0.8rem;
  font-weight: 950;
}

.nola-module-grid strong {
  font-size: 1.25rem;
  line-height: 1.05;
}

.nola-module-grid p {
  margin: 0;
  color: var(--muted);
}

.product-main {
  background: #fff;
}

.product-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(19rem, 0.75fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding: 8rem max(1.5rem, calc((100vw - var(--max)) / 2)) 4.5rem;
  border-bottom: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
}

.product-hero::before {
  content: "";
  position: absolute;
  top: 5.35rem;
  right: 1.5rem;
  left: max(1.5rem, calc((100vw - var(--max)) / 2));
  height: 4px;
  border-radius: var(--radius-pill);
  background: var(--button-gradient);
}

.product-hero > * {
  position: relative;
  z-index: 1;
}

.product-hero h1 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(2.65rem, 4.25vw, 4.15rem);
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.agency-hero h1 {
  max-width: 17ch;
}

.product-hero p:not(.section-kicker) {
  max-width: 46rem;
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.product-logo-card {
  display: grid;
  gap: 1rem;
  border: 1px solid rgba(11, 31, 58, 0.14);
  border-radius: var(--radius);
  background: var(--surface);
  padding: clamp(1rem, 2.5vw, 1.35rem);
  box-shadow: var(--shadow);
}

.product-logo-card .software-logo-lockup {
  max-width: 100%;
}

.product-logo-card ul {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-logo-card li {
  display: flex;
  gap: 0.65rem;
  color: var(--ink);
  font-weight: 850;
}

.product-logo-card li::before {
  content: "";
  flex: 0 0 auto;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: 0.42rem;
  border-radius: 50%;
  background: var(--button-gradient);
  box-shadow: 0 0 16px rgba(244, 180, 0, 0.26);
}

.agency-summary .agency-logo-frame {
  min-height: 6.5rem;
  padding-bottom: 1.15rem;
}

.agency-summary .agency-logo {
  width: min(100%, 15rem);
  max-height: 4.8rem;
}

.agency-summary .agency-logo-ogpe {
  width: 5.6rem;
  height: 5.6rem;
  max-height: 5.6rem;
}

.agency-summary .agency-logo-crim {
  max-height: 3.7rem;
}

.product-motion-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 0.65fr);
  gap: 1rem;
  align-items: stretch;
  padding: 1.5rem max(1.5rem, calc((100vw - var(--max)) / 2)) 4.5rem;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.product-motion-strip .automation-motion {
  width: 100%;
  min-height: 100%;
  margin: 0;
  align-self: stretch;
}

.product-motion-video {
  position: relative;
  min-height: 12rem;
  border: 1px solid rgba(11, 31, 58, 0.18);
  border-radius: var(--radius);
  background: var(--charcoal);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  isolation: isolate;
}

.product-motion-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.84;
}

.product-motion-video::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(11, 31, 58, 0.04), rgba(11, 31, 58, 0.68)),
    linear-gradient(100deg, rgba(244, 180, 0, 0.2), rgba(107, 114, 128, 0.1));
}

.product-motion-video div {
  position: absolute;
  right: 0.85rem;
  bottom: 0.85rem;
  left: 0.85rem;
  z-index: 2;
  display: grid;
  gap: 0.25rem;
  color: #fff;
}

.product-motion-video span {
  color: var(--sun);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.product-motion-video strong {
  font-size: 1.05rem;
  line-height: 1.08;
}

.product-section {
  padding: 5.5rem max(1.5rem, calc((100vw - var(--max)) / 2));
}

.product-section + .product-section {
  border-top: 1px solid var(--line);
}

.product-split {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 2rem;
  align-items: start;
}

.product-split h2 {
  position: sticky;
  top: 6.5rem;
  margin: 0;
  font-size: clamp(1.9rem, 3.4vw, 3.15rem);
  line-height: 1.05;
  text-wrap: balance;
}

.product-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(11, 31, 58, 0.14);
  border-radius: var(--radius);
  background: var(--surface);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.product-panel-grid article {
  display: grid;
  gap: 0.85rem;
  min-height: 12rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1.15rem;
}

.product-panel-grid article:nth-child(2n) {
  border-right: 0;
}

.product-panel-grid article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.product-panel-grid span,
.product-process span {
  color: var(--electric-blue);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.product-panel-grid h3,
.product-process strong {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.05;
}

.product-panel-grid p,
.product-process p {
  margin: 0;
  color: var(--muted);
}

.product-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid transparent;
  border-radius: var(--radius);
  background:
    linear-gradient(var(--charcoal), var(--charcoal)) padding-box,
    var(--motion-gradient) border-box;
  color: #fff;
  overflow: hidden;
}

.product-process article {
  display: grid;
  gap: 0.75rem;
  min-height: 10rem;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  padding: 1.1rem;
}

.product-process article:last-child {
  border-right: 0;
}

.product-process span {
  color: var(--gold);
}

.product-process p {
  color: rgba(255, 255, 255, 0.76);
}

.product-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--button-gradient) border-box;
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: var(--shadow-soft);
}

.product-cta h2 {
  margin: 0;
  font-size: clamp(1.65rem, 2.35vw, 2.35rem);
  line-height: 1.08;
  text-wrap: balance;
}

.product-cta p {
  max-width: 42rem;
  margin: 0.65rem 0 0;
}

/* Premium glass surfaces for operational cards and financial modules. */
.proof-strip div,
.service-matrix article,
.solution-finder,
.software-card,
.product-logo-card {
  border-color: rgba(255, 255, 255, 0.76);
  background:
    linear-gradient(112deg, transparent 18%, rgba(255, 255, 255, 0.05) 33%, rgba(255, 255, 255, 0.86) 46%, rgba(244, 180, 0, 0.11) 51%, transparent 65%) no-repeat,
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(248, 250, 252, 0.58) 50%, rgba(255, 255, 255, 0.74));
  background-position: -78% 0, 0 0;
  background-size: 54% 100%, 100% 100%;
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
  backdrop-filter: blur(18px) saturate(1.18);
  box-shadow:
    0 22px 54px rgba(11, 31, 58, 0.08),
    inset 0 0 0 1px rgba(11, 31, 58, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  animation: glass-panel-reflection 12.5s ease-in-out infinite;
}

.service-matrix article:nth-child(2),
.software-card:nth-child(2) {
  animation-delay: -3.1s;
}

.service-matrix article:nth-child(3),
.software-card:nth-child(3) {
  animation-delay: -5.6s;
}

.software-card:nth-child(4) {
  animation-delay: -8.2s;
}

.software-module-grid,
.nola-module-grid,
.gestoria-grid,
.product-panel-grid {
  position: relative;
  isolation: isolate;
  border-color: rgba(255, 255, 255, 0.8);
  background:
    linear-gradient(112deg, transparent 20%, rgba(255, 255, 255, 0.06) 35%, rgba(255, 255, 255, 0.84) 46%, rgba(244, 180, 0, 0.1) 51%, transparent 63%) no-repeat,
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(248, 250, 252, 0.54), rgba(255, 255, 255, 0.76));
  background-position: -82% 0, 0 0;
  background-size: 48% 100%, 100% 100%;
  -webkit-backdrop-filter: blur(20px) saturate(1.16);
  backdrop-filter: blur(20px) saturate(1.16);
  box-shadow:
    0 26px 68px rgba(11, 31, 58, 0.09),
    inset 0 0 0 1px rgba(11, 31, 58, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  animation: glass-panel-reflection 15s ease-in-out infinite;
}

.software-module-grid article,
.nola-module-grid article,
.gestoria-grid article,
.product-panel-grid article {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.14);
}

@keyframes glass-panel-reflection {
  0%,
  18% {
    background-position: -78% 0, 0 0;
  }

  56%,
  100% {
    background-position: 178% 0, 0 0;
  }
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 3rem;
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 6rem;
}

.faq-heading h2 {
  max-width: 31rem;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.faq-heading p {
  max-width: 31rem;
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1.35rem 0;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(11, 31, 58, 0.14);
  border-radius: 999px;
  color: var(--electric-blue);
  font-weight: 950;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
  border-color: transparent;
  background: var(--button-gradient);
  color: var(--ink);
}

.faq-list summary span {
  background: var(--button-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 950;
}

.faq-list summary strong {
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  line-height: 1.08;
}

.faq-list p {
  max-width: 44rem;
  margin: -0.45rem 0 1.45rem 4.25rem;
  color: var(--muted);
  font-size: 1.02rem;
}

.contact-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 3rem;
  align-items: start;
  border: 1px solid rgba(107, 114, 128, 0.13);
  border-radius: 18px;
  padding: clamp(2.25rem, 4vw, 3.5rem);
  box-shadow: 0 28px 80px rgba(11, 31, 58, 0.07);
}

.contact-section::before,
.contact-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.contact-section::before {
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(112deg, rgba(244, 180, 0, 0.08), rgba(248, 250, 252, 0.34) 32%, rgba(11, 31, 58, 0.045) 64%, rgba(244, 180, 0, 0.1)),
    rgba(255, 255, 255, 0.96);
  background-size: 230% 100%, auto;
  animation: contact-gradient-drift 17s ease-in-out infinite alternate;
}

.contact-section::after {
  inset: 1.5rem;
  border-radius: 14px;
  opacity: 0.58;
  background:
    linear-gradient(176deg, transparent 18%, rgba(244, 180, 0, 0.1) 18.16%, transparent 18.42%, transparent 44%, rgba(11, 31, 58, 0.055) 44.14%, transparent 44.4%, transparent 70%, rgba(244, 180, 0, 0.085) 70.14%, transparent 70.38%);
  background-size: 125% 100%;
  animation: contact-wave-shift 21s ease-in-out infinite alternate;
}

.contact-section > * {
  position: relative;
  z-index: 1;
}

@keyframes contact-gradient-drift {
  from {
    background-position: 0% 50%, 0 0;
  }

  to {
    background-position: 100% 50%, 0 0;
  }
}

@keyframes contact-wave-shift {
  from {
    transform: translate3d(-2%, 0, 0) scaleY(1);
  }

  to {
    transform: translate3d(2%, 0, 0) scaleY(1.09);
  }
}

.contact-copy p {
  margin-top: 1.2rem;
}

.contact-list {
  display: grid;
  gap: 0;
  margin: 2rem 0 0;
  border-top: 1px solid var(--line);
}

.contact-list div {
  display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  gap: 1rem;
  border-bottom: 1px solid var(--line);
  padding: 0.95rem 0;
}

.contact-list dt {
  font-weight: 950;
}

.contact-list dd {
  margin: 0;
  color: var(--muted);
}

.contact-list a {
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
}

.contact-list a:hover,
.contact-list a:focus-visible {
  text-decoration: underline;
}

.contact-form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(248, 250, 252, 0.62)),
    rgba(248, 250, 252, 0.68);
  padding: clamp(1rem, 2.2vw, 1.3rem);
  -webkit-backdrop-filter: blur(20px) saturate(1.12);
  backdrop-filter: blur(20px) saturate(1.12);
  box-shadow:
    0 26px 70px rgba(11, 31, 58, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.contact-form::before {
  content: "";
  position: absolute;
  inset: 0 8% auto;
  z-index: 2;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 180, 0, 0.74), transparent);
  pointer-events: none;
}

.contact-form > * {
  position: relative;
  z-index: 3;
}

.contact-form label {
  display: grid;
  gap: 0.42rem;
  color: var(--ink);
  font-weight: 900;
}

.contact-form input:not([type="hidden"]),
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(11, 31, 58, 0.13);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  padding: 0.78rem 0.85rem;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.contact-form textarea {
  min-height: 9rem;
  resize: vertical;
}

.contact-embed-shell {
  position: relative;
  display: grid;
  gap: 1rem;
  align-self: stretch;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.68)),
    rgba(248, 250, 252, 0.72);
  padding: clamp(1rem, 2.4vw, 1.4rem);
  -webkit-backdrop-filter: blur(20px) saturate(1.12);
  backdrop-filter: blur(20px) saturate(1.12);
  box-shadow:
    0 26px 70px rgba(11, 31, 58, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.contact-embed-shell::before {
  content: "";
  position: absolute;
  inset: 0 8% auto;
  z-index: 2;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 180, 0, 0.74), transparent);
  pointer-events: none;
}

.contact-embed-shell::after {
  content: "";
  position: absolute;
  right: -5rem;
  top: -6rem;
  width: 14rem;
  height: 14rem;
  border: 1px solid rgba(244, 180, 0, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.contact-embed-head {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: #0b1f3a;
  padding: clamp(0.9rem, 2vw, 1.15rem);
}

.contact-embed-dot {
  width: 0.8rem;
  height: 0.8rem;
  margin-top: 0.35rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0.45rem rgba(244, 180, 0, 0.14);
}

.contact-embed-head strong {
  display: block;
  color: #fff;
  font-weight: 950;
}

.contact-embed-head p {
  margin: 0.2rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
  line-height: 1.35;
}

.contact-zoho-frame {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  min-height: 720px;
  border: 0;
  border-radius: var(--radius);
  background: #fff;
}

.contact-form input:not([type="hidden"]):focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 0;
  border-color: var(--gold);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(244, 180, 0, 0.19);
}

.full-field {
  grid-column: 1 / -1;
}

.privacy-consent {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 0.7rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.35;
}

.privacy-consent input {
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.12rem;
  accent-color: var(--gold);
}

.privacy-consent a {
  color: var(--ink);
  font-weight: 850;
}

.recaptcha-field {
  display: grid;
  justify-items: start;
  min-width: 0;
  padding: 0.2rem 0;
}

.recaptcha-field.has-error {
  border-radius: 0.7rem;
  outline: 2px solid rgba(244, 180, 0, 0.7);
  outline-offset: 0.35rem;
}

.recaptcha-field .g-recaptcha {
  max-width: 100%;
  overflow: hidden;
}

.form-note {
  min-height: 1.5rem;
  margin: 0;
  color: var(--muted);
}

.site-footer {
  display: grid;
  gap: 2rem;
  padding: 3rem max(1.5rem, calc((100vw - var(--max)) / 2)) 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.74);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3rem;
  align-items: start;
}

.footer-main-directory {
  grid-template-columns: minmax(12rem, 0.75fr) minmax(0, 2.75fr) minmax(12rem, 0.85fr);
  gap: clamp(1.5rem, 3vw, 3rem);
}

.footer-brand {
  display: grid;
  gap: 1rem;
  max-width: 44rem;
}

.footer-brand img {
  width: min(100%, 13rem);
  filter: brightness(0) invert(1);
}

.footer-brand p,
.footer-brand address,
.footer-contact p {
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
}

.footer-directory {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 1.8vw, 1.6rem);
  align-items: start;
}

.footer-group {
  display: grid;
  gap: 0.58rem;
  min-width: 0;
}

.footer-group h2,
.footer-contact h2 {
  margin: 0 0 0.25rem;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-group a {
  width: fit-content;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.35;
}

.footer-group a:hover,
.footer-group a:focus-visible {
  color: #fff;
}

.footer-contact {
  display: grid;
  gap: 0.5rem;
  min-width: 0;
}

.footer-contact a {
  overflow-wrap: anywhere;
}

.footer-contact span,
.footer-bottom span {
  color: #fff;
  font-weight: 800;
}

.footer-cta {
  width: fit-content;
  margin-top: 0.45rem;
  padding: 0.78rem 1rem;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink) !important;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none !important;
}

.footer-cta:hover,
.footer-cta:focus-visible {
  background: #fff;
}

.footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 0.7fr);
  gap: 1.5rem;
  align-items: center;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.86rem;
}

.footer-bottom-simple {
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.65fr);
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  justify-content: flex-start;
}

.footer-bottom > p:last-child {
  text-align: right;
}

.footer-bottom-legal {
  grid-template-columns: minmax(0, 1fr) auto;
}

.legal-main {
  background: #fff;
}

.legal-hero {
  display: grid;
  gap: 0.9rem;
  padding: 9rem max(1.5rem, calc((100vw - var(--max)) / 2)) 4rem;
  background:
    linear-gradient(120deg, rgba(11, 31, 58, 0.96), rgba(11, 31, 58, 0.86)),
    url("assets/hero-accounting.jpg") center / cover;
  color: #fff;
}

.legal-hero .section-kicker {
  color: var(--gold);
}

.legal-hero h1 {
  max-width: 56rem;
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.98;
}

.legal-hero p:not(.section-kicker) {
  max-width: 42rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.legal-document {
  display: grid;
  gap: 1rem;
  width: min(100% - 3rem, 920px);
  margin: 0 auto;
  padding: 4rem 0 5rem;
}

.legal-document h2 {
  margin: 1.35rem 0 0;
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.legal-document p {
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
}

.legal-document a {
  color: var(--ink);
  font-weight: 850;
}

.legal-note {
  margin-top: 1rem !important;
  border-left: 4px solid var(--gold);
  background: var(--surface);
  padding: 1rem;
}

.cookie-banner {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  width: min(calc(100vw - 2rem), 760px);
  border: 1px solid rgba(244, 180, 0, 0.26);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  padding: 1rem;
  box-shadow: 0 22px 60px rgba(11, 31, 58, 0.18);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.cookie-banner-copy {
  display: grid;
  gap: 0.55rem;
  min-width: 0;
}

.cookie-banner-copy strong {
  color: var(--ink);
  font-size: 1.02rem;
}

.cookie-banner-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  overflow-wrap: anywhere;
}

.cookie-banner-copy a {
  color: var(--ink);
  font-weight: 850;
}

.cookie-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 750;
}

.cookie-options label {
  min-width: 0;
}

.cookie-options input {
  accent-color: var(--gold);
}

.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-content: center;
  justify-content: flex-end;
}

.cookie-banner .button {
  min-height: 2.6rem;
  padding: 0.7rem 1rem;
  font-size: 0.84rem;
}

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

  .client-track {
    transform: translateX(0) !important;
  }

  .data-flow span::after {
    left: 52%;
    opacity: 0.55;
    animation: none !important;
    box-shadow: none;
  }

  .hero-brand-name,
  .hero-brand-tail,
  .hero-brand-reveal::after,
  .contact-section::before,
  .contact-section::after,
  .proof-strip div,
  .service-matrix article,
  .solution-finder,
  .software-card,
  .product-logo-card,
  .software-module-grid,
  .nola-module-grid,
  .gestoria-grid,
  .product-panel-grid {
    animation: none !important;
  }
}

@media (max-width: 1040px) {
  .hero,
  .insight-bar,
  .split-heading,
  .visual-services,
  .software-heading,
  .tax-identity-inner,
  .solution-finder,
  .software-product,
  .software-video-row,
  .gestoria-copy,
  .method-band,
  .nola-section,
  .product-hero,
  .product-motion-strip,
  .product-split,
  .faq-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

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

  .footer-contact {
    max-width: 34rem;
  }

  .hero-dashboard {
    max-width: 34rem;
  }

  .solution-pills {
    justify-content: flex-start;
  }

  .motion-board {
    grid-template-columns: 1fr;
  }

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

  .gestoria-flow,
  .software-flow,
  .software-card-grid,
  .gestoria-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .software-card:nth-child(2n),
  .software-card:nth-child(-n + 2) {
    border: 1px solid var(--line);
  }

  .gestoria-flow span:nth-child(2) {
    border-right: 0;
  }

  .gestoria-flow span:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .gestoria-grid article:nth-child(2n) {
    border-right: 0;
  }

  .gestoria-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .software-flow div:nth-child(2n) {
    border-right: 0;
  }

  .software-flow div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .method-heading,
  .product-split h2,
  .faq-heading {
    position: static;
  }

}

@media (max-width: 1160px) {
  .site-header {
    padding: 0.75rem 1rem;
  }

  .nav-toggle {
    display: grid;
    gap: 0.22rem;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 1rem;
    left: 1rem;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.25rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    padding: 0.5rem;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a,
  .nav-dropdown-toggle {
    justify-content: flex-start;
    width: 100%;
    white-space: normal;
  }

  .nav-dropdown {
    display: grid;
    width: 100%;
  }

  .nav-dropdown-menu {
    position: static;
    display: none;
    min-width: 0;
    margin-top: 0.25rem;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu {
    display: grid;
  }

  .nav-dropdown.is-open .nav-dropdown-menu {
    display: grid;
  }

  .site-nav .language-switch,
  .site-nav .nav-schedule,
  .nav-dropdown {
    grid-column: 1 / -1;
  }

  .site-nav .language-switch {
    justify-content: stretch;
    width: 100%;
    margin: 0;
  }

  .site-nav .language-switch a {
    flex: 1 1 0;
    justify-content: center;
    width: auto;
  }

  .site-nav .nav-action {
    justify-content: center;
  }
}

@media (max-width: 860px) {
  .site-nav {
    grid-template-columns: 1fr;
  }

  .site-nav .language-switch {
    grid-column: 1;
  }

  .site-nav .language-switch a {
    width: auto;
  }

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

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

  .proof-strip div:nth-child(2) {
    border-right: 0;
  }

  .proof-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .service-matrix {
    grid-template-columns: 1fr;
  }

  .tax-identity-panel {
    grid-template-columns: 1fr;
  }

  .tax-id-card {
    min-height: auto;
  }

  .tax-identity-route {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tax-identity-route div:nth-child(2) {
    border-right: 0;
  }

  .tax-identity-route div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .service-matrix article,
  .service-matrix article:nth-child(3n),
  .service-matrix article:nth-last-child(-n + 3) {
    border: 1px solid var(--line);
    border-top: 4px solid transparent;
  }

  .service-thumb {
    height: clamp(7rem, 25vw, 9rem);
  }

  .product-panel-grid,
  .product-process,
  .product-cta {
    grid-template-columns: 1fr;
  }

  .product-panel-grid article,
  .product-panel-grid article:nth-child(2n),
  .product-panel-grid article:nth-last-child(-n + 2),
  .product-process article,
  .product-process article:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-process article,
  .product-process article:last-child {
    border-bottom-color: rgba(255, 255, 255, 0.22);
  }

  .product-panel-grid article:last-child,
  .product-process article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .brand-logo {
    width: min(52vw, 10rem);
  }

  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 6.8rem 1rem 1.1rem;
  }

  .hero-media img,
  .hero-media video {
    opacity: 0.72;
    object-position: center;
  }

  .hero-scrim {
    background:
      linear-gradient(90deg, rgba(11, 31, 58, 0.8), rgba(11, 31, 58, 0.54)),
      linear-gradient(180deg, rgba(244, 180, 0, 0.04), rgba(11, 31, 58, 0.64));
  }

  .data-flow-hero {
    inset: 5.35rem 0 0;
    opacity: 0.48;
  }

  .data-flow-hero span:nth-child(n + 4) {
    display: none;
  }

  .data-flow-services {
    inset: 1rem -0.25rem 1.5rem;
    opacity: 0.46;
  }

  .data-flow-services span:nth-child(2),
  .data-flow-services span:nth-child(4),
  .data-flow-services span:nth-child(5) {
    display: none;
  }

  .automation-motion {
    gap: 0.75rem;
    min-height: 3.35rem;
    margin-bottom: 1rem;
    padding: 0.65rem 0.8rem;
  }

  .automation-motion strong {
    font-size: 0.96rem;
    text-align: left;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 2.65rem;
    line-height: 1.02;
  }

  .hero-lead {
    margin-top: 1.15rem;
    font-size: 1.08rem;
  }

  .hero-text {
    font-size: 0.96rem;
  }

  .hero-credential {
    grid-template-columns: 1fr;
    justify-items: start;
    width: 100%;
    border-radius: var(--radius);
    padding: 0.8rem;
  }

  .hero-credential span {
    min-height: 1.85rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-dashboard {
    max-width: none;
    margin-top: 0.5rem;
  }

  .dashboard-grid {
    grid-template-columns: 1fr;
    display: none;
  }

  .dashboard-grid div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .dashboard-grid strong {
    font-size: 0.98rem;
  }

  .hero-checklist {
    display: none;
  }

  .hero-brief {
    display: flex;
    flex-direction: column;
    justify-self: stretch;
    max-width: none;
    margin-top: 0.4rem;
  }

  .hero-brief span {
    width: 100%;
    min-height: auto;
    padding: 0.75rem 0.9rem;
    white-space: normal;
  }

  .hero-brief span + span {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-left: 0;
  }

  .proof-strip,
  .solution-finder,
  .motion-board,
  .motion-rail,
  .software-flow,
  .software-card-grid,
  .software-module-grid,
  .gestoria-flow,
  .gestoria-grid,
  .method-steps article,
  .nola-module-grid,
  .contact-list div,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .faq-list summary {
    grid-template-columns: 2.5rem minmax(0, 1fr) auto;
    gap: 0.75rem;
  }

  .faq-list p {
    margin-left: 0;
  }

  .proof-strip div,
  .proof-strip div:first-child,
  .proof-strip div:last-child {
    min-height: 7rem;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 1.1rem;
  }

  .proof-strip div:last-child {
    border-bottom: 0;
  }

  .client-section {
    padding: 0;
  }

  .client-heading {
    min-height: 5.5rem;
    padding: 1.25rem 1rem;
  }

  .client-heading h2 {
    gap: 0.52rem;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    line-height: 1.28;
  }

  .client-title-dot {
    width: 0.52rem;
    height: 0.52rem;
    box-shadow: 0 0 0 0.24rem rgba(244, 180, 0, 0.12), 0 0 18px rgba(244, 180, 0, 0.46);
  }

  .client-marquee {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .client-list {
    gap: 1.15rem;
    padding: 0.9rem 0.45rem;
  }

  .client-list li {
    min-height: 2rem;
    padding: 0;
  }

  .gestoria-section {
    padding: 4.5rem 1rem;
  }

  .tax-identity-section {
    padding: 4.5rem 1rem;
  }

  .tax-identity-actions,
  .tax-identity-actions .button {
    width: 100%;
  }

  .tax-identity-route {
    grid-template-columns: 1fr;
  }

  .tax-identity-route div,
  .tax-identity-route div:nth-child(2),
  .tax-identity-route div:nth-child(-n + 2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .tax-identity-route div:last-child {
    border-bottom: 0;
  }

  .visual-services {
    padding: 4.5rem 1rem;
  }

  .motion-video {
    min-height: 22rem;
  }

  .motion-rail article {
    min-height: 11rem;
  }

  .product-hero {
    padding: 7rem 1rem 3.5rem;
  }

  .product-hero::before {
    right: 1rem;
    left: 1rem;
  }

  .product-hero h1 {
    max-width: 100%;
    font-size: 2.3rem;
    line-height: 1.06;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
  }

  .product-section {
    padding: 4.5rem 1rem;
  }

  .product-motion-strip {
    padding: 0 1rem 3.5rem;
  }

  .product-motion-strip .automation-motion {
    min-height: 3.35rem;
  }

  .product-motion-video,
  .video-story-card {
    min-height: 14.5rem;
  }

  .product-actions,
  .product-cta .button {
    width: 100%;
  }

  .software-section {
    padding: 4.5rem 1rem;
  }

  .solution-finder {
    padding: 1rem;
  }

  .solution-pills span {
    white-space: normal;
  }

  .software-heading .section-kicker {
    margin-bottom: 0;
  }

  .software-card,
  .software-card:nth-child(2n),
  .software-card:nth-child(-n + 2) {
    min-height: auto;
    border: 1px solid var(--line);
  }

  .software-product-copy {
    padding: 1rem;
  }

  .software-logo-lockup {
    max-width: 100%;
  }

  .software-logo-lockup-sage300,
  .software-logo-lockup-sage50 {
    min-width: 0;
  }

  .software-module-grid article,
  .software-module-grid article:nth-child(2n),
  .software-module-grid article:nth-last-child(-n + 2) {
    min-height: 10rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .software-module-grid article:last-child {
    border-bottom: 0;
  }

  .software-flow div,
  .software-flow div:nth-child(2n),
  .software-flow div:nth-child(-n + 2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .software-flow div:last-child {
    border-bottom: 0;
  }

  .gestoria-copy .section-kicker {
    margin-bottom: 0;
  }

  .gestoria-flow span,
  .gestoria-flow span:nth-child(2),
  .gestoria-flow span:nth-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .gestoria-flow span:last-child {
    border-bottom: 0;
  }

  .gestoria-grid article,
  .gestoria-grid article:nth-child(2n),
  .gestoria-grid article:nth-child(-n + 2) {
    min-height: 15rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .gestoria-grid article:last-child {
    border-bottom: 0;
  }

  .nola-section {
    padding: 4.5rem 1rem;
  }

  .nola-logo-lockup {
    max-width: 100%;
  }

  .nola-module-grid article,
  .nola-module-grid article:nth-child(2n),
  .nola-module-grid article:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .nola-module-grid article:last-child {
    border-bottom: 0;
  }

  .section {
    width: min(100% - 2rem, var(--max));
    padding: 4.5rem 0;
  }

  .contact-section {
    padding: 2rem 1rem;
    border-radius: 14px;
  }

  .method-band,
  .nola-section {
    padding: 4.5rem 1rem;
  }

  .contact-form {
    padding: 1rem;
  }

  .site-footer {
    display: grid;
    gap: 1.5rem;
    padding: 2.25rem 1rem;
  }

  .footer-main,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-directory {
    grid-template-columns: 1fr;
  }

  .footer-bottom nav {
    justify-content: flex-start;
  }

  .footer-bottom > p:last-child {
    text-align: left;
  }

  .legal-hero {
    padding: 7rem 1rem 3rem;
  }

  .legal-document {
    width: min(100% - 2rem, 920px);
    padding: 3rem 0 4rem;
  }

  .cookie-banner {
    right: 1rem;
    left: 1rem;
    bottom: 1rem;
    grid-template-columns: 1fr;
    width: auto;
    max-height: calc(100dvh - 2rem);
    overflow-y: auto;
  }

  .cookie-banner-actions {
    justify-content: flex-start;
  }

  .cookie-banner .button {
    flex: 1 1 100%;
    width: 100%;
  }
}
