:root {
  --ink: #11181d;
  --graphite: #1b252b;
  --steel: #4b5b62;
  --muted: #64737a;
  --line: rgba(24, 38, 43, 0.13);
  --paper: #f7f9f7;
  --paper-soft: #eef4f1;
  --white: #ffffff;
  --teal: #0c6f73;
  --green: #2f8a72;
  --amber: #c7923e;
  --sand: #d8c7a3;
  --whatsapp: #25d366;
  --shadow: 0 22px 58px rgba(13, 24, 30, 0.15);
  --soft-shadow: 0 12px 32px rgba(13, 24, 30, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    linear-gradient(120deg, rgba(12, 111, 115, 0.05), transparent 42%),
    var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

body::before {
  background-image:
    linear-gradient(rgba(17, 24, 29, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 24, 29, 0.055) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), transparent 70%);
  pointer-events: none;
  position: fixed;
  z-index: -2;
}

body::after {
  background: url("assets/img/hero-sistemas-fintech.png") center / cover no-repeat;
  content: "";
  filter: blur(26px) saturate(0.75);
  inset: 18vh -8vw auto auto;
  height: 52vh;
  opacity: 0.12;
  pointer-events: none;
  position: fixed;
  transform: scale(1.05);
  width: 58vw;
  z-index: -3;
}

a {
  color: inherit;
}

.site-header {
  align-items: center;
  background: rgba(247, 249, 247, 0.72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(17, 24, 29, 0.08);
  display: flex;
  height: 72px;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(20px, 5vw, 72px);
  position: fixed;
  right: 0;
  top: 0;
  transition: background 180ms ease, box-shadow 180ms ease;
  z-index: 50;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 30px rgba(17, 24, 29, 0.08);
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  gap: 10px;
  text-decoration: none;
}

.brand-mark {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.main-nav {
  display: flex;
  gap: clamp(16px, 3vw, 34px);
}

.main-nav a {
  color: var(--steel);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.main-nav a:hover,
.main-nav a.is-active {
  color: var(--ink);
}

.hero,
.intro,
.capabilities,
.products,
.finanzul-showcase,
.naranzul-showcase,
.services,
.process,
.contact {
  padding: clamp(72px, 10vw, 118px) clamp(20px, 6vw, 88px);
  position: relative;
}

.graphic-section,
.graphic-wash,
.graphic-band {
  overflow: hidden;
}

.graphic-wash::before,
.graphic-band::before {
  background: url("assets/img/hero-sistemas-fintech.png") center / cover no-repeat;
  content: "";
  filter: blur(22px) saturate(0.7);
  opacity: 0.12;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.graphic-wash::before {
  height: 420px;
  right: -12vw;
  top: 36px;
  width: min(680px, 62vw);
}

.graphic-band::before {
  bottom: -90px;
  height: 520px;
  left: -12vw;
  width: min(760px, 70vw);
}

.hero {
  align-items: center;
  display: grid;
  min-height: 100vh;
  padding-top: 118px;
}

.hero-image,
.hero-scrim {
  inset: 0;
  position: absolute;
}

.hero-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(10, 17, 20, 0.93) 0%, rgba(10, 17, 20, 0.79) 38%, rgba(10, 17, 20, 0.28) 78%),
    linear-gradient(0deg, rgba(10, 17, 20, 0.5), rgba(10, 17, 20, 0.08));
}

.hero-grid {
  align-items: end;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.42fr);
  position: relative;
  z-index: 1;
}

.hero-copy-block {
  color: var(--white);
  max-width: 820px;
}

.eyebrow,
.section-kicker {
  color: var(--amber);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(38px, 5.1vw, 64px);
  line-height: 1.04;
  margin-bottom: 22px;
  max-width: 780px;
}

h2 {
  font-size: clamp(32px, 4.5vw, 54px);
  line-height: 1.05;
  margin-bottom: 0;
}

h3 {
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.15;
  margin-bottom: 12px;
}

.hero-copy-block p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.55;
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button.primary {
  background: var(--amber);
  color: #111;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

.button.ghost {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--white);
}

.signal-panel {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow);
  color: var(--white);
}

.signal-panel div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding: 24px;
}

.signal-panel div:last-child {
  border-bottom: 0;
}

.signal-panel span {
  color: #f1bd69;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 12px;
}

.signal-panel strong {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}

.signal-panel p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
  margin-bottom: 0;
}

