:root {
  --ink: #171511;
  --paper: #f5efe4;
  --paper-soft: #fbf8f0;
  --ivory: #fffaf0;
  --forest: #12382d;
  --forest-2: #0a241d;
  --copper: #b5693c;
  --gold: #d8b36b;
  --wine: #641f28;
  --muted: #756c5e;
  --line: rgba(23, 21, 17, 0.14);
  --line-light: rgba(255, 250, 240, 0.18);
  --shadow: 0 28px 90px rgba(16, 13, 9, 0.22);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(216, 179, 107, 0.16), transparent 28rem),
    linear-gradient(180deg, var(--paper-soft), var(--paper) 36%, #efe3d1);
  color: var(--ink);
}

body.menu-open {
  overflow: hidden;
}

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

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 120;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--gold), var(--copper), var(--wine));
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.14;
  mix-blend-mode: multiply;
  background-image:
    linear-gradient(115deg, rgba(255,255,255,.08), transparent 42%),
    repeating-radial-gradient(circle at 50% 50%, rgba(0,0,0,.13) 0 1px, transparent 1px 5px);
}

.cursor-spotlight {
  position: fixed;
  z-index: 2;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  background: radial-gradient(circle, rgba(216, 179, 107, 0.18), transparent 66%);
  transition: opacity 0.4s ease;
}

.site-header {
  position: fixed;
  inset: 18px 0 auto;
  z-index: 90;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(255, 250, 240, 0.2);
  border-radius: 999px;
  background: rgba(14, 19, 15, 0.46);
  color: var(--ivory);
  box-shadow: 0 18px 80px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px);
  transition: transform 0.45s var(--ease), background 0.45s var(--ease), border-color 0.45s var(--ease);
}

.site-header.scrolled {
  background: rgba(18, 56, 45, 0.78);
  border-color: rgba(216, 179, 107, 0.34);
}

.brand {
  display: grid;
  gap: 1px;
  min-width: 158px;
  line-height: 1;
}

.brand span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
  letter-spacing: 0;
}

.brand small {
  color: rgba(255, 250, 240, 0.62);
  font-size: 0.72rem;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2vw, 30px);
  font-size: 0.82rem;
  color: rgba(255, 250, 240, 0.76);
}

.nav a,
.header-cta,
.button {
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.nav a:hover {
  color: var(--ivory);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.84rem;
  white-space: nowrap;
}

.header-cta,
.button.primary {
  background: linear-gradient(135deg, #f3dc96, #b9964e);
  color: #17120b;
  box-shadow: 0 16px 38px rgba(216, 179, 107, 0.28);
}

.button.ghost {
  border-color: rgba(216, 179, 107, 0.42);
  color: var(--ivory);
  background: rgba(255, 255, 255, 0.035);
}

.button:hover,
.header-cta:hover {
  transform: translateY(-2px);
}

.section {
  position: relative;
  z-index: 3;
  padding: clamp(76px, 8vw, 116px) 0;
  scroll-margin-top: 100px;
}

.section-dark {
  color: var(--ivory);
  background:
    linear-gradient(135deg, rgba(100, 31, 40, 0.2), transparent 46%),
    linear-gradient(180deg, var(--forest), var(--forest-2));
}

.hero {
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 132px 0 46px;
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 82%;
  background: linear-gradient(180deg, rgba(4, 9, 8, 0), rgba(4, 10, 8, 0.58) 34%, rgba(4, 10, 8, 0.94) 66%, #040a08 100%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px;
  z-index: 4;
  height: 180px;
  background: linear-gradient(180deg, rgba(4, 10, 8, 0), #040a08 34%, #040a08 100%);
  pointer-events: none;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: 0;
  transform: scale(1.04);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% 34%;
  filter: saturate(0.94) contrast(1.04);
}

.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 11, 9, 0.62) 0%, rgba(5, 11, 9, 0.22) 38%, rgba(5, 11, 9, 0) 70%),
    linear-gradient(180deg, rgba(5, 11, 9, 0) 0%, rgba(5, 11, 9, 0.03) 36%, rgba(5, 11, 9, 0.5) 58%, rgba(5, 11, 9, 0.94) 78%, rgba(5, 11, 9, 1) 100%);
}

.hero-content {
  position: relative;
  z-index: 5;
  max-width: 720px;
  margin-left: max(20px, calc((100vw - 1180px) / 2));
}

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

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

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(2.7rem, 4.95vw, 5.25rem);
  line-height: 0.98;
}

h1 span {
  color: #d8bd77;
  font-style: italic;
}

.title-accent {
  color: #b9964e;
  font-style: italic;
}

.section-dark .title-accent {
  color: #d8bd77;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(1.78rem, 2.8vw, 3rem);
  line-height: 1.07;
}

