HEX
Server: LiteSpeed
System: Linux br-asc-web1311.main-hosting.eu 4.18.0-553.69.1.lve.el8.x86_64 #1 SMP Wed Aug 13 19:53:59 UTC 2025 x86_64
User: u353189757 (353189757)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /home/u353189757/domains/adaptia.com.br/public_html/styles.css
:root {
  color-scheme: dark;
  --bg: #0d1117;
  --bg-2: #10161f;
  --surface: rgba(22, 27, 34, 0.76);
  --surface-strong: rgba(22, 27, 34, 0.92);
  --border: rgba(139, 148, 158, 0.26);
  --border-strong: rgba(88, 166, 255, 0.44);
  --text: #f0f6fc;
  --muted: #8b949e;
  --soft: #c9d1d9;
  --green: #3fb950;
  --green-strong: #2ea043;
  --blue: #58a6ff;
  --cyan: #7ee7d6;
  --violet: #bc8cff;
  --shadow: 0 18px 52px rgba(0, 0, 0, 0.32);
  --radius: 8px;
  --container: 1160px;
  --header-height: 72px;
  --page-grid-size: 84px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  min-width: 0;
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(139, 148, 158, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(139, 148, 158, 0.05) 1px, transparent 1px),
    linear-gradient(135deg, #0d1117 0%, #0f151d 45%, #111820 100%);
  background-position: 0 0, 0 0, 0 0;
  background-size: var(--page-grid-size) var(--page-grid-size), var(--page-grid-size) var(--page-grid-size), auto;
  line-height: 1.6;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, rgba(13, 17, 23, 0.08), rgba(13, 17, 23, 0.86)),
    linear-gradient(115deg, rgba(63, 185, 80, 0.14), transparent 42%),
    linear-gradient(245deg, rgba(88, 166, 255, 0.12), transparent 38%);
}

body::after {
  position: fixed;
  top: var(--header-height);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 18;
  pointer-events: none;
  content: "";
  background: rgba(13, 17, 23, 0.46);
  opacity: 0;
  transition: opacity 220ms ease;
}

body.nav-menu-open::after {
  opacity: 1;
}

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

:where(a, button, input, select, textarea):focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

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

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 50;
  padding: 10px 14px;
  color: var(--bg);
  background: var(--cyan);
  border-radius: var(--radius);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

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

.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: var(--header-height);
  background: rgba(13, 17, 23, 0.68);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(12px);
}

.site-header.is-scrolled {
  border-color: rgba(139, 148, 158, 0.2);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.26);
}

.nav-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  width: min(100% - 32px, var(--container));
  min-height: var(--header-height);
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-width: max-content;
  font-weight: 750;
  letter-spacing: 0;
}

.brand img {
  filter: drop-shadow(0 0 16px rgba(126, 231, 214, 0.22));
}

.nav-links {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

.nav-links a,
.nav-cta {
  padding: 9px 12px;
  color: var(--soft);
  border-radius: var(--radius);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--text);
  background: rgba(139, 148, 158, 0.12);
  transform: scale(1.03);
}

.nav-cta {
  justify-self: end;
  color: var(--text);
  border: 1px solid rgba(63, 185, 80, 0.45);
  background: rgba(63, 185, 80, 0.1);
}

.nav-cta:hover,
.nav-cta:focus-visible {
  transform: scale(1.04);
  border-color: rgba(126, 231, 214, 0.72);
  background: rgba(63, 185, 80, 0.16);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--text);
  background: rgba(139, 148, 158, 0.1);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  border-radius: 999px;
}

.hero,
.section {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}

.hero {
  min-height: calc(100svh - var(--header-height));
  padding: clamp(48px, 8vw, 110px) 0 60px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(4rem, 12vw, 8.8rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  color: var(--text);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.18;
}

.hero-lead {
  max-width: 650px;
  color: var(--soft);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  font-weight: 750;
  border: 1px solid transparent;
  border-radius: var(--radius);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: scale(1.04);
}

.button-primary {
  color: #07130d;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  box-shadow: 0 12px 40px rgba(63, 185, 80, 0.24);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 16px 50px rgba(126, 231, 214, 0.28);
}

.button-secondary {
  color: var(--text);
  background: rgba(139, 148, 158, 0.1);
  border-color: var(--border);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--border-strong);
  background: rgba(88, 166, 255, 0.12);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
}

.hero-proof span {
  padding: 8px 10px;
  border: 1px solid rgba(139, 148, 158, 0.18);
  border-radius: var(--radius);
  background: rgba(22, 27, 34, 0.48);
}

.hero-proof strong {
  color: var(--text);
}

.hero-visual {
  perspective: 1200px;
}

.parallax-layer {
  transform: translate3d(0, var(--parallax-y, 0px), 0);
}

.parallax-reserve {
  position: relative;
}

.parallax-reserve-story {
  padding-bottom: 6vh;
}