.section-copy,
.intro-text,
.capability-grid,
.product-stage,
.service-tabs,
.service-display,
.process-line,
.contact-copy,
.contact .button {
  position: relative;
  z-index: 1;
}

.intro {
  align-items: start;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.94), rgba(238, 244, 241, 0.88));
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.72fr);
}

.intro-text p,
.capability p,
.product-feature p,
.product-feature li,
.service-panel p,
.process-step p,
.contact p {
  color: var(--muted);
  line-height: 1.66;
}

.intro-text p,
.contact p {
  font-size: 18px;
}

.section-copy {
  margin-bottom: 38px;
  max-width: 840px;
}

.capabilities {
  background: rgba(247, 249, 247, 0.82);
}

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

.capability {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 249, 0.92));
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
  min-height: 250px;
  padding: 28px;
}

.capability span {
  color: var(--teal);
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 42px;
}

.products {
  background:
    linear-gradient(130deg, #e8f0ed 0%, #f8faf8 54%, #eef4f1 100%);
}

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

.product-feature {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(17, 24, 29, 0.11);
  box-shadow: var(--shadow);
  min-height: 440px;
  padding: clamp(30px, 4vw, 48px);
}

.product-feature.featured {
  background:
    linear-gradient(145deg, rgba(17, 24, 29, 0.94), rgba(12, 111, 115, 0.88)),
    url("assets/img/hero-sistemas-fintech.png") center / cover;
  color: var(--white);
}

.product-label {
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.featured .product-label {
  color: #f1bd69;
}

.product-feature h3 {
  font-size: clamp(42px, 5vw, 64px);
}

.product-feature ul {
  margin: 24px 0 0;
  padding-left: 20px;
}

.featured p {
  color: rgba(255, 255, 255, 0.78);
}

.module-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.module-list span {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
  padding: 8px 10px;
}

.product-proof-trigger {
  background: #f1bd69;
  border: 0;
  color: #11181d;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  justify-content: center;
  margin-top: 28px;
  min-height: 48px;
  padding: 13px 18px;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.product-proof-trigger:hover {
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

.product-proof-trigger.secondary {
  background: var(--ink);
  color: var(--white);
}

.finanzul-showcase {
  background:
    linear-gradient(132deg, rgba(247, 249, 247, 0.97), rgba(231, 240, 238, 0.94) 52%, rgba(222, 232, 224, 0.94)),
    url("assets/img/hero-sistemas-fintech.png") center / cover;
  color: var(--ink);
}

.finanzul-showcase-grid {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 68px);
  grid-template-columns: minmax(590px, 1fr) minmax(280px, 0.72fr);
  position: relative;
  z-index: 1;
}

.finance-console {
  background: #11181d;
  box-shadow: 0 30px 78px rgba(13, 24, 30, 0.28);
  color: var(--white);
  min-height: 610px;
  overflow: hidden;
  padding: clamp(24px, 4vw, 38px);
}

.finance-toolbar {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
}

.finance-toolbar span {
  color: #80d4be;
  display: block;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 6px;
}

.finance-toolbar strong {
  display: block;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
}

.finance-toolbar button {
  background: #80d4be;
  border: 0;
  color: #07130b;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  min-height: 40px;
  padding: 10px 14px;
}

.finance-flow {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 26px;
}

.finance-flow article {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  min-height: 112px;
  padding: 16px;
  position: relative;
}

.finance-flow article::after {
  background: #80d4be;
  content: "";
  height: 2px;
  left: 18px;
  position: absolute;
  right: 18px;
  top: 16px;
}

.finance-flow span,
.finance-card span {
  color: rgba(255, 255, 255, 0.58);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-top: 18px;
}

.finance-flow strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 10px;
}

.finance-board {
  display: grid;
  gap: 12px;
  grid-template-columns: 1.3fr 1fr 1fr;
  margin-top: 18px;
}

.finance-card {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  min-height: 150px;
  padding: 20px;
}

.finance-card.highlight {
  background:
    linear-gradient(145deg, rgba(12, 111, 115, 0.78), rgba(47, 138, 114, 0.52));
}

.finance-card strong {
  color: #f1bd69;
  display: block;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.06;
  margin-top: 18px;
}

.finance-card small {
  color: rgba(255, 255, 255, 0.58);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-top: 10px;
}

.finance-ledger {
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  display: grid;
  grid-auto-rows: minmax(52px, auto);
  margin-top: 18px;
}

.finance-ledger > div {
  align-items: center;
  border-bottom: 1px solid rgba(17, 24, 29, 0.08);
  display: grid;
  gap: 10px;
  grid-template-columns: 1.4fr 1fr 0.85fr;
  padding: 0 16px;
}

.finance-ledger > div:first-child {
  background: #e8efec;
  color: var(--steel);
  font-size: 12px;
  font-weight: 900;
}

.finance-ledger span,
.finance-ledger mark {
  font-size: 13px;
  font-weight: 800;
}

.finance-ledger mark {
  background: rgba(12, 111, 115, 0.12);
  color: var(--teal);
  justify-self: start;
  padding: 5px 8px;
}

.finanzul-story p:not(.section-kicker) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.66;
  margin-top: 24px;
}

.finance-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.finance-pill-list span {
  background: rgba(12, 111, 115, 0.1);
  border: 1px solid rgba(12, 111, 115, 0.16);
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  padding: 9px 11px;
}

.finance-capability-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.finance-capability-grid article {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
  min-height: 230px;
  padding: 26px;
}

.finance-capability-grid span {
  color: var(--teal);
  display: block;
  font-weight: 900;
  margin-bottom: 34px;
}

.finance-capability-grid h3 {
  font-size: 22px;
}

.finance-capability-grid p {
  color: var(--muted);
  line-height: 1.58;
}

.naranzul-showcase {
  background:
    linear-gradient(145deg, rgba(17, 24, 29, 0.96), rgba(12, 111, 115, 0.88)),
    url("assets/img/hero-sistemas-fintech.png") center / cover;
  color: var(--white);
}

.naranzul-showcase::before {
  opacity: 0.08;
}

.naranzul-showcase-grid {
  align-items: center;
  display: grid;
  gap: clamp(28px, 4vw, 52px);
  grid-template-columns: minmax(280px, 0.56fr) minmax(600px, 1fr);
  position: relative;
  z-index: 1;
}

.naranzul-story h2 {
  max-width: 620px;
}

.naranzul-story p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.66;
  margin-top: 24px;
}

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