h3 {
  font-size: clamp(1.12rem, 1.9vw, 1.7rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 0;
}

.hero-pillars {
  position: absolute;
  z-index: 5;
  inset: clamp(340px, 36vh, 360px) max(160px, calc((100vw - 1180px) / 2 - 160px)) auto auto;
  width: min(500px, 31vw);
  min-height: clamp(420px, 50vh, 500px);
  pointer-events: none;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.hero-pillars a,
.hero-pillars span {
  position: absolute;
  min-width: clamp(190px, 12.5vw, 240px);
  min-height: clamp(58px, 4.7vw, 72px);
  display: grid;
  place-items: center;
  padding: 0 32px;
  border: 1px solid rgba(216, 179, 107, 0.58);
  border-radius: 34px;
  color: rgba(255, 250, 240, 0.94);
  background:
    linear-gradient(90deg, rgba(12, 20, 17, 0.72), rgba(74, 55, 44, 0.42), rgba(12, 20, 17, 0.62)),
    rgba(14, 19, 15, 0.46);
  box-shadow:
    0 20px 54px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 250, 240, 0.09),
    0 0 28px rgba(216, 179, 107, 0.08);
  backdrop-filter: blur(18px);
  font-weight: 800;
  font-size: clamp(1rem, 1.1vw, 1.22rem);
  letter-spacing: 0;
  text-transform: none;
  animation: badgeFloat 5.8s ease-in-out infinite;
  pointer-events: auto;
  cursor: pointer;
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.3s var(--ease), color 0.3s var(--ease);
}

.hero-pillars a:hover {
  color: var(--ivory);
  border-color: var(--gold);
  background:
    linear-gradient(90deg, rgba(18, 29, 25, 0.82), rgba(95, 72, 57, 0.52), rgba(18, 29, 25, 0.72)),
    rgba(20, 26, 21, 0.58);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 250, 240, 0.16),
    0 0 34px rgba(216, 179, 107, 0.18);
}

.hero-pillars a:nth-child(1),
.hero-pillars span:nth-child(1) {
  top: 0;
  right: 140px;
}

.hero-pillars a:nth-child(2),
.hero-pillars span:nth-child(2) {
  top: 26%;
  right: 80px;
  animation-delay: -1.2s;
}

.hero-pillars a:nth-child(3),
.hero-pillars span:nth-child(3) {
  top: 52%;
  right: 150px;
  min-width: clamp(230px, 15vw, 290px);
  animation-delay: -2.4s;
}

.hero-pillars a:nth-child(4),
.hero-pillars span:nth-child(4) {
  top: 78%;
  right: 250px;
  min-width: clamp(210px, 14vw, 270px);
  animation-delay: -3.6s;
}

.hero-pillars a:last-child,
.hero-pillars span:last-child {
  border-right: 1px solid rgba(216, 179, 107, 0.38);
}

.scroll-cue {
  position: absolute;
  z-index: 5;
  left: 50%;
  right: auto;
  bottom: 26px;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: 44px;
  height: 72px;
  border: 1px solid rgba(255, 250, 240, 0.22);
  border-radius: 999px;
}

.scroll-cue span {
  width: 5px;
  height: 14px;
  border-radius: 999px;
  background: var(--gold);
  animation: cue 1.55s ease-in-out infinite;
}

@keyframes badgeFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -10px, 0); }
}

@keyframes cue {
  0%, 100% { transform: translateY(-8px); opacity: 0.4; }
  50% { transform: translateY(8px); opacity: 1; }
}

.two-column,
.feature-layout,
.split-showcase,
.product-demo,
.final-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(36px, 6vw, 84px);
  align-items: start;
}

.sticky-copy {
  position: sticky;
  top: 132px;
}

.profile-section {
  margin-top: 0;
  padding-top: clamp(76px, 8vw, 116px);
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 179, 107, 0.08), transparent 28rem),
    var(--paper-soft);
}

.lead,
.section-copy {
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.62;
}

.section-dark .lead,
.section-dark .section-copy {
  color: rgba(255, 250, 240, 0.72);
}

.copy-stack {
  display: grid;
  gap: 28px;
}

.role-card,
.applications,
.list-panel,
.final-panel,
.demo-terminal {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.66);
  box-shadow: var(--shadow);
}

.role-card,
.applications,
.list-panel,
.final-panel {
  padding: clamp(24px, 4vw, 42px);
}

.role-card span,
.applications span,
.list-panel span,
.final-panel span {
  display: block;
  margin-bottom: 22px;
  color: var(--copper);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
}