.parallax-reserve-contact {
  padding-bottom: 4vh;
}

.glass-panel,
.pricing-card,
.detail-card,
.consult-stage-card,
.consult-card,
.process-step {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.glass-panel {
  backdrop-filter: blur(12px);
}

.signal-board {
  position: relative;
  overflow: hidden;
  padding: 18px;
  transform: rotateX(4deg) rotateY(-5deg);
  transform-style: preserve-3d;
}

.signal-board::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(135deg, rgba(88, 166, 255, 0.18), transparent 36%),
    linear-gradient(315deg, rgba(63, 185, 80, 0.2), transparent 42%);
  opacity: 0.72;
}

.signal-board > * {
  position: relative;
}

.board-header {
  display: flex;
  gap: 7px;
  padding-bottom: 18px;
}

.board-header span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: rgba(139, 148, 158, 0.5);
}

.board-header span:nth-child(1) {
  background: #ff7b72;
}

.board-header span:nth-child(2) {
  background: #d29922;
}

.board-header span:nth-child(3) {
  background: var(--green);
}

.flow-row {
  display: grid;
  grid-template-columns: 1fr 54px 1fr;
  gap: 10px;
  align-items: center;
}

.flow-row.reverse {
  margin-top: 12px;
}

.flow-card {
  min-height: 136px;
  padding: 16px;
  border: 1px solid rgba(139, 148, 158, 0.22);
  border-radius: var(--radius);
  background: rgba(13, 17, 23, 0.68);
}

.flow-card.active {
  border-color: rgba(126, 231, 214, 0.54);
  background: rgba(63, 185, 80, 0.1);
}

.flow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  color: var(--cyan);
  font-weight: 800;
  border: 1px solid rgba(126, 231, 214, 0.42);
  border-radius: var(--radius);
  background: rgba(126, 231, 214, 0.08);
}

.flow-card strong {
  display: block;
  margin-bottom: 4px;
}

.flow-card small {
  color: var(--muted);
}

.flow-line {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue), var(--green), transparent);
}

.insight-strip {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 14px 0;
  padding: 12px;
  color: var(--soft);
  border: 1px solid rgba(88, 166, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(88, 166, 255, 0.08);
}

.insight-strip p {
  margin: 0;
  font-size: 0.95rem;
}

.pulse-dot {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(63, 185, 80, 0.14);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.metric-grid div {
  padding: 12px;
  border: 1px solid rgba(139, 148, 158, 0.2);
  border-radius: var(--radius);
  background: rgba(13, 17, 23, 0.54);
}

.metric-grid strong,
.metric-grid span {
  display: block;
}

.metric-grid span {
  color: var(--muted);
  font-size: 0.86rem;
}

.section {
  padding: clamp(58px, 8vw, 96px) 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading p:not(.eyebrow),
.story-card p,
.detail-card p,
.consult-card p,
.process-step p,
.contact-copy p {
  color: var(--soft);
}

.pricing-grid,
.detail-grid,
.consult-grid,
.process-grid {
  display: grid;
  gap: 16px;
}

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

.pricing-card,
.detail-card,
.consult-card,
.process-step {
  padding: 22px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.detail-card {
  box-shadow: var(--shadow), 0 0 24px rgba(88, 166, 255, 0.06);
}

.pricing-card:hover,
.detail-card:hover,
.consult-card:hover,
.process-step:hover {
  transform: translateY(-2px);
  border-color: var(--border-strong);
  background: var(--surface-strong);
}

.detail-card:hover {
  box-shadow: var(--shadow), 0 0 32px rgba(126, 231, 214, 0.14), 0 0 14px rgba(88, 166, 255, 0.12);
}

.pricing-card.featured {
  border-color: rgba(63, 185, 80, 0.48);
  background: rgba(25, 36, 32, 0.82);
}

.service-tag {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 9px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 750;
  border: 1px solid rgba(126, 231, 214, 0.25);
  border-radius: 999px;
  background: rgba(126, 231, 214, 0.08);
}

.pricing-card p {
  min-height: 86px;
  color: var(--soft);
}

.price {
  margin: 20px 0;
  color: var(--muted);
}

.price strong {
  display: block;
  color: var(--text);
  font-size: 2rem;
  line-height: 1.05;
}

.pricing-card a {
  display: inline-flex;
  color: var(--green);
  font-weight: 750;
}

.pricing-card a:hover,
.pricing-card a:focus-visible {
  color: var(--cyan);
}

.story-card {
  max-width: 920px;
  padding: clamp(26px, 5vw, 46px);
}

.story-card h2 {
  max-width: 820px;
}

.story-card p:not(.eyebrow) {
  max-width: 840px;
  font-size: 1.08rem;
}

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

.detail-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--blue);
  font-weight: 850;
  border: 1px solid rgba(88, 166, 255, 0.28);
  border-radius: var(--radius);
  background: rgba(88, 166, 255, 0.1);
}

.detail-card ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  margin: 18px 0 0;
  color: var(--soft);
}

.detail-card li::marker {
  color: var(--green);
}

.cta-band {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: clamp(24px, 5vw, 52px) 0;
  color: #07130d;
  background:
    linear-gradient(135deg, rgba(126, 231, 214, 0.96), rgba(63, 185, 80, 0.94)),
    var(--green);
  border-block: 1px solid rgba(240, 246, 252, 0.2);
}

.cta-band[data-parallax] {
  padding-bottom: 3vh;
}

.cta-band::before {
  position: absolute;
  inset: -40%;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 19, 13, 0.14) 1px, transparent 1px),
    linear-gradient(180deg, rgba(7, 19, 13, 0.1) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.32;
  transform: translate3d(-18px, 18px, 0);
}