.naranzul-metrics div {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  min-height: 116px;
  padding: 18px;
}

.naranzul-metrics strong {
  color: #f1bd69;
  display: block;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
  margin-bottom: 12px;
}

.naranzul-metrics span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.erp-mockup {
  background: rgba(246, 250, 248, 0.96);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
  color: var(--ink);
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  min-height: 560px;
  overflow: hidden;
}

.mockup-sidebar {
  background: #223446;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 18px;
}

.mockup-logo {
  color: #ff8a3d;
  font-size: 21px;
  font-weight: 900;
  margin-bottom: 26px;
}

.mockup-sidebar span {
  border-left: 3px solid transparent;
  font-size: 13px;
  font-weight: 800;
  padding: 11px 10px;
}

.mockup-sidebar .is-selected {
  background: rgba(255, 255, 255, 0.1);
  border-left-color: #ff8a3d;
  color: var(--white);
}

.mockup-workspace {
  display: grid;
  gap: 18px;
  grid-template-rows: auto auto 1fr;
  min-width: 0;
  padding: 22px;
}

.mockup-topbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.mockup-topbar span {
  color: var(--muted);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 5px;
}

.mockup-topbar strong {
  display: block;
  font-size: 24px;
}

.mockup-topbar button {
  background: #ff8a3d;
  border: 0;
  color: #111;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  min-height: 38px;
  padding: 9px 13px;
}

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

.mockup-kpis article {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
  min-height: 116px;
  padding: 18px;
}

.mockup-kpis span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 16px;
}

.mockup-kpis strong {
  color: var(--teal);
  display: block;
  font-size: clamp(21px, 2vw, 29px);
  line-height: 1.05;
}

.mockup-table {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
  display: grid;
  grid-auto-rows: minmax(54px, auto);
  overflow: hidden;
}

.mockup-table > div {
  align-items: center;
  border-bottom: 1px solid rgba(17, 24, 29, 0.09);
  display: grid;
  gap: 8px;
  grid-template-columns: 1.1fr 1.35fr 0.95fr;
  padding: 0 16px;
}

.mockup-table > div:last-child {
  border-bottom: 0;
}

.mockup-table-head {
  background: #e8efec;
  color: var(--steel);
  font-size: 12px;
  font-weight: 900;
}

.mockup-table span {
  font-size: 12px;
  font-weight: 800;
  min-width: 0;
}