.role-card li,
.applications li,
.list-panel li,
.final-panel li {
  position: relative;
  padding: 18px 0 18px 28px;
  border-top: 1px solid var(--line);
  font-size: clamp(1rem, 1.55vw, 1.3rem);
  font-weight: 700;
}

.role-card li::before,
.applications li::before,
.list-panel li::before,
.final-panel li::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(216, 179, 107, 0.18);
}

.section-heading {
  max-width: 740px;
  margin-bottom: clamp(30px, 4.2vw, 52px);
}

.section-heading.compact {
  max-width: 700px;
}

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

.solution-card {
  position: relative;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 250, 240, 0.86), rgba(235, 220, 197, 0.58));
  transition: transform 0.45s var(--ease), border-color 0.45s var(--ease), box-shadow 0.45s var(--ease);
}

.solution-card::after {
  content: "";
  position: absolute;
  inset: auto 16px 16px auto;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(181, 105, 60, 0.28);
  transform: rotate(45deg);
}

.solution-card:hover {
  transform: translateY(-8px);
  border-color: rgba(181, 105, 60, 0.45);
  box-shadow: 0 26px 70px rgba(42, 31, 18, 0.16);
}

.solution-card span,
.benefit-card span {
  color: var(--copper);
  font-weight: 800;
  font-size: 0.78rem;
}

.solution-card h3 {
  max-width: 12ch;
  margin-bottom: 0;
}

.solution-card.wide {
  grid-column: span 2;
}

.feature-section {
  overflow: hidden;
}

.feature-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background:
    linear-gradient(90deg, transparent 0 49.8%, rgba(216, 179, 107, 0.28) 49.8% 50.2%, transparent 50.2% 100%),
    repeating-linear-gradient(90deg, transparent 0 118px, rgba(255, 250, 240, 0.05) 118px 119px);
}

.feature-main,
.applications,
.product-demo > *,
.final-layout > * {
  position: relative;
  z-index: 2;
}

.profile-section h2,
.approach-section h2,
.feature-section h2,
.acquisition-section h2,
.capital-section h2,
.pix-section h2 {
  max-width: 620px;
  font-size: clamp(1.85rem, 2.7vw, 3rem);
  line-height: 1.08;
}

.statement {
  margin: 32px 0 0;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.25vw, 2.3rem);
  font-style: italic;
  line-height: 1.12;
  text-wrap: balance;
}

.statement.light {
  color: var(--wine);
}

.applications,
.section-dark .final-panel,
.demo-terminal {
  border-color: var(--line-light);
  background: rgba(255, 250, 240, 0.08);
  color: var(--ivory);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.applications li,
.section-dark .final-panel li {
  border-color: var(--line-light);
}

.benefits-section {
  overflow: clip;
}

.benefit-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(260px, 1fr));
  gap: 16px;
}

.benefit-card {
  min-height: 310px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
  box-shadow: 0 18px 48px rgba(23, 21, 17, 0.08);
}

.benefit-card h3 {
  margin: 34px 0 18px;
}

.benefit-card p {
  color: var(--muted);
  line-height: 1.58;
}

.acquisition-section,
.capital-section {
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.46), rgba(230, 216, 194, 0.52));
}

.split-showcase {
  align-items: center;
}

.split-showcase.reverse {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.pix-section {
  overflow: hidden;
}

.pix-section::after {
  content: "";
  position: absolute;
  inset: 16% -18% auto auto;
  width: 58vw;
  height: 58vw;
  border: 1px solid rgba(216, 179, 107, 0.2);
  border-radius: 50%;
}

.demo-terminal {
  padding: 18px;
}

.terminal-top {
  display: flex;
  gap: 8px;
  padding: 8px 6px 22px;
}

.terminal-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 250, 240, 0.28);
}

.terminal-line {
  display: grid;
  gap: 7px;
  padding: 24px;
  border-top: 1px solid var(--line-light);
}