.cta-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(22px, 5vw, 60px);
  align-items: center;
  width: min(100% - 32px, var(--container));
  padding: clamp(34px, 7vw, 72px) 0;
  margin: 0 auto;
}

.cta-band .eyebrow {
  color: rgba(7, 19, 13, 0.72);
}

.cta-band h2 {
  max-width: 780px;
  margin-bottom: 14px;
  color: #07130d;
}

.cta-band p:not(.eyebrow) {
  max-width: 650px;
  margin-bottom: 0;
  color: rgba(7, 19, 13, 0.82);
  font-size: 1.05rem;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.cta-primary {
  color: var(--text);
  background: #07130d;
  box-shadow: 0 16px 46px rgba(7, 19, 13, 0.24);
}

.cta-primary:hover,
.cta-primary:focus-visible {
  box-shadow: 0 20px 58px rgba(7, 19, 13, 0.34);
}

.cta-secondary {
  color: #07130d;
  background: rgba(240, 246, 252, 0.3);
  border-color: rgba(7, 19, 13, 0.22);
}

.cta-secondary:hover,
.cta-secondary:focus-visible {
  background: rgba(240, 246, 252, 0.46);
  border-color: rgba(7, 19, 13, 0.36);
}

.consult-timeline,
.consult-branches,
.process-grid {
  padding: 0;
  margin: 0;
  list-style: none;
}

.consult-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding-top: 46px;
}

.consult-timeline::before {
  position: absolute;
  top: 11px;
  right: 16.66%;
  left: 16.66%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--blue) 50%, var(--green));
  box-shadow: 0 0 18px rgba(88, 166, 255, 0.2);
  content: "";
  transform-origin: left center;
}

.consult-stage {
  position: relative;
  min-width: 0;
  --stage-color: var(--blue);
  --stage-rgb: 88, 166, 255;
}

.consult-stage-acquisition {
  --stage-color: var(--cyan);
  --stage-rgb: 126, 231, 214;
}

.consult-stage-operation {
  --stage-color: var(--green);
  --stage-rgb: 63, 185, 80;
}

.consult-stage::before {
  position: absolute;
  top: -46px;
  left: 50%;
  z-index: 2;
  width: 22px;
  height: 22px;
  border: 5px solid var(--stage-color);
  border-radius: 50%;
  background: var(--bg);
  box-shadow: 0 0 0 5px rgba(13, 17, 23, 0.88), 0 0 20px rgba(var(--stage-rgb), 0.24);
  content: "";
  transform: translateX(-50%);
  animation: node-pulse 3.4s ease-in-out infinite;
}

.consult-stage:nth-child(2)::before {
  animation-delay: 350ms;
}

.consult-stage:nth-child(3)::before {
  animation-delay: 700ms;
}

.consult-stage::after {
  position: absolute;
  top: -24px;
  left: calc(50% - 1px);
  width: 2px;
  height: 24px;
  background: linear-gradient(var(--stage-color), rgba(var(--stage-rgb), 0.42));
  content: "";
}

.consult-stage-card {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  border-color: rgba(var(--stage-rgb), 0.34);
  background:
    linear-gradient(145deg, rgba(var(--stage-rgb), 0.12), transparent 58%),
    var(--surface);
  box-shadow: var(--shadow), inset 0 3px 0 rgba(var(--stage-rgb), 0.66);
}

.consult-stage-number,
.consult-stage-label {
  color: var(--stage-color);
  font-weight: 800;
}

.consult-stage-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border: 1px solid rgba(var(--stage-rgb), 0.4);
  border-radius: 50%;
  background: rgba(var(--stage-rgb), 0.1);
}