.mockup-table mark {
  background: rgba(47, 138, 114, 0.12);
  color: var(--green);
  font-weight: 900;
  padding: 5px 8px;
}

.erp-capability-strip {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 38px;
  position: relative;
  z-index: 1;
}

.erp-capability-strip article {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.11);
  min-height: 230px;
  padding: 26px;
}

.erp-capability-strip span {
  color: #f1bd69;
  display: block;
  font-weight: 900;
  margin-bottom: 36px;
}

.erp-capability-strip h3 {
  font-size: 22px;
}

.erp-capability-strip p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.58;
}

.services {
  background: var(--white);
}

.service-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.service-tab {
  background: #edf4f1;
  border: 1px solid var(--line);
  color: var(--steel);
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  min-height: 46px;
  padding: 12px 16px;
}

.service-tab:hover,
.service-tab.is-active {
  background: var(--ink);
  color: var(--white);
}

.service-display {
  background:
    linear-gradient(120deg, rgba(17, 24, 29, 0.94), rgba(14, 88, 91, 0.9)),
    url("assets/img/hero-sistemas-fintech.png") center / cover;
  box-shadow: var(--shadow);
  color: var(--white);
  min-height: 330px;
  overflow: hidden;
  padding: clamp(34px, 5vw, 60px);
}

.service-panel {
  display: none;
  max-width: 820px;
}

.service-panel.is-active {
  animation: softIn 340ms ease both;
  display: block;
}

.service-panel p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 19px;
}

.process {
  background: var(--graphite);
  color: var(--white);
}

.process::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.82), transparent);
  pointer-events: none;
  position: absolute;
}

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

.process-step {
  background: rgba(255, 255, 255, 0.08);
  min-height: 230px;
  padding: 28px;
}

.process-step span {
  color: #f1bd69;
  display: block;
  font-weight: 900;
  margin-bottom: 42px;
}

.process-step p {
  color: rgba(255, 255, 255, 0.7);
}

.contact {
  align-items: center;
  background:
    linear-gradient(120deg, rgba(247, 249, 247, 0.96), rgba(232, 240, 237, 0.94));
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.whatsapp-link,
.whatsapp-float {
  background: var(--whatsapp);
  color: #07130b;
}

.contact .whatsapp-link {
  box-shadow: 0 18px 36px rgba(37, 211, 102, 0.24);
  min-width: 220px;
}

.whatsapp-float {
  align-items: center;
  bottom: 22px;
  box-shadow: 0 16px 36px rgba(13, 24, 30, 0.24);
  display: inline-flex;
  gap: 10px;
  min-height: 52px;
  padding: 12px 16px;
  position: fixed;
  right: 22px;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 60;
}

.whatsapp-float.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.whatsapp-float span {
  align-items: center;
  background: rgba(255, 255, 255, 0.78);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.whatsapp-float strong {
  font-size: 14px;
}

footer {
  align-items: center;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  padding: 26px clamp(20px, 6vw, 88px);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms ease;
}

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

@keyframes softIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

@media (max-width: 980px) {
  .main-nav {
    display: none;
  }

  .hero-grid,
  .intro,
  .product-stage,
  .finanzul-showcase-grid,
  .naranzul-showcase-grid,
  .process-line,
  .contact {
    grid-template-columns: 1fr;
  }

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

  .signal-panel {
    max-width: 620px;
  }

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

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

@media (max-width: 640px) {
  .site-header {
    height: 64px;
  }

  .hero {
    min-height: 94vh;
    padding-top: 96px;
  }

  h1 {
    font-size: 40px;
  }

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

  .product-feature {
    min-height: auto;
  }

  .service-display {
    min-height: auto;
  }

  .naranzul-metrics,
  .finance-flow,
  .finance-board,
  .finance-capability-grid,
  .mockup-kpis,
  .erp-capability-strip {
    grid-template-columns: 1fr;
  }

  .finance-console {
    min-height: auto;
  }

  .finance-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .finance-ledger {
    overflow-x: auto;
  }

  .finance-ledger > div {
    min-width: 480px;
  }

  .erp-mockup {
    grid-template-columns: 1fr;
    min-height: auto;
  }

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

  .mockup-logo {
    grid-column: 1 / -1;
    margin-bottom: 10px;
  }

  .mockup-table {
    overflow-x: auto;
  }

  .mockup-table > div {
    min-width: 420px;
  }

  .whatsapp-float {
    bottom: 14px;
    left: 14px;
    justify-content: center;
    right: 14px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 82px;
  }
}