.terminal-line small {
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.terminal-line strong {
  font-size: clamp(1.1rem, 2vw, 1.75rem);
}

.terminal-line.active {
  border-radius: 6px;
  background: rgba(216, 179, 107, 0.12);
}

.final-section {
  padding-bottom: clamp(70px, 8vw, 110px);
}

.final-section h2 {
  max-width: 620px;
  font-size: clamp(1.85rem, 2.7vw, 3rem);
  line-height: 1.08;
}

.cta-box {
  display: grid;
  gap: 12px;
  margin-top: 32px;
  padding-top: 26px;
  border-top: 1px solid var(--line-light);
}

.cta-box h3 {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: 500;
}

.cta-box .button {
  width: 100%;
}

.site-footer {
  position: relative;
  z-index: 3;
  padding: 30px 0;
  background: #0b1814;
  color: rgba(255, 250, 240, 0.68);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
  transition-delay: var(--delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .site-header {
    width: min(920px, calc(100% - 28px));
    grid-template-columns: auto auto;
  }

  .nav {
    display: none;
  }

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

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

  .hero-actions {
    margin-bottom: 28px;
  }

  .hero-pillars {
    position: relative;
    inset: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: auto;
    min-height: 0;
    max-width: 720px;
    margin-left: max(20px, calc((100vw - 1180px) / 2));
    pointer-events: auto;
  }

  .hero-pillars a,
  .hero-pillars span {
    position: static;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(100% - 28px, 680px);
  }

  .site-header {
    inset: 12px 0 auto;
    width: min(100% - 24px, 680px);
    padding: 10px 10px 10px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.76rem;
  }

  .hero {
    align-items: end;
    min-height: 110svh;
    padding: 104px 0 44px;
    background: #040a08;
  }

  .hero::before {
    height: 88%;
    background: linear-gradient(180deg, rgba(4, 9, 8, 0), rgba(4, 10, 8, 0.34) 20%, rgba(4, 10, 8, 0.88) 50%, #040a08 84%, #040a08 100%);
  }

  .hero::after {
    height: 260px;
    background: #040a08;
  }

  .hero-media img {
    object-position: 55% 28%;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(5, 11, 9, 0) 0%, rgba(5, 11, 9, 0.06) 28%, rgba(5, 11, 9, 0.58) 58%, rgba(5, 11, 9, 0.9) 76%, rgba(5, 11, 9, 1) 100%),
      linear-gradient(90deg, rgba(5, 11, 9, 0.22), rgba(5, 11, 9, 0));
  }

  h1 {
    max-width: 92vw;
    font-size: clamp(2.32rem, 10.2vw, 3.9rem);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(1.95rem, 7.8vw, 3rem);
    line-height: 1.1;
  }

  .hero-content {
    max-width: none;
    padding-top: 42vh;
  }

  .hero-actions {
    margin-bottom: 0;
  }

  .lead,
  .section-copy {
    font-size: clamp(1rem, 4.8vw, 1.18rem);
    line-height: 1.58;
  }

  .final-section h2 {
    max-width: none;
    font-size: clamp(1.95rem, 7.8vw, 2.95rem);
  }

  .profile-section h2,
  .approach-section h2,
  .feature-section h2,
  .acquisition-section h2,
  .capital-section h2,
  .pix-section h2 {
    max-width: none;
    font-size: clamp(1.95rem, 7.8vw, 2.95rem);
    line-height: 1.1;
  }

  .hero-pillars {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    justify-items: stretch;
    gap: 8px 10px;
    width: 100%;
    margin: 22px 0 0;
    max-width: none;
    padding: 22px 16px 30px;
    background: #040a08;
    opacity: 1;
    transform: none;
  }

  .hero-pillars a,
  .hero-pillars span {
    position: static;
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: 34px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 0.76rem;
    color: rgba(255, 250, 240, 0.92);
    text-transform: none;
    animation: none;
    background: rgba(14, 19, 15, 0.64);
    box-shadow: none;
    backdrop-filter: blur(14px);
  }

  .hero-pillars a:nth-child(1),
  .hero-pillars span:nth-child(1),
  .hero-pillars a:nth-child(2),
  .hero-pillars span:nth-child(2),
  .hero-pillars a:nth-child(3),
  .hero-pillars span:nth-child(3),
  .hero-pillars a:nth-child(4),
  .hero-pillars span:nth-child(4) {
    inset: auto;
    min-width: 0;
    max-width: none;
    animation-delay: 0s;
  }

  .scroll-cue {
    display: none;
  }

  .two-column,
  .feature-layout,
  .split-showcase,
  .split-showcase.reverse,
  .product-demo,
  .final-layout {
    grid-template-columns: 1fr;
  }

  .sticky-copy {
    position: static;
  }

  .solution-grid,
  .benefit-track {
    grid-template-columns: 1fr;
  }

  .solution-card,
  .benefit-card {
    min-height: 220px;
  }

  .solution-card.wide {
    grid-column: auto;
  }

  .footer-inner {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .section {
    padding: 62px 0;
  }

  h1 {
    font-size: clamp(2.24rem, 9.8vw, 3.35rem);
  }

  h2,
  .final-section h2 {
    font-size: clamp(1.86rem, 7.35vw, 2.58rem);
  }

  .profile-section h2,
  .approach-section h2,
  .feature-section h2,
  .acquisition-section h2,
  .capital-section h2,
  .pix-section h2 {
    font-size: clamp(1.86rem, 7.35vw, 2.58rem);
  }

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

  .role-card,
  .applications,
  .list-panel,
  .final-panel,
  .benefit-card,
  .terminal-line {
    padding: 22px;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