.consult-stage-label {
  margin: 0 0 6px;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.consult-stage-card h3 {
  margin-bottom: 12px;
}

.consult-stage-card p:last-child {
  margin-bottom: 0;
}

.consult-branches {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 52px;
}

.consult-branches::before {
  position: absolute;
  top: -52px;
  left: calc(50% - 1px);
  width: 2px;
  height: 36px;
  background: rgba(var(--stage-rgb), 0.7);
  content: "";
}

.consult-branches::after {
  position: absolute;
  top: -17px;
  right: 25%;
  left: 25%;
  height: 2px;
  background: rgba(var(--stage-rgb), 0.7);
  content: "";
}

.consult-branches > li {
  position: relative;
  min-width: 0;
}

.consult-branches > li::before {
  position: absolute;
  top: -17px;
  left: calc(50% - 1px);
  width: 2px;
  height: 17px;
  background: rgba(var(--stage-rgb), 0.7);
  content: "";
}

.consult-card {
  position: relative;
  height: 100%;
  min-height: 234px;
  padding: 18px;
  border-color: rgba(var(--stage-rgb), 0.24);
  background: rgba(22, 27, 34, 0.72);
}

.consult-card::before {
  position: absolute;
  top: -25px;
  left: 50%;
  z-index: 2;
  width: 16px;
  height: 16px;
  border: 4px solid var(--stage-color);
  border-radius: 50%;
  background: var(--bg-2);
  box-shadow: 0 0 14px rgba(var(--stage-rgb), 0.24);
  content: "";
  transform: translateX(-50%);
  animation: node-pulse 3.4s ease-in-out infinite;
}

.consult-branches > li:nth-child(2) .consult-card::before {
  animation-delay: 500ms;
}

.consult-card h4 {
  margin-bottom: 10px;
  font-size: 1rem;
}

.consult-card p {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.55;
}

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

.process-step {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  --step-color: var(--blue);
  --step-rgb: 88, 166, 255;
}

.process-step:nth-child(1) {
  --step-color: var(--cyan);
  --step-rgb: 126, 231, 214;
}

.process-step:nth-child(3) {
  --step-color: #56c985;
  --step-rgb: 86, 201, 133;
}

.process-step:nth-child(4) {
  --step-color: var(--green);
  --step-rgb: 63, 185, 80;
}

.process-step::after {
  position: absolute;
  right: -42px;
  bottom: -46px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(var(--step-rgb), 0.14);
  border-radius: 50%;
  content: "";
}

.process-symbol {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18px;
  color: var(--step-color);
}

.process-glyph {
  width: 72px;
  height: 48px;
  overflow: visible;
  filter: drop-shadow(0 0 10px rgba(var(--step-rgb), 0.16));
  transition: transform 180ms ease, filter 180ms ease;
}

.process-step:hover .process-glyph {
  filter: drop-shadow(0 0 14px rgba(var(--step-rgb), 0.3));
  transform: translateY(-2px);
}

.glyph-path,
.glyph-ring,
.glyph-halo {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.glyph-path,
.glyph-ring {
  stroke-width: 5;
}

.glyph-halo {
  stroke-width: 3;
  opacity: 0.35;
}

.glyph-node {
  fill: currentColor;
  transform-box: fill-box;
  transform-origin: center;
  animation: glyph-pulse 3.4s ease-in-out infinite;
}

.glyph-ring {
  fill: var(--bg-2);
}

.process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: var(--step-color);
  font-weight: 850;
  border: 1px solid rgba(var(--step-rgb), 0.36);
  border-radius: 50%;
  background: rgba(var(--step-rgb), 0.1);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: calc(var(--header-height) + 28px);
}

.contact-highlights {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.contact-fast-action {
  margin-top: 24px;
}

.contact-highlights span {
  padding: 12px 14px;
  color: var(--soft);
  border: 1px solid rgba(139, 148, 158, 0.2);
  border-radius: var(--radius);
  background: rgba(22, 27, 34, 0.56);
}

.contact-form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(20px, 4vw, 30px);
}

.form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.form-row {
  display: grid;
  gap: 8px;
}

.form-row.full {
  grid-column: 1 / -1;
}

label {
  color: var(--soft);
  font-size: 0.92rem;
  font-weight: 700;
}

.optional-label {
  color: var(--muted);
  font-size: 0.82em;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  color: var(--text);
  background: rgba(13, 17, 23, 0.74);
  border: 1px solid rgba(139, 148, 158, 0.28);
  border-radius: var(--radius);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

input,
select {
  min-height: 46px;
  padding: 0 12px;
}

textarea {
  min-height: 128px;
  padding: 12px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--border-strong);
  background: rgba(13, 17, 23, 0.92);
  box-shadow: 0 0 0 4px rgba(88, 166, 255, 0.14);
}

::placeholder {
  color: #6e7681;
}

.form-submit {
  grid-column: 1 / -1;
  width: 100%;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  color: var(--cyan);
  font-size: 0.94rem;
}

.site-footer {
  border-top: 1px solid rgba(139, 148, 158, 0.18);
  background: rgba(13, 17, 23, 0.76);
}

.footer-inner {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 32px, var(--container));
  padding: 26px 0;
  margin: 0 auto;
  color: var(--muted);
}

.footer-inner p {
  max-width: 620px;
  margin: 0;
  text-align: right;
}

@keyframes node-pulse {
  0%,
  100% {
    opacity: 0.88;
    filter: brightness(0.96);
  }

  50% {
    opacity: 1;
    filter: brightness(1.22);
  }
}

@keyframes glyph-pulse {
  0%,
  100% {
    transform: scale(0.94);
  }

  50% {
    transform: scale(1.06);
  }
}

@keyframes connector-draw-x {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes connector-draw-y {
  from {
    transform: scaleY(0);
  }

  to {
    transform: scaleY(1);
  }
}

@keyframes reveal-up {
  from {
    opacity: 0.42;
    transform: translateY(18px) scale(0.992);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@supports (animation-timeline: view()) {
  .reveal {
    animation-name: reveal-up;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-timeline: view();
    animation-range: entry 4% cover 24%;
  }

  .service-path::before,
  .consult-timeline::before {
    animation-name: connector-draw-x;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-timeline: view();
    animation-range: entry 4% cover 34%;
  }
}

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

  .cta-band::before {
    animation: none !important;
  }

  .service-node,
  .consult-stage::before,
  .consult-card::before,
  .glyph-node,
  .service-path::before,
  .consult-timeline::before {
    filter: none !important;
    animation: none !important;
  }

  .service-path::before,
  .consult-timeline::before {
    transform: none !important;
  }

  body {
    animation: none !important;
  }

  .parallax-layer {
    --parallax-y: 0px !important;
    transform: translate3d(0, 0, 0) !important;
    will-change: auto;
  }

  .parallax-reserve-story,
  .parallax-reserve-contact {
    padding-bottom: 0;
  }

  .cta-band[data-parallax] {
    padding-bottom: 0;
  }
}

@media (max-width: 980px) {
  .nav-shell {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .nav-cta {
    display: none;
  }

  .nav-links {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    z-index: 31;
    display: grid;
    gap: 4px;
    padding: 12px 16px 16px;
    visibility: hidden;
    opacity: 0;
    background: rgba(13, 17, 23, 0.94);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
    transform: translateY(-16px);
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    backdrop-filter: blur(12px);
    transition:
      opacity 220ms ease,
      transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
      clip-path 260ms cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 260ms;
  }

  .nav-links.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    pointer-events: auto;
    transition:
      opacity 180ms ease,
      transform 300ms cubic-bezier(0.22, 1, 0.36, 1),
      clip-path 300ms cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0s;
  }

  .nav-links a {
    padding: 13px 12px;
    border-radius: var(--radius);
  }

  .nav-links a:hover,
  .nav-links a:focus-visible {
    transform: none;
  }

  .hero-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: clamp(36px, 6vw, 64px) 0 42px;
  }

  .section {
    padding: clamp(50px, 8vw, 72px) 0;
  }

  .parallax-layer {
    --parallax-y: 0px !important;
    transform: translate3d(0, 0, 0);
  }

  .signal-board {
    transform: none;
  }

  .parallax-reserve-story {
    padding-bottom: 0;
  }

  .parallax-reserve-contact {
    padding-bottom: 0;
  }

  .cta-band[data-parallax] {
    padding-bottom: 0;
  }

  .pricing-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .service-path {
    padding-top: 0;
    padding-left: 34px;
  }

  .service-path::before {
    top: 12%;
    right: auto;
    bottom: 12%;
    left: 10px;
    width: 4px;
    height: auto;
    background: linear-gradient(180deg, var(--cyan), var(--blue) 50%, var(--green));
    transform-origin: center top;
  }

  .service-node {
    top: 50%;
    left: -34px;
    transform: translateY(-50%);
  }

  .pricing-card p {
    min-height: auto;
  }

  .consult-timeline {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 0 0 0 36px;
  }

  .consult-timeline::before {
    top: 38px;
    right: auto;
    bottom: 38px;
    left: 10px;
    width: 4px;
    height: auto;
    background: linear-gradient(180deg, var(--cyan), var(--blue) 50%, var(--green));
    transform-origin: center top;
  }

  .consult-stage::before {
    top: 28px;
    left: -36px;
    transform: none;
  }

  .consult-stage::after {
    top: 38px;
    left: -25px;
    width: 25px;
    height: 2px;
    background: rgba(var(--stage-rgb), 0.7);
  }

  .consult-stage-card {
    min-height: auto;
  }

  .consult-card {
    min-height: 196px;
  }

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

  @supports (animation-timeline: view()) {
    .service-path::before,
    .consult-timeline::before {
      animation-name: connector-draw-y;
    }
  }

  .cta-inner {
    grid-template-columns: 1fr;
  }

  .cta-actions {
    justify-content: flex-start;
  }

  .contact-copy {
    position: static;
  }
}

@media (max-width: 640px) {
  :root {
    --header-height: 66px;
    --page-grid-size: 58px;
  }

  body {
    background-size: var(--page-grid-size) var(--page-grid-size), var(--page-grid-size) var(--page-grid-size), auto;
  }

  .hero,
  .section {
    width: min(100% - 24px, var(--container));
  }

  .hero {
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .hero-grid {
    gap: 24px;
  }

  .hero-lead {
    font-size: 1.02rem;
  }

  .hero-actions {
    margin: 22px 0 18px;
  }

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

  .hero-proof {
    display: grid;
    gap: 8px;
  }

  .hero-proof span {
    padding: 7px 9px;
  }

  .signal-board {
    padding: 14px;
  }

  .board-header {
    padding-bottom: 12px;
  }

  .flow-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .flow-line {
    display: none;
  }

  .flow-row.reverse {
    margin-top: 8px;
  }

  .flow-card {
    min-height: 118px;
    padding: 12px;
  }

  .flow-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
  }

  .insight-strip {
    align-items: flex-start;
    margin: 10px 0;
    padding: 10px;
  }

  .insight-strip p {
    font-size: 0.88rem;
  }

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

  .metric-grid div {
    padding: 8px;
  }

  .metric-grid strong {
    font-size: 0.92rem;
  }

  .metric-grid span {
    font-size: 0.72rem;
  }

  .process-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .service-path {
    padding-left: 30px;
  }

  .service-path::before {
    left: 8px;
  }

  .service-node {
    left: -30px;
  }

  .consult-timeline {
    padding-left: 32px;
  }

  .consult-timeline::before {
    left: 8px;
  }

  .consult-stage::before {
    left: -32px;
  }

  .consult-stage::after {
    left: -21px;
    width: 21px;
  }

  .consult-branches {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 12px;
    padding-left: 26px;
    margin-top: 34px;
  }

  .consult-branches::before {
    top: -34px;
    bottom: calc((100% - 12px) / 4);
    left: 7px;
    width: 2px;
    height: auto;
  }

  .consult-branches::after {
    top: -34px;
    right: 50%;
    left: 7px;
    height: 2px;
  }

  .consult-branches > li::before {
    top: 50%;
    left: -19px;
    width: 19px;
    height: 2px;
  }

  .consult-card {
    min-height: auto;
  }

  .consult-card::before {
    top: 50%;
    left: -27px;
    transform: translateY(-50%);
  }

  .contact-fast-action .button {
    width: 100%;
  }

  .footer-inner {
    display: grid;
    justify-items: start;
  }

  .footer-inner p {
    text-align: left;
  }
}

/* Node paths: stable geometry with scroll-driven progression on compact layouts. */

.service-path,
.consult-path {
  position: relative;
}

.service-path {
  --path-gap: 16px;
  --rail-offset: calc((100% - (var(--path-gap) * 2)) / 6);
  padding-top: 18px;
}

.consult-path {
  --path-gap: 20px;
  --rail-offset: calc((100% - (var(--path-gap) * 2)) / 6);
  padding-top: 18px;
}

.service-path::before,
.consult-timeline::before,
.consult-stage::before,
.consult-card::before {
  display: none;
  content: none;
}

.node-path-rail {
  position: absolute;
  top: calc(var(--rail-start-y, 18px) - 2px);
  left: var(--rail-start-x, var(--rail-offset));
  z-index: 1;
  display: block;
  width: var(--rail-length, calc(100% - (var(--rail-offset) * 2)));
  height: 4px;
  overflow: visible;
  pointer-events: none;
  border-radius: 999px;
  background: rgba(139, 148, 158, 0.2);
}

.node-path-rail-active {
  position: absolute;
  inset: 0;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--blue) 50%, var(--green));
  box-shadow: 0 0 18px rgba(88, 166, 255, 0.22);
  transform-origin: left center;
}

.path-node {
  position: absolute;
  z-index: 4;
  display: block;
  color: var(--node-color);
  border-style: solid;
  border-color: var(--node-color);
  border-radius: 50%;
  background: var(--node-color);
  box-shadow:
    0 0 0 5px rgba(13, 17, 23, 0.9),
    0 0 18px rgba(var(--node-rgb), 0.34);
  animation: none;
}

.path-node::after {
  position: absolute;
  inset: -5px;
  pointer-events: none;
  border: 2px solid var(--node-color);
  border-radius: inherit;
  content: "";
  opacity: 0;
  transform: scale(0.78);
}

.pricing-card {
  position: relative;
  --node-color: var(--blue);
  --node-rgb: 88, 166, 255;
}

.pricing-card:nth-of-type(1) {
  --node-color: var(--cyan);
  --node-rgb: 126, 231, 214;
}

.pricing-card:nth-of-type(3) {
  --node-color: var(--green);
  --node-rgb: 63, 185, 80;
}

.service-node,
.consult-stage-node {
  top: -11px;
  left: 50%;
  width: 22px;
  height: 22px;
  border-width: 5px;
  transform: translateX(-50%);
}

.consult-timeline {
  padding-top: 0;
}

.consult-stage-card {
  padding: 22px;
}

.consult-stage {
  --node-color: var(--stage-color);
  --node-rgb: var(--stage-rgb);
}

.consult-branch-connectors {
  position: relative;
  height: 52px;
  color: var(--stage-color);
  pointer-events: none;
}

.branch-segment {
  position: absolute;
  display: block;
  opacity: 1;
}

.branch-origin,
.branch-target {
  width: 2px;
  background: repeating-linear-gradient(
    180deg,
    rgba(var(--stage-rgb), 0.82) 0 5px,
    transparent 5px 10px
  );
}

.branch-origin {
  top: 0;
  bottom: 17px;
  left: calc(50% - 1px);
}

.branch-distributor {
  top: 34px;
  right: 25%;
  left: 25%;
  height: 2px;
  background: repeating-linear-gradient(
    90deg,
    rgba(var(--stage-rgb), 0.82) 0 5px,
    transparent 5px 10px
  );
}

.branch-target {
  top: 34px;
  bottom: 0;
}

.branch-target-first {
  left: calc(25% - 1px);
}

.branch-target-second {
  left: calc(75% - 1px);
}

.consult-branches {
  margin-top: 0;
}

.consult-branches::before,
.consult-branches::after,
.consult-branches > li::before {
  display: none;
  content: none;
}

.consult-branch-node {
  top: -8px;
  left: 50%;
  width: 16px;
  height: 16px;
  border-width: 4px;
  transform: translateX(-50%);
}

.node-card-content {
  position: relative;
  z-index: 2;
}

@keyframes node-ripple-once {
  0% {
    opacity: 0.68;
    transform: scale(0.78);
  }

  100% {
    opacity: 0;
    transform: scale(1.85);
  }
}

@keyframes branch-draw-x {
  from {
    opacity: 0;
    transform: scaleX(0);
  }

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

@keyframes branch-draw-y {
  from {
    opacity: 0;
    transform: scaleY(0);
  }

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

@media (min-width: 981px) {
  .service-path .node-card-content.reveal,
  .consult-path .node-card-content.reveal {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

@media (max-width: 980px) {
  .service-path {
    padding-top: 0;
    padding-left: 34px;
  }

  .consult-path {
    padding-top: 0;
  }

  .consult-timeline {
    padding-left: 36px;
  }

  .node-path-rail {
    top: var(--rail-start-y, 48px);
    right: auto;
    left: 10px;
    width: 4px;
    height: var(--rail-length, calc(100% - 96px));
  }

  .node-path-rail-active {
    background: linear-gradient(180deg, var(--cyan), var(--blue) 50%, var(--green));
    transform: scaleY(var(--path-progress, 1));
    transform-origin: center top;
  }

  .service-node,
  .consult-stage-node {
    top: 48px;
    left: 0;
    transform: translate(-50%, -50%);
  }

  .pricing-card::before,
  .consult-stage::after {
    position: absolute;
    top: 47px;
    left: -22px;
    z-index: 1;
    display: block;
    width: 22px;
    height: 2px;
    background: var(--node-color);
    content: "";
  }

  .consult-stage::after {
    left: -24px;
    width: 24px;
    background: var(--stage-color);
  }

  [data-node-path].is-scroll-driven .node-path-rail-active {
    transform: scaleY(var(--path-progress, 0));
  }

  [data-node-path].is-scroll-driven [data-path-node],
  [data-node-path].is-scroll-driven [data-branch-node] {
    background: var(--bg-2);
    transition: background-color 120ms ease;
  }

  [data-node-path].is-scroll-driven [data-path-node].is-reached {
    background: var(--node-color);
  }

  [data-node-path].is-scroll-driven [data-path-node].is-reached::after {
    animation: node-ripple-once 560ms ease-out 1;
  }

  [data-node-path].is-scroll-driven .branch-segment {
    opacity: 0;
  }

  [data-node-path].is-scroll-driven .branch-origin,
  [data-node-path].is-scroll-driven .branch-target {
    transform: scaleY(0);
    transform-origin: center top;
  }

  [data-node-path].is-scroll-driven .branch-distributor {
    transform: scaleX(0);
    transform-origin: left center;
  }

  [data-node-path].is-scroll-driven .consult-stage.is-reached .branch-origin {
    animation: branch-draw-y 200ms ease-out 40ms both;
  }

  [data-node-path].is-scroll-driven .consult-stage.is-reached .branch-distributor {
    animation: branch-draw-x 160ms ease-out 220ms both;
  }

  [data-node-path].is-scroll-driven .consult-stage.is-reached .branch-target-first {
    animation: branch-draw-y 140ms ease-out 340ms both;
  }

  [data-node-path].is-scroll-driven .consult-stage.is-reached .branch-target-second {
    animation: branch-draw-y 140ms ease-out 620ms both;
  }

  [data-node-path].is-scroll-driven .consult-stage.is-reached .consult-branches > li:nth-child(1) [data-branch-node] {
    background: var(--node-color);
    transition-delay: 420ms;
  }

  [data-node-path].is-scroll-driven .consult-stage.is-reached .consult-branches > li:nth-child(2) [data-branch-node] {
    background: var(--node-color);
    transition-delay: 700ms;
  }

  [data-node-path].is-scroll-driven .consult-stage.is-reached .consult-branches > li:nth-child(1) [data-branch-node]::after {
    animation: node-ripple-once 560ms ease-out 420ms 1 both;
  }

  [data-node-path].is-scroll-driven .consult-stage.is-reached .consult-branches > li:nth-child(2) [data-branch-node]::after {
    animation: node-ripple-once 560ms ease-out 700ms 1 both;
  }
}

@media (max-width: 640px) {
  .service-path {
    padding-left: 30px;
  }

  .consult-timeline {
    padding-left: 32px;
  }

  .node-path-rail {
    left: 8px;
  }

  .pricing-card::before {
    left: -20px;
    width: 20px;
  }

  .consult-stage::after {
    left: -22px;
    width: 22px;
  }

  .consult-branch-connectors {
    height: 34px;
  }

  .branch-origin {
    top: 0;
    right: 50%;
    bottom: auto;
    left: 7px;
    width: auto;
    height: 2px;
    background: repeating-linear-gradient(
      90deg,
      rgba(var(--stage-rgb), 0.82) 0 5px,
      transparent 5px 10px
    );
  }

  .branch-distributor {
    top: 0;
    right: auto;
    bottom: 0;
    left: 7px;
    width: 2px;
    height: auto;
    background: repeating-linear-gradient(
      180deg,
      rgba(var(--stage-rgb), 0.82) 0 5px,
      transparent 5px 10px
    );
  }

  .branch-target {
    display: none;
  }

  .consult-branches {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 12px;
    padding-left: 26px;
    margin-top: 0;
  }

  .consult-branches::before {
    position: absolute;
    top: 0;
    bottom: calc((100% - 12px) / 2 - 48px);
    left: 7px;
    display: block;
    width: 2px;
    height: auto;
    background: repeating-linear-gradient(
      180deg,
      rgba(var(--stage-rgb), 0.82) 0 5px,
      transparent 5px 10px
    );
    content: "";
  }

  .consult-branches > li::before {
    position: absolute;
    top: 47px;
    left: -19px;
    z-index: 1;
    display: block;
    width: 19px;
    height: 2px;
    background: repeating-linear-gradient(
      90deg,
      rgba(var(--stage-rgb), 0.82) 0 5px,
      transparent 5px 10px
    );
    content: "";
  }

  .consult-branch-node {
    top: 48px;
    left: 0;
    transform: translate(-50%, -50%);
  }

  [data-node-path].is-scroll-driven .branch-origin {
    transform: scaleX(0);
    transform-origin: right center;
  }

  [data-node-path].is-scroll-driven .branch-distributor {
    transform: scaleY(0);
    transform-origin: center top;
  }

  [data-node-path].is-scroll-driven .consult-branches::before,
  [data-node-path].is-scroll-driven .consult-branches > li::before {
    opacity: 0;
  }

  [data-node-path].is-scroll-driven .consult-branches::before {
    transform: scaleY(0);
    transform-origin: center top;
  }

  [data-node-path].is-scroll-driven .consult-branches > li::before {
    transform: scaleX(0);
    transform-origin: left center;
  }

  [data-node-path].is-scroll-driven .consult-stage.is-reached .branch-origin {
    animation: branch-draw-x 180ms ease-out 40ms both;
  }

  [data-node-path].is-scroll-driven .consult-stage.is-reached .branch-distributor {
    animation: branch-draw-y 160ms ease-out 200ms both;
  }

  [data-node-path].is-scroll-driven .consult-stage.is-reached .consult-branches::before {
    animation: branch-draw-y 360ms ease-out 300ms both;
  }

  [data-node-path].is-scroll-driven .consult-stage.is-reached .consult-branches > li:nth-child(1)::before {
    animation: branch-draw-x 160ms ease-out 390ms both;
  }

  [data-node-path].is-scroll-driven .consult-stage.is-reached .consult-branches > li:nth-child(2)::before {
    animation: branch-draw-x 160ms ease-out 650ms both;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-node-path] .node-path-rail-active,
  [data-node-path] .branch-segment,
  [data-node-path] .consult-branches::before,
  [data-node-path] .consult-branches > li::before,
  [data-node-path] .path-node::after {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  [data-node-path] .path-node {
    background: var(--node-color) !important;
  }

  [data-node-path] .path-node::after {
    opacity: 0 !important;
  }
}