:root {
  --primary: #155e75;
  --secondary: #f97316;
  --tertiary: #16a34a;
  --teal: var(--primary);
  --teal-dark: #0b3c4b;
  --teal-ink: #082f3a;
  --teal-soft: #e8f3f5;
  --orange: var(--secondary);
  --orange-dark: #d95d0b;
  --orange-soft: #fff1e7;
  --green: var(--tertiary);
  --green-soft: #eaf8ef;
  --ink: #102a32;
  --muted: #60757b;
  --line: #d9e4e6;
  --paper: #f7faf9;
  --white: #fff;
  --shadow: 0 24px 60px rgba(8, 47, 58, 0.12);
  --radius: 24px;
  --container: min(1180px, calc(100% - 40px));
  font-family:
    "Onest", "Avenir Next", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  font-synthesis: none;
}

/* Menú de control: jerarquía explícita, menos decisiones y rutas descriptivas */
.site-header.control-header {
  height: 106px;
  padding: 0;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #d7e2e4;
  box-shadow: 0 8px 28px rgba(8, 47, 58, 0.06);
  backdrop-filter: blur(16px);
}

.site-header.control-header::before {
  display: none;
}

.control-strip {
  height: 32px;
  background: var(--teal-ink);
  color: #c7dde1;
}

.control-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  font-size: 0.61rem;
  font-weight: 680;
  letter-spacing: 0.025em;
}

.control-strip-inner p,
.control-strip-inner div {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
}

.control-strip-inner p span {
  width: 7px;
  height: 7px;
  background: #43d878;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(67, 216, 120, 0.12);
}

.control-strip-inner a {
  color: #a7c4ca;
  transition: color 0.2s ease;
}

.control-strip-inner a + a {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.control-strip-inner a:hover {
  color: #fff;
}

.control-strip-inner b {
  margin-left: 5px;
  color: var(--orange);
}

.site-header.control-header .header-inner,
.site-header.control-header.scrolled .header-inner {
  height: 74px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.site-header.control-header .brand {
  align-self: stretch;
  min-width: 254px;
  height: 100%;
  padding: 0 24px 0 0;
  background: transparent;
  border: 0;
  gap: 15px;
}

.site-header.control-header .brand::after {
  content: "";
  position: absolute;
  right: 0;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: #dce6e7;
}

.site-header.control-header .brand img {
  width: 118px;
  height: auto;
  object-fit: contain;
}

.site-header.control-header .brand-context {
  padding-left: 14px;
  border-left: 1px solid #dce6e7;
}

.site-header.control-header .brand-context small {
  color: #82969a;
  font-size: 0.48rem;
}

.site-header.control-header .brand-context b {
  color: var(--teal-ink);
  font-size: 0.59rem;
}

.site-header.control-header .main-nav {
  align-self: stretch;
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-left: auto;
  overflow: visible;
}

.site-header.control-header .nav-primary,
.site-header.control-header .nav-actions {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.site-header.control-header .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}

.site-header.control-header .nav-menu-button,
.site-header.control-header .nav-direct {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 100%;
  padding: 0 15px;
  background: transparent;
  border: 0;
  border-left: 1px solid #edf1f2;
  color: #28474f;
}

.site-header.control-header .nav-menu-button {
  gap: 12px;
  font: inherit;
  cursor: pointer;
}

.site-header.control-header .nav-menu-button::after,
.site-header.control-header .nav-direct::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 3px;
  background: var(--orange);
  transform: none;
  transition: right 0.24s ease;
}

.site-header.control-header .nav-menu-button:hover,
.site-header.control-header .nav-direct:hover,
.site-header.control-header .nav-item.open .nav-menu-button,
.site-header.control-header .nav-direct[aria-current="true"] {
  background: #f2f7f6;
  color: var(--teal);
}

.site-header.control-header .nav-menu-button:hover::after,
.site-header.control-header .nav-direct:hover::after,
.site-header.control-header .nav-item.open .nav-menu-button::after,
.site-header.control-header .nav-direct[aria-current="true"]::after {
  right: 0;
  transform: none;
}

.nav-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
  white-space: nowrap;
}

.nav-label small {
  color: #91a2a6;
  font-size: 0.46rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.nav-label b {
  margin-top: 5px;
  font-size: 0.76rem;
  font-weight: 760;
}

.site-header.control-header .nav-menu-button > i {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #7b9297;
  border-bottom: 1.5px solid #7b9297;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
}

.site-header.control-header .nav-item.open .nav-menu-button > i {
  transform: rotate(225deg) translate(-1px, -1px);
}

.site-header.control-header .nav-actions {
  margin-left: 10px;
}

.site-header.control-header .nav-login {
  min-width: 118px;
  padding: 0 12px;
  font-size: 0.72rem;
}

.site-header.control-header .nav-actions .nav-trial {
  align-self: stretch;
  grid-template-columns: 1fr 28px;
  min-width: 174px;
  height: 100%;
  margin: 0;
  padding: 8px 12px 8px 17px;
  background: var(--orange);
  border-radius: 0;
}

.site-header.control-header .nav-actions .nav-trial:hover {
  background: #df620e;
}

.site-header.control-header .control-menu {
  position: absolute;
  z-index: 140;
  top: calc(100% + 12px);
  left: -254px;
  display: grid;
  grid-template-columns: 230px 1fr;
  width: min(900px, calc(100vw - 40px));
  padding: 0;
  background: #fff;
  border: 1px solid #c8d7d9;
  border-top: 4px solid var(--orange);
  box-shadow: 0 30px 80px rgba(8, 47, 58, 0.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.site-header.control-header .control-menu::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 306px;
  width: 18px;
  height: 18px;
  background: var(--orange);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.site-header.control-header .nav-item.open .control-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

.control-menu-heading {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 310px;
  padding: 28px 25px;
  background: var(--teal-ink);
  color: #fff;
  overflow: hidden;
}

.control-menu-index {
  position: absolute;
  top: -18px;
  right: -2px;
  color: rgba(255, 255, 255, 0.055);
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
}

.control-menu-heading small {
  color: var(--orange);
  font-size: 0.52rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.control-menu-heading h2 {
  margin: 11px 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.15;
}

.control-menu-heading p {
  margin: 0;
  color: #9bbbc2;
  font-size: 0.73rem;
  line-height: 1.5;
}

.control-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 23px 20px 66px;
}

.control-menu-grid section {
  padding: 0 12px;
  border-left: 1px solid #e1e8e9;
}

.control-menu-grid section:first-child {
  border-left: 0;
}

.control-group-title {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 55px;
  padding-bottom: 13px;
  border-bottom: 1px solid #dce5e6;
}

.control-group-title > span {
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  background: var(--teal-soft);
  color: var(--teal);
  border-radius: 50%;
  font-size: 0.55rem;
  font-weight: 900;
}

.control-group-title p {
  display: flex;
  flex-direction: column;
  margin: 0;
  line-height: 1.2;
}

.control-group-title b {
  color: var(--teal-ink);
  font-size: 0.78rem;
}

.control-group-title small {
  margin-top: 3px;
  color: #84979b;
  font-size: 0.52rem;
  font-weight: 550;
  letter-spacing: 0;
}

.control-menu-grid section > a {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 77px;
  padding: 13px 23px 12px 8px;
  border-bottom: 1px solid #edf1f1;
  transition: background 0.2s ease, padding-left 0.2s ease;
}

.control-menu-grid section > a:hover {
  padding-left: 12px;
  background: #f2f7f6;
}

.control-menu-grid section > a span {
  color: #183b44;
  font-size: 0.7rem;
  font-weight: 760;
}

.control-menu-grid section > a small {
  margin-top: 4px;
  color: #6c8186;
  font-size: 0.57rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35;
}

.control-menu-grid section > a > b {
  position: absolute;
  top: 13px;
  right: 7px;
  color: #9aabad;
  font-size: 0.68rem;
}

.control-menu-grid section > a:hover > b {
  color: var(--orange);
}

.control-menu-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 230px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 24px;
  background: #f1f6f5;
  border-top: 1px solid #d9e4e5;
  color: #71868b;
  font-size: 0.62rem;
}

.control-menu-footer b {
  color: var(--teal);
  font-size: 0.65rem;
}

.control-menu-footer i {
  margin-left: 8px;
  color: var(--orange);
  font-style: normal;
}

@media (max-width: 1140px) {
  .site-header.control-header .brand {
    min-width: 190px;
  }

  .site-header.control-header .brand-context {
    display: none;
  }

  .site-header.control-header .nav-menu-button,
  .site-header.control-header .nav-direct {
    min-width: auto;
    padding-inline: 10px;
  }

  .site-header.control-header .nav-actions {
    margin-left: 2px;
  }

  .site-header.control-header .nav-login {
    min-width: 96px;
    padding-inline: 8px;
  }
}

/* Navegación minimalista */
.site-header.minimal-header {
  height: 76px;
  padding: 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #dce5e6;
  box-shadow: 0 6px 24px rgba(8, 47, 58, 0.05);
  backdrop-filter: blur(16px);
}

.site-header.minimal-header::before {
  display: none;
}

.site-header.minimal-header .header-inner,
.site-header.minimal-header.scrolled .header-inner {
  height: 76px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.site-header.minimal-header .brand {
  align-self: center;
  min-width: 0;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
}

.site-header.minimal-header .brand::after {
  display: none;
}

.site-header.minimal-header .brand img {
  display: block;
  width: 116px;
  height: auto;
  object-fit: contain;
}

.site-header.minimal-header .main-nav {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
  overflow: visible;
}

.site-header.minimal-header .nav-primary,
.site-header.minimal-header .nav-actions {
  display: flex;
  align-items: center;
  height: 100%;
}

.site-header.minimal-header .nav-primary {
  gap: 4px;
}

.site-header.minimal-header .nav-direct {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 100%;
  padding: 0 13px;
  background: transparent;
  border: 0;
  color: #435c62;
  font-size: 0.78rem;
  font-weight: 680;
  transition: color 0.2s ease;
}

.site-header.minimal-header .nav-direct::after {
  content: "";
  position: absolute;
  right: 13px;
  bottom: 0;
  left: 13px;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.site-header.minimal-header .nav-direct:hover,
.site-header.minimal-header .nav-direct[aria-current="true"] {
  background: transparent;
  color: var(--teal);
}

.site-header.minimal-header .nav-direct:hover::after,
.site-header.minimal-header .nav-direct[aria-current="true"]::after {
  right: 13px;
  transform: scaleX(1);
}

.site-header.minimal-header .nav-actions {
  gap: 10px;
  margin: 0;
}

.site-header.minimal-header .nav-login {
  min-width: 0;
  padding: 10px 5px;
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 750;
}

.site-header.minimal-header .nav-actions .nav-trial {
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 150px;
  height: 46px;
  padding: 0 14px 0 18px;
  background: var(--teal-ink);
  border-radius: 8px;
  color: #fff !important;
  transform: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.site-header.minimal-header .nav-actions .nav-trial::before {
  display: none;
}

.site-header.minimal-header .nav-trial > span {
  display: inline;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 780;
  line-height: 1;
}

.site-header.minimal-header .nav-trial > i {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  background: var(--orange);
  border-radius: 50%;
  color: #fff;
  font-size: 0.68rem;
  font-style: normal;
}

.site-header.minimal-header .nav-actions .nav-trial:hover {
  background: var(--teal);
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .site-header.minimal-header .main-nav {
    gap: 12px;
  }

  .site-header.minimal-header .nav-direct {
    padding-inline: 9px;
    font-size: 0.72rem;
  }

  .site-header.minimal-header .nav-direct::after {
    right: 9px;
    left: 9px;
  }

  .site-header.minimal-header .nav-actions .nav-trial {
    min-width: 136px;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 70px;
  }

  .site-header.minimal-header,
  .site-header.minimal-header .header-inner,
  .site-header.minimal-header.scrolled .header-inner {
    height: 70px;
  }

  .site-header.minimal-header .brand img {
    width: 108px;
  }

  .site-header.minimal-header .menu-toggle {
    position: relative;
    display: grid;
    place-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    background: transparent;
    border: 1px solid #ccdadd;
    border-radius: 8px;
  }

  .site-header.minimal-header .menu-toggle i {
    width: 21px;
    background: var(--teal-ink);
  }

  .site-header.minimal-header .menu-toggle[aria-expanded="true"] {
    background: var(--teal-ink);
    border-color: var(--teal-ink);
  }

  .site-header.minimal-header .menu-toggle[aria-expanded="true"] i {
    background: #fff;
  }

  .site-header.minimal-header .main-nav {
    position: fixed;
    inset: 70px 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    height: calc(100dvh - 70px);
    margin: 0;
    padding: 22px 20px 28px;
    background: #fff;
    overflow-y: auto;
    transform: translateX(105%);
    visibility: hidden;
    transition: transform 0.3s ease, visibility 0.3s ease;
  }

  .site-header.minimal-header .main-nav::before {
    display: none;
  }

  .site-header.minimal-header .main-nav.open {
    transform: none;
    visibility: visible;
  }

  .site-header.minimal-header .nav-primary,
  .site-header.minimal-header .nav-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: auto;
  }

  .site-header.minimal-header .nav-primary {
    gap: 0;
  }

  .site-header.minimal-header .nav-direct {
    justify-content: flex-start;
    width: 100%;
    min-height: 60px;
    height: auto;
    padding: 0 4px;
    border-bottom: 1px solid #e1e8e9;
    color: #183b44;
    font-size: 1rem;
  }

  .site-header.minimal-header .nav-direct::after {
    display: none;
  }

  .site-header.minimal-header .nav-actions {
    gap: 10px;
    margin-top: 24px;
  }

  .site-header.minimal-header .nav-login {
    justify-content: center;
    min-height: 46px;
    padding: 0;
    border: 1px solid #cbd9db;
    border-radius: 8px;
  }

  .site-header.minimal-header .nav-actions .nav-trial {
    width: 100%;
    height: 52px;
    margin: 0;
  }
}

@media (max-width: 900px) {
  .site-header.control-header .nav-label small {
    display: none;
  }

  .site-header.control-header .nav-label b {
    margin-top: 0;
    font-size: 0.72rem;
  }

  .site-header.control-header .nav-login {
    display: none;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 72px;
  }

  .site-header.control-header {
    height: 70px;
  }

  .control-strip {
    display: none;
  }

  .site-header.control-header .header-inner,
  .site-header.control-header.scrolled .header-inner {
    height: 70px;
  }

  .site-header.control-header .brand {
    min-width: 0;
    padding-right: 15px;
  }

  .site-header.control-header .brand::after {
    display: none;
  }

  .site-header.control-header .brand img {
    width: 112px;
  }

  .site-header.control-header .menu-toggle {
    position: relative;
    display: grid;
    place-content: center;
    width: 46px;
    height: 46px;
    margin: 0;
    padding: 10px;
    background: var(--teal-ink);
    border: 0;
    border-radius: 0;
  }

  .site-header.control-header .menu-toggle i {
    width: 22px;
    background: #fff;
  }

  .site-header.control-header .main-nav {
    position: fixed;
    inset: 70px 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: calc(100dvh - 70px);
    margin: 0;
    padding: 22px 20px 24px;
    background: #f5f8f7;
    overflow-y: auto;
    transform: translateX(105%);
    visibility: hidden;
    transition: transform 0.32s ease, visibility 0.32s ease;
  }

  .site-header.control-header .main-nav::before {
    display: none;
  }

  .site-header.control-header .main-nav.open {
    transform: none;
    visibility: visible;
  }

  .site-header.control-header .nav-primary,
  .site-header.control-header .nav-actions {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .site-header.control-header .nav-item {
    display: block;
  }

  .site-header.control-header .nav-menu-button,
  .site-header.control-header .nav-direct {
    justify-content: space-between;
    width: 100%;
    min-height: 66px;
    height: auto;
    padding: 12px 5px;
    border: 0;
    border-bottom: 1px solid #d4e0e2;
    background: transparent;
  }

  .site-header.control-header .nav-label small {
    display: block;
    color: #8a9da1;
  }

  .site-header.control-header .nav-label b {
    margin-top: 5px;
    font-size: 1.08rem;
  }

  .site-header.control-header .nav-menu-button::after,
  .site-header.control-header .nav-direct::after {
    display: none;
  }

  .site-header.control-header .control-menu {
    position: static;
    display: block;
    width: 100%;
    max-height: 0;
    padding: 0 0 0 12px;
    border: 0;
    border-left: 3px solid var(--orange);
    box-shadow: none;
    opacity: 1;
    visibility: hidden;
    overflow: hidden;
    transform: none;
    transition: max-height 0.4s ease, margin 0.4s ease;
  }

  .site-header.control-header .control-menu::before,
  .control-menu-heading,
  .control-menu-footer {
    display: none;
  }

  .site-header.control-header .nav-item.open .control-menu {
    max-height: 850px;
    margin: 10px 0 14px;
    visibility: visible;
  }

  .control-menu-grid {
    display: block;
    padding: 0;
  }

  .control-menu-grid section {
    padding: 0 8px;
    border: 0;
  }

  .control-group-title {
    min-height: 48px;
    padding: 8px 0;
  }

  .control-menu-grid section > a {
    min-height: 60px;
    padding-block: 10px;
  }

  .site-header.control-header .nav-actions {
    gap: 10px;
    margin: 18px 0 0;
  }

  .site-header.control-header .nav-login {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    min-height: 48px;
    padding: 0 5px;
  }

  .site-header.control-header .nav-actions .nav-trial {
    width: 100%;
    min-width: 0;
    height: 66px;
  }

  .site-header.control-header .mobile-menu-note {
    display: block;
    margin: auto 0 0;
    padding-top: 20px;
    border-top: 1px solid #d4e0e2;
    color: #758b90;
    font-size: 0.62rem;
    letter-spacing: 0.06em;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

button,
a {
  touch-action: manipulation;
}

button {
  font: inherit;
}

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

.container {
  width: var(--container);
  margin-inline: auto;
}

.section {
  padding: 112px 0;
}

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  background: var(--white);
  color: var(--teal);
  padding: 10px 16px;
  border-radius: 8px;
  transform: translateY(-150%);

  &:focus {
    transform: none;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 0.91rem;
  font-weight: 800;
  line-height: 1.2;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;

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

  &.button-primary {
    background: var(--orange);
    color: #fff;
    box-shadow: 0 10px 22px rgba(249, 115, 22, 0.22);

    &:hover {
      background: var(--orange-dark);
      box-shadow: 0 12px 28px rgba(249, 115, 22, 0.3);
    }
  }

  &.button-outline {
    border-color: #b9cdd2;
    background: #fff;
    color: var(--teal);

    &:hover {
      border-color: var(--teal);
      background: var(--teal-soft);
    }
  }

  &.button-small {
    min-height: 42px;
    padding: 10px 17px;
  }

  &.button-large {
    min-height: 58px;
    padding: 17px 26px;
  }
}

.button:focus-visible,
.main-nav a:focus-visible,
.text-link:focus-visible,
.inline-cta:focus-visible,
summary:focus-visible,
.menu-toggle:focus-visible {
  outline: 3px solid rgba(249, 115, 22, 0.45);
  outline-offset: 3px;
}

.kicker,
.eyebrow,
.chapter-number {
  margin: 0 0 16px;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 750px;
  margin-bottom: 55px;

  &.centered {
    text-align: center;
    margin-inline: auto;
  }

  > p:last-child {
    max-width: 650px;
    margin: 20px auto 0;
    color: var(--muted);
    font-size: 1.05rem;
  }
}

.section-heading h2,
.feature-copy h2,
.reports-copy h2,
.multi-intro h2,
.faq-intro h2,
.final-cta h2 {
  margin: 0;
  color: var(--teal-ink);
  font-size: clamp(2.15rem, 4vw, 4rem);
  line-height: 1.06;
  letter-spacing: -0.055em;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;

  &.is-visible {
    opacity: 1;
    transform: none;
  }
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(21, 94, 117, 0.09);
  backdrop-filter: blur(14px);
  transition: box-shadow 0.25s;
}

/* Capa de identidad comercial del menú */
html {
  scroll-padding-top: 122px;
}

.site-header {
  height: 110px;
  padding-top: 0;
  background: #fff;

  .header-inner,
  &.scrolled .header-inner {
    height: 74px;
    border-top: 0;
    border-bottom: 0;
    box-shadow: none;
  }

  .brand {
    position: relative;

    &::after {
      content: "";
      position: absolute;
      right: 0;
      top: 18px;
      bottom: 18px;
      width: 3px;
      background: var(--orange);
    }
  }

  .mega-menu {
    top: calc(100% + 49px);
    border-top-width: 5px;
    box-shadow:
      0 2px 0 rgba(8, 47, 58, 0.04),
      0 32px 80px rgba(8, 47, 58, 0.24);
  }

  .mega-solutions {
    grid-template-columns: 255px 1fr;
    gap: 0;
    padding: 0;

    .mega-intro {
      padding: 29px 27px;
      background: var(--teal-ink);
      border: 0;

      > small {
        color: var(--orange);
      }

      h2 {
        color: #fff;
        font-size: 1.55rem;
      }

      p {
        color: #9ebfc6;
        font-size: 0.78rem;
      }

      &::after {
        content: "01 / SOLUCIONES";
        display: block;
        margin-top: 36px;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.13);
        color: #618d97;
        font-size: 0.5rem;
        font-weight: 800;
        letter-spacing: 0.14em;
      }
    }

    .solution-list {
      padding: 19px;
      background: #fff;
    }

    .solution-list a {
      border-bottom: 1px solid #e7edee;

      &:nth-child(1) .solution-symbol {
        background: #fff0e6;
        color: #d95d0b;
      }

      &:nth-child(2) .solution-symbol {
        background: #e9f5f7;
        color: var(--teal);
      }

      &:nth-child(3) .solution-symbol {
        background: #eaf8ef;
        color: var(--green);
      }

      &:nth-child(4) .solution-symbol {
        background: #fff7df;
        color: #a66e09;
      }

      &:nth-child(5) .solution-symbol {
        background: #eef0f8;
        color: #506399;
      }
    }

    .mega-footer-link {
      margin: 0;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
  }

  .mega-product {
    background:
      linear-gradient(90deg, #fff 0 72%, #f2f6f5 72% 100%);

    .mega-product-head > div {
      position: relative;
      padding-left: 16px;

      &::before {
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        bottom: 2px;
        width: 4px;
        background: var(--orange);
      }
    }
  }

  .mega-resources {
    background: linear-gradient(135deg, #fff 0 78%, #edf5f4 78% 100%);

    &::after {
      content: "04";
      position: absolute;
      right: 13px;
      bottom: 3px;
      color: rgba(21, 94, 117, 0.08);
      font-size: 4.5rem;
      font-weight: 900;
      line-height: 1;
      pointer-events: none;
    }
  }
}

.business-context-bar {
  height: 36px;
  background: var(--teal-ink);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);

  .business-context-inner {
    display: flex;
    align-items: center;
    height: 100%;
  }

  strong {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #d5e6e9;
    font-size: 0.64rem;
    font-weight: 750;
    white-space: nowrap;

    i {
      width: 7px;
      height: 7px;
      background: var(--green);
      border-radius: 50%;
      box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.14);
    }
  }

  nav {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 28px;

    a {
      color: #8fb1b8;
      font-size: 0.59rem;
      font-weight: 650;
      transition: color 0.2s ease;

      &:hover {
        color: #fff;
      }
    }

    span {
      color: #476f78;
    }
  }

  p {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 0 auto;
    color: #7fa3ab;
    font-size: 0.55rem;

    i {
      color: var(--orange);
      font-style: normal;
    }

    b {
      color: #fff;
      font-size: 0.6rem;
    }
  }
}

@media (max-width: 1050px) {
  .business-context-bar nav a:nth-of-type(n + 4),
  .business-context-bar nav span:nth-of-type(n + 4) {
    display: none;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 80px;
  }

  .site-header {
    height: 76px;

    .business-context-bar {
      display: none;
    }

    .mega-menu {
      top: auto;
    }

    .mega-solutions {
      padding-inline: 14px;

      .mega-intro {
        margin-inline: -14px;
        padding: 20px 18px;

        &::after {
          display: none;
        }
      }

      .solution-list {
        padding: 10px 0;
      }

      .mega-footer-link {
        margin-inline: -14px;
      }
    }
  }
}

/* Mega menú comercial — identificación, producto, precio y recursos */
.site-header {
  .main-nav {
    overflow: visible;
  }

  .nav-primary {
    display: flex;
    align-items: stretch;
    height: 100%;
  }

  .nav-item {
    position: relative;
    display: flex;
    align-items: stretch;

    &.open {
      .nav-menu-button {
        color: var(--teal);
        background: #f0f5f4;

        &::after {
          transform: scaleX(1);
        }

        > span {
          color: var(--orange);
          transform: rotate(180deg);
        }
      }

      .mega-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
      }
    }
  }

  .nav-menu-button,
  .nav-direct {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 104px;
    height: 100%;
    padding: 0 15px;
    border: 0;
    border-left: 1px solid #e2e9ea;
    background: #fff;
    color: #314e55;
    font: inherit;
    font-size: 0.84rem;
    font-weight: 720;
    cursor: pointer;
    white-space: nowrap;

    &::after {
      content: "";
      position: absolute;
      left: 15px;
      right: 15px;
      bottom: 0;
      height: 3px;
      background: var(--orange);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.22s ease;
    }

    &:hover,
    &[aria-current="true"] {
      color: var(--teal);
      background: #f0f5f4;

      &::after {
        transform: scaleX(1);
      }
    }
  }

  .nav-menu-button > span {
    color: #81969b;
    font-size: 0.75rem;
    transition:
      color 0.2s ease,
      transform 0.2s ease;
  }

  .nav-actions {
    display: flex;
    align-items: stretch;
    height: 100%;
    margin-left: auto;
  }

  .nav-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 132px;
    padding-inline: 14px;
    color: var(--teal);
    font-size: 0.78rem;
    font-weight: 780;
    white-space: nowrap;

    span {
      display: grid;
      place-items: center;
      width: 23px;
      height: 23px;
      border: 1px solid #adc3c8;
      border-radius: 50%;
      font-size: 0.65rem;
      transition:
        color 0.2s ease,
        border-color 0.2s ease;
    }

    &:hover span {
      color: var(--orange);
      border-color: var(--orange);
    }
  }

  .nav-actions .nav-trial {
    grid-template-columns: 1fr 27px;
    min-width: 174px;
    padding-inline: 17px 12px;

    > i {
      justify-self: end;
    }
  }

  .mega-menu {
    position: absolute;
    z-index: 120;
    top: calc(100% + 13px);
    padding: 25px;
    background: #fff;
    border: 1px solid #c8d7d9;
    border-top: 4px solid var(--orange);
    box-shadow: 0 28px 70px rgba(8, 47, 58, 0.2);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 0.2s ease,
      visibility 0.2s ease,
      transform 0.2s ease;

    &::before {
      content: "";
      position: absolute;
      top: -12px;
      width: 18px;
      height: 18px;
      background: var(--orange);
      clip-path: polygon(50% 0, 100% 100%, 0 100%);
    }

    h2 {
      margin: 8px 0 10px;
      color: var(--teal-ink);
      font-size: 1.42rem;
      line-height: 1.16;
      letter-spacing: -0.035em;
    }

    small {
      color: #789095;
      font-size: 0.59rem;
      font-weight: 800;
      letter-spacing: 0.08em;
    }
  }

  .mega-solutions {
    left: -120px;
    display: grid;
    grid-template-columns: 245px 1fr;
    width: 720px;
    gap: 24px;

    &::before {
      left: 166px;
    }
  }

  .mega-intro {
    padding: 8px 24px 8px 3px;
    border-right: 1px solid #dce5e6;

    > small {
      color: var(--orange);
    }

    p {
      margin: 0;
      color: #657b80;
      font-size: 0.78rem;
      line-height: 1.6;
    }
  }

  .solution-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;

    a {
      display: grid;
      grid-template-columns: 37px 1fr 14px;
      align-items: center;
      gap: 9px;
      min-height: 66px;
      padding: 9px;
      border: 1px solid transparent;
      transition:
        border-color 0.2s ease,
        background 0.2s ease;

      &:hover {
        background: #f2f7f6;
        border-color: #d2e1e3;

        > i {
          color: var(--orange);
          transform: translateX(2px);
        }
      }

      p {
        display: flex;
        flex-direction: column;
        margin: 0;
      }

      b {
        color: var(--teal-ink);
        font-size: 0.75rem;
      }

      small {
        margin-top: 2px;
        color: #71868b;
        font-size: 0.61rem;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1.35;
      }

      > i {
        color: #91a5a9;
        font-size: 0.7rem;
        font-style: normal;
        transition:
          color 0.2s ease,
          transform 0.2s ease;
      }
    }
  }

  .solution-symbol {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    background: var(--teal-soft);
    color: var(--teal);
    border-radius: 9px;
    font-size: 0.56rem;
    font-weight: 900;
  }

  .mega-footer-link {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 0 -25px -25px;
    padding: 14px 25px;
    background: var(--teal-ink);
    color: #fff;
    font-size: 0.68rem;

    span {
      color: #83adb6;
    }

    b {
      color: #fff;
    }
  }

  .mega-product {
    left: -210px;
    width: 850px;

    &::before {
      left: 268px;
    }
  }

  .mega-product-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dce5e6;

    h2 {
      margin-bottom: 0;
    }

    > div > small {
      color: var(--orange);
    }

    > a {
      color: var(--teal);
      font-size: 0.68rem;
      font-weight: 800;
      white-space: nowrap;

      span {
        margin-left: 5px;
        color: var(--orange);
      }
    }
  }

  .product-menu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 0.9fr;
    gap: 22px;
    padding-top: 20px;
  }

  .product-menu-group {
    display: flex;
    flex-direction: column;

    > small {
      margin-bottom: 8px;
      color: #789095;
    }

    > a {
      display: flex;
      flex-direction: column;
      padding: 9px 10px;
      border-left: 2px solid transparent;

      &:hover {
        background: #f2f7f6;
        border-left-color: var(--orange);
      }

      b {
        color: var(--teal-ink);
        font-size: 0.76rem;
      }

      span {
        margin-top: 2px;
        color: #71868b;
        font-size: 0.62rem;
        line-height: 1.4;
      }
    }
  }

  .product-menu-feature {
    padding: 17px;
    background: var(--teal-ink);
    color: #fff;

    > small {
      color: #74a1ab;
    }

    > a {
      padding: 0;

      &:hover {
        background: transparent;
        border-color: transparent;
      }

      b {
        color: #fff;
        font-size: 0.88rem;
      }

      span {
        color: #afcbd1;
      }

      i {
        margin-top: 18px;
        color: var(--orange);
        font-size: 0.66rem;
        font-style: normal;
        font-weight: 800;
      }
    }

    p {
      margin: auto 0 0;
      padding-top: 18px;
      border-top: 1px solid rgba(255, 255, 255, 0.13);
      color: #89adb5;
      font-size: 0.58rem;
      line-height: 1.5;
    }
  }

  .mega-resources {
    right: 0;
    width: 370px;

    &::before {
      right: 42px;
    }

    > small {
      display: block;
      margin-bottom: 11px;
      color: var(--orange);
    }

    > a,
    .resource-pending {
      display: grid;
      grid-template-columns: 35px 1fr auto;
      align-items: center;
      gap: 10px;
      min-height: 64px;
      padding: 9px 4px;
      border-top: 1px solid #e0e7e8;

      > span {
        display: grid;
        place-items: center;
        width: 33px;
        height: 33px;
        background: var(--teal-soft);
        color: var(--teal);
        border-radius: 50%;
        font-weight: 850;
      }

      p {
        display: flex;
        flex-direction: column;
        margin: 0;
      }

      b {
        color: var(--teal-ink);
        font-size: 0.75rem;
      }

      small {
        margin-top: 2px;
        font-size: 0.61rem;
        font-weight: 500;
        letter-spacing: 0;
      }

      i {
        color: var(--orange);
        font-style: normal;
      }
    }

    .resource-pending {
      opacity: 0.62;

      em {
        padding: 4px 6px;
        background: #edf2f2;
        color: #60777c;
        font-size: 0.44rem;
        font-style: normal;
        font-weight: 850;
        letter-spacing: 0.05em;
      }
    }
  }

  @media (max-width: 1120px) {
    .nav-menu-button,
    .nav-direct {
      min-width: auto;
      padding-inline: 11px;
      font-size: 0.78rem;
    }

    .nav-login {
      min-width: 112px;
      padding-inline: 9px;
    }

    .nav-actions .nav-trial {
      min-width: 158px;
    }
  }

  @media (max-width: 900px) {
    .nav-menu-button,
    .nav-direct {
      padding-inline: 8px;
      font-size: 0.73rem;
    }

    .nav-login {
      min-width: 97px;
      font-size: 0.7rem;

      span {
        display: none;
      }
    }

    .nav-actions .nav-trial {
      min-width: 142px;
      padding-inline: 12px 8px;

      small {
        display: none;
      }
    }
  }

  @media (max-width: 820px) {
    .main-nav {
      overflow-y: auto;
    }

    .nav-primary,
    .nav-actions {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: auto;
    }

    .nav-item {
      display: block;

      &.open .mega-menu {
        max-height: 1000px;
        margin-bottom: 12px;
      }
    }

    .nav-menu-button,
    .nav-direct {
      justify-content: space-between;
      width: 100%;
      min-height: 62px;
      height: auto;
      padding: 12px 5px;
      border: 0;
      border-bottom: 1px solid #d6e1e3;
      background: transparent;
      font-size: 1.08rem;

      &::after {
        left: 0;
        right: 100%;
      }
    }

    .mega-menu {
      position: static;
      width: 100%;
      max-height: 0;
      padding: 0 14px;
      border: 0;
      border-left: 3px solid var(--orange);
      box-shadow: none;
      opacity: 1;
      visibility: hidden;
      overflow: hidden;
      transform: none;
      transition:
        max-height 0.35s ease,
        margin 0.35s ease;

      &::before {
        display: none;
      }
    }

    .mega-solutions,
    .mega-product,
    .mega-resources {
      display: block;
    }

    .mega-intro,
    .mega-product-head {
      padding: 18px 4px 14px;
      border: 0;
    }

    .mega-intro h2,
    .mega-product-head h2 {
      font-size: 1.15rem;
    }

    .solution-list,
    .product-menu-grid {
      grid-template-columns: 1fr;
      gap: 3px;
      padding: 0 0 12px;
    }

    .solution-list a:nth-child(n + 4) {
      display: none;
    }

    .mega-footer-link {
      display: block;
      margin: 0 -14px;
      padding: 13px 14px;

      span {
        display: none;
      }
    }

    .product-menu-group {
      padding-bottom: 12px;
    }

    .product-menu-feature {
      margin-bottom: 14px;
    }

    .mega-resources {
      padding-top: 12px;
      padding-bottom: 12px;
    }

    .nav-actions {
      gap: 10px;
      margin: 20px 0 0;
    }

    .nav-login {
      justify-content: flex-start;
      width: 100%;
      min-height: 48px;
      padding-inline: 5px;
      font-size: 0.82rem;

      span {
        display: grid;
      }
    }

    .nav-actions .nav-trial {
      display: grid;
      grid-template-columns: 1fr 28px;
      width: 100%;
      min-width: 0;
      height: 64px;
      margin: 0;
      padding-inline: 17px;

      small {
        display: block;
      }
    }
  }
}

.site-header.scrolled {
  box-shadow: 0 8px 30px rgba(8, 47, 58, 0.08);
}

.header-inner {
  /*height: 74px;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.35rem;
  font-weight: 650;
  letter-spacing: -0.04em;
}

.brand-name strong {
  color: var(--orange);
  font-size: 0.72em;
  letter-spacing: 0.04em;
}

.brand-mark {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: var(--teal);
  border-radius: 9px;
  overflow: hidden;
  transform: rotate(-4deg);
}

.brand-mark > span:first-child {
  position: absolute;
  width: 17px;
  height: 5px;
  background: #fff;
  border-radius: 6px;
  top: 8px;
  left: 7px;
  transform: rotate(45deg);
}

.brand-mark > span:last-child {
  position: absolute;
  width: 17px;
  height: 5px;
  background: var(--orange);
  border-radius: 6px;
  bottom: 8px;
  left: 7px;
  transform: rotate(-45deg);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav > a:not(.button) {
  font-size: 0.88rem;
  font-weight: 700;
  color: #39545c;
}

.main-nav > a:not(.button):hover {
  color: var(--teal);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
}

.menu-toggle i {
  display: block;
  height: 2px;
  background: var(--teal);
  margin: 5px 0;
  border-radius: 2px;
  transition: 0.25s;
}

/* Hero */
.hero {
  position: relative;
  background: linear-gradient(110deg, #f2f8f7 0%, #fff 55%, #eef6f7 100%);
  padding: 76px 0 92px;
  overflow: hidden;
}

.hero:before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(21, 94, 117, 0.1);
  border-radius: 50%;
  right: -250px;
  top: -290px;
  box-shadow:
    0 0 0 55px rgba(21, 94, 117, 0.025),
    0 0 0 110px rgba(21, 94, 117, 0.025);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 58px;
  align-items: center;
  z-index: 2;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
}

.eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--orange);
}

.hero h1 {
  margin: 0;
  color: var(--teal-ink);
  font-size: clamp(3rem, 5vw, 5.6rem);
  line-height: 0.94;
  letter-spacing: -0.075em;
  font-weight: 780;
}

.hero h1 em {
  color: var(--teal);
  font-style: normal;
}

.hero-lead {
  max-width: 575px;
  margin: 27px 0 28px;
  color: #4d666e;
  font-size: 1.14rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hero-actions .button span {
  padding-left: 9px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 0.72rem;
}

.text-link {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--teal);
}

.text-link span {
  margin-left: 6px;
  color: var(--orange);
}

.hero-points {
  display: flex;
  gap: 24px;
  padding: 0;
  margin: 25px 0 0;
  list-style: none;
  color: #4f696f;
  font-size: 0.8rem;
  font-weight: 650;
}

.check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background: var(--green-soft);
  color: var(--green);
  border-radius: 50%;
  font-size: 0.65rem;
}

.hero-product {
  position: relative;
  min-width: 0;
  perspective: 1200px;
}

.product-window {
  position: relative;
  border: 1px solid rgba(21, 94, 117, 0.15);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 38px 80px rgba(8, 47, 58, 0.2);
  overflow: hidden;
  transform: rotateY(-2deg) rotateX(1deg);
}

.window-topbar {
  height: 48px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8eeee;
  background: #fbfdfd;
  font-size: 0.68rem;
}

.window-brand {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 850;
}

.mini-mark {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 5px solid var(--teal);
  border-top-color: var(--orange);
  border-radius: 5px;
  transform: rotate(45deg);
}

.branch-pill {
  margin: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #526b71;
  background: #edf4f5;
  padding: 5px 10px;
  border-radius: 20px;
}

.branch-pill span {
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
}

.avatar {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  background: var(--teal);
  color: #fff;
  border-radius: 50%;
  font-size: 0.55rem;
  font-weight: 800;
}

.pos-body {
  height: 430px;
  display: grid;
  grid-template-columns: 44px 1fr 210px;
  background: #f5f8f8;
}

.pos-sidebar {
  padding: 12px 7px;
  background: var(--teal-ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  color: #79a1aa;
}

.pos-sidebar span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  font-size: 0.72rem;
}

.pos-sidebar .side-active {
  background: var(--orange);
  color: #fff;
}

.catalog {
  padding: 18px 14px;
}

.mock-heading,
.cart-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mock-heading div,
.cart-title div {
  display: flex;
  flex-direction: column;
}

.mock-heading small,
.cart-title small {
  color: #84969a;
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mock-heading strong,
.cart-title strong {
  font-size: 0.85rem;
}

.mock-heading > span {
  color: #84969a;
  font-size: 0.58rem;
}

.search-mock {
  margin: 12px 0 10px;
  padding: 9px;
  background: #fff;
  border: 1px solid #e3ebec;
  border-radius: 6px;
  color: #8a999c;
  font-size: 0.6rem;
}

.category-row {
  display: flex;
  gap: 8px;
  margin-bottom: 11px;
  font-size: 0.58rem;
}

.category-row > * {
  padding: 4px 8px;
  border-radius: 12px;
  color: #70868b;
}

.category-row b {
  background: var(--teal);
  color: #fff;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.product-tile {
  height: 105px;
  padding: 9px;
  background: #fff;
  border: 1px solid #e3eaeb;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 0.57rem;
}

.product-tile small {
  color: var(--teal);
  font-weight: 800;
}

.product-art {
  height: 53px;
  border-radius: 5px;
  background: #e9f1f2;
  position: relative;
}

.product-art:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 29px;
  background: currentColor;
  border-radius: 5px 5px 3px 3px;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.82;
}

.product-art.orange {
  color: #e88032;
  background: #fff0e5;
}

.product-art.green {
  color: #4ba565;
  background: #e9f8ee;
}

.product-art.blue {
  color: #4a8ca0;
  background: #e6f2f5;
}

.product-art.yellow {
  color: #dda929;
  background: #fff8dc;
}

.product-art.mint {
  color: #54a99a;
  background: #e5f5f2;
}

.product-art.coral {
  color: #e47465;
  background: #fceae7;
}

.cart-panel {
  background: #fff;
  padding: 17px 13px;
  border-left: 1px solid #e1eaeb;
  display: flex;
  flex-direction: column;
}

.client-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 15px 0;
  padding: 9px;
  background: #f0f6f6;
  border-radius: 7px;
}

.client-icon {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: 0.55rem;
}

.client-row div {
  display: flex;
  flex-direction: column;
  font-size: 0.58rem;
}

.client-row small {
  color: #7f9297;
}

.cart-item {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 6px;
  padding: 11px 0;
  border-bottom: 1px solid #edf1f2;
  font-size: 0.57rem;
}

.cart-item > span {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid #d6e1e3;
  border-radius: 5px;
}

.cart-item div {
  display: flex;
  flex-direction: column;
}

.cart-item small {
  color: #8b9b9e;
}

.cart-summary {
  margin-top: auto;
}

.cart-summary p {
  display: flex;
  justify-content: space-between;
  margin: 6px 0;
  font-size: 0.62rem;
}

.cart-summary .total {
  align-items: end;
  padding-top: 8px;
  border-top: 1px dashed #ccdadd;
}

.cart-summary .total strong {
  font-size: 1.25rem;
  color: var(--teal);
}

.cart-panel button {
  border: 0;
  border-radius: 7px;
  background: var(--orange);
  color: #fff;
  padding: 10px;
  font-size: 0.66rem;
  font-weight: 800;
}

.floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  border: 1px solid rgba(21, 94, 117, 0.12);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 11px;
  box-shadow: 0 15px 35px rgba(8, 47, 58, 0.15);
  font-size: 0.65rem;
}

.floating-card div {
  display: flex;
  flex-direction: column;
}

.floating-card small {
  color: #71868c;
}

.status-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  background: var(--green-soft);
  color: var(--green);
  border-radius: 8px;
  font-weight: 900;
}

.orange-bg {
  background: var(--orange-soft);
  color: var(--orange);
}

.float-stock {
  left: -30px;
  bottom: 45px;
}

.float-sale {
  right: -20px;
  top: 65px;
}

.hero-edge {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 30px;
  background: #fff;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.trust-strip {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.trust-inner {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.trust-inner p {
  margin: 0;
  font-size: 0.9rem;
}

.trust-inner p strong {
  color: var(--teal);
}

.module-ticker {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 13px;
  color: #60767c;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.module-ticker i {
  width: 4px;
  height: 4px;
  background: var(--orange);
  border-radius: 50%;
}

/* Value */
.value-section {
  background: #fff;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.value-card {
  position: relative;
  min-height: 320px;
  padding: 30px;
  border-right: 1px solid var(--line);
  background: #fff;
}

.value-card:last-child {
  border: 0;
}

.value-card .number {
  color: #92a5a9;
  font-size: 0.65rem;
  font-weight: 900;
}

.line-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 52px 0 23px;
  border: 1px solid #a7c3c9;
  color: var(--teal);
  border-radius: 50%;
  font-size: 1.2rem;
}

.value-card h3 {
  margin: 0 0 10px;
  font-size: 1.3rem;
}

.value-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.89rem;
}

.accent-card {
  background: var(--teal);
  color: #fff;
}

.accent-card .number,
.accent-card p {
  color: #c8e0e5;
}

.accent-card .line-icon {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.accent-card:after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  right: -40px;
  top: -35px;
  box-shadow: 0 0 0 24px rgba(255, 255, 255, 0.035);
}

/* Feature chapters */
.feature-chapter {
  padding: 125px 0;
  overflow: hidden;
}

.sales-chapter {
  background: var(--teal-soft);
}

.feature-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 95px;
  align-items: center;
}

.feature-layout.reversed {
  grid-template-columns: 1.15fr 0.85fr;
}

.feature-layout.reversed .feature-copy {
  order: 2;
}

.feature-copy h2 {
  font-size: clamp(2.4rem, 4.2vw, 4.4rem);
}

.feature-copy > p {
  margin: 24px 0;
  color: var(--muted);
  font-size: 1.03rem;
}

.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 18px;
  margin: 29px 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 20px;
  font-size: 0.84rem;
  font-weight: 700;
}

.feature-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
}

.inline-cta {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  margin-top: 5px;
  color: var(--teal);
  font-weight: 850;
  border-bottom: 1px solid rgba(21, 94, 117, 0.25);
  padding-bottom: 4px;
}

.inline-cta span {
  color: var(--orange);
}

.feature-visual {
  position: relative;
  min-width: 0;
}

.sales-visual {
  min-height: 520px;
  background: var(--teal);
  border-radius: 30px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.sales-visual:before {
  content: "";
  position: absolute;
  inset: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.receipt-card {
  position: absolute;
  z-index: 2;
  width: 340px;
  left: 55px;
  top: 45px;
  padding: 23px;
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
}

.receipt-top {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  font-size: 0.72rem;
}

.receipt-top > span:last-child {
  margin-left: auto;
  color: #7b8e92;
}

.receipt-product {
  display: grid;
  grid-template-columns: 25px 1fr auto;
  gap: 9px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid #edf1f2;
  font-size: 0.72rem;
}

.receipt-product .qty {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  background: var(--teal-soft);
  color: var(--teal);
  border-radius: 5px;
  font-weight: 800;
}

.receipt-product div {
  display: flex;
  flex-direction: column;
}

.receipt-product small {
  color: #8a9a9d;
}

.muted-product {
  opacity: 0.65;
}

.receipt-total {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px 0;
}

.receipt-total small {
  color: #6e8388;
}

.receipt-total strong {
  font-size: 1.7rem;
  color: var(--teal);
}

.pay-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.pay-options span {
  padding: 8px 3px;
  border: 1px solid var(--line);
  border-radius: 6px;
  text-align: center;
  font-size: 0.62rem;
}

.pay-options span:first-child {
  border-color: var(--teal);
  background: var(--teal-soft);
  color: var(--teal);
  font-weight: 800;
}

.pay-button {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 11px 14px;
  background: var(--orange);
  color: #fff;
  border-radius: 7px;
  font-size: 0.7rem;
  font-weight: 850;
}

.shortcut-panel {
  position: absolute;
  z-index: 3;
  right: 27px;
  bottom: 40px;
  width: 160px;
  padding: 17px;
  background: var(--teal-ink);
  color: #fff;
  border-radius: 13px;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.18);
  transform: rotate(3deg);
}

.shortcut-panel > small {
  display: block;
  margin-bottom: 9px;
  color: #80a8b1;
  font-size: 0.5rem;
  letter-spacing: 0.12em;
}

.shortcut-panel div {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  font-size: 0.6rem;
}

.shortcut-panel kbd {
  padding: 5px;
  background: #174f5e;
  border: 1px solid #356c79;
  border-radius: 4px;
  text-align: center;
  font: inherit;
}

.pulse-ring {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  right: -50px;
  top: 25px;
}

.inventory-chapter {
  background: #fff;
}

.feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0;
}

.feature-tags span {
  padding: 7px 11px;
  border: 1px solid #cbdcde;
  border-radius: 20px;
  color: var(--teal);
  font-size: 0.74rem;
  font-weight: 750;
}

.highlight-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 27px;
  padding: 18px;
  background: var(--orange-soft);
  border-left: 3px solid var(--orange);
  border-radius: 0 10px 10px 0;
}

.highlight-note > span {
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  height: 32px;
  background: #fff;
  color: var(--orange);
  border-radius: 50%;
}

.highlight-note p {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: #6d5547;
  font-size: 0.78rem;
}

.highlight-note strong {
  color: var(--ink);
  font-size: 0.88rem;
}

.inventory-visual {
  min-height: 500px;
}

.inventory-window {
  position: absolute;
  inset: 25px 10px 30px 0;
  padding: 27px;
  background: #fff;
  border: 1px solid #dbe7e9;
  border-radius: 18px;
  box-shadow: var(--shadow);
  transform: rotate(1deg);
}

.inventory-window:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  left: -23px;
  top: -22px;
  z-index: -1;
  background: var(--teal-soft);
  border-radius: 18px;
}

.panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.panel-heading small {
  font-size: 0.54rem;
  letter-spacing: 0.1em;
  color: #829599;
}

.panel-heading h3 {
  margin: 0;
  font-size: 1.15rem;
}

.panel-heading button {
  border: 0;
  border-radius: 6px;
  background: var(--teal);
  color: #fff;
  padding: 8px 11px;
  font-size: 0.62rem;
}

.inventory-tools {
  display: flex;
  justify-content: space-between;
  margin: 18px 0 9px;
  padding: 9px 11px;
  background: #f5f8f8;
  border-radius: 6px;
  color: #829397;
  font-size: 0.62rem;
}

.inventory-tools b {
  color: var(--teal);
}

.inventory-row {
  display: grid;
  grid-template-columns: 1.6fr 0.65fr 0.8fr;
  align-items: center;
  padding: 12px 5px;
  border-bottom: 1px solid #e9eff0;
  font-size: 0.65rem;
}

.inventory-row > span:first-child {
  display: flex;
  align-items: center;
  gap: 9px;
}

.inventory-row b {
  display: flex;
  flex-direction: column;
}

.inventory-row small {
  color: #83979b;
  font-weight: 500;
}

.row-head {
  color: #829397;
  font-size: 0.55rem;
  text-transform: uppercase;
}

.cube {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: currentColor;
  opacity: 0.8;
}

.cube.orange {
  color: #e99a5e;
}

.cube.green {
  color: #70b582;
}

.cube.blue {
  color: #6b9eaf;
}

.cube.teal {
  color: #438694;
}

.state {
  justify-self: start;
  padding: 4px 6px;
  border-radius: 10px;
  font-size: 0.52rem;
  font-weight: 800;
}

.state.warning {
  background: var(--orange-soft);
  color: #c2540b;
}

.state.good {
  background: var(--green-soft);
  color: #11813b;
}

.state.low {
  background: #fff4da;
  color: #9b6912;
}

.inventory-stat {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  right: -12px;
  bottom: 5px;
  padding: 13px 16px;
  background: var(--teal);
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 25px rgba(8, 47, 58, 0.2);
}

.inventory-stat > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  color: #ffb37f;
}

.inventory-stat p {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: 0.66rem;
}

.inventory-stat small {
  color: #a9c8cf;
}

/* Operations */
.operations-section {
  padding: 120px 0;
  background: var(--paper);
}

.split-heading {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  max-width: none;
  align-items: end;
}

.split-heading h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.split-heading > p {
  max-width: 480px;
  margin: 0 0 7px;
  color: var(--muted);
}

.operations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.operation-card {
  position: relative;
  min-width: 0;
  min-height: 560px;
  padding: 28px;
  background: #fff;
  border: 1px solid #dce6e7;
  border-radius: 18px;
  overflow: hidden;
}

.op-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 40px;
  background: var(--teal-soft);
  color: var(--teal);
  border-radius: 11px;
  font-size: 1.2rem;
}

.operation-card > span {
  color: #809398;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.operation-card h3 {
  margin: 13px 0;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.operation-card > p {
  color: var(--muted);
  font-size: 0.86rem;
}

.operation-card ul {
  padding: 0;
  margin: 24px 0;
  list-style: none;
}

.operation-card li {
  padding: 7px 0;
  border-bottom: 1px solid #e7eeef;
  font-size: 0.75rem;
}

.mini-purchase {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 25px;
  padding: 15px;
  background: var(--teal-ink);
  color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.mini-purchase span,
.mini-purchase small {
  color: #9fc0c7;
  font-size: 0.59rem;
}

.mini-purchase b {
  font-size: 1.35rem;
}

.mini-purchase i {
  align-self: flex-start;
  margin-top: 9px;
  padding: 4px 7px;
  background: rgba(22, 163, 74, 0.2);
  color: #85e0a5;
  border-radius: 10px;
  font-style: normal;
  font-size: 0.53rem;
}

.client-stack {
  margin-top: 31px;
}

.client-stack > div {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 9px;
  padding: 13px 0;
  border-bottom: 1px solid #e6edee;
  font-size: 0.66rem;
}

.client-stack > div > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  background: var(--teal-soft);
  color: var(--teal);
  border-radius: 50%;
  font-weight: 850;
}

.client-stack p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.client-stack small {
  color: #849599;
}

.client-stack strong {
  color: var(--teal);
}

.cash-flow {
  margin-top: 28px;
  padding: 8px 15px;
  background: #f5f8f8;
  border-radius: 10px;
}

.cash-flow > div {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid #dde7e8;
  font-size: 0.63rem;
}

.cash-flow > div:last-child {
  border: 0;
}

.cash-flow span {
  color: #829499;
}

.cash-flow strong {
  color: var(--teal);
}

.cash-flow > div:nth-child(2) strong {
  color: #b34d39;
}

.operation-card .op-foot {
  position: absolute;
  bottom: 25px;
  margin: 0;
  font-size: 0.64rem;
  color: #7c9196;
}

/* Reports */
.reports-section {
  padding: 125px 0;
  background: var(--teal-ink);
  color: #fff;
  overflow: hidden;
}

.reports-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 70px;
  align-items: center;
}

.chapter-number.light {
  color: #72b6c7;
}

.reports-copy h2 {
  color: #fff;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
}

.reports-copy > p {
  color: #b3cdd3;
  margin: 24px 0;
}

.question-list {
  display: flex;
  flex-direction: column;
}

.question-list span {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #d7e7ea;
  font-size: 0.83rem;
}

.question-list span:before {
  content: "→";
  color: var(--orange);
  margin-right: 10px;
}

.dashboard-mock {
  padding: 25px;
  background: #fff;
  color: var(--ink);
  border-radius: 18px;
  box-shadow: 0 35px 75px rgba(0, 0, 0, 0.25);
  transform: rotate(1deg);
}

.dashboard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.dashboard-head div {
  display: flex;
  flex-direction: column;
}

.dashboard-head small {
  color: #83969b;
}

.dashboard-head span {
  padding: 7px 10px;
  background: #f1f5f5;
  border-radius: 6px;
  font-size: 0.58rem;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.metric-row > div {
  display: flex;
  flex-direction: column;
  padding: 13px;
  background: #f4f7f7;
  border-radius: 8px;
}

.metric-row small {
  color: #71878d;
  font-size: 0.56rem;
}

.metric-row strong {
  font-size: 1.15rem;
}

.metric-row span {
  color: var(--green);
  font-size: 0.49rem;
}

.chart-area {
  margin-top: 11px;
  padding: 14px;
  border: 1px solid #e6eded;
  border-radius: 9px;
}

.chart-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.62rem;
}

.chart-label span {
  color: var(--green);
}

.chart-area svg {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 9px;
  overflow: visible;
}

.gridline {
  stroke: #e7eeee;
  stroke-width: 1;
}

.area {
  fill: url(#chartFill);
}

.line {
  fill: none;
  stroke: var(--green);
  stroke-width: 3;
  stroke-linecap: round;
}

.chart-area circle {
  fill: #fff;
  stroke: var(--green);
  stroke-width: 3;
}

.days {
  display: flex;
  justify-content: space-between;
  color: #829499;
  font-size: 0.5rem;
}

/* Digital + Multi */
.digital-section {
  padding: 125px 0;
  background: #fff;
}

.digital-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 110px;
  align-items: center;
}

.digital-visual {
  min-height: 470px;
  background: var(--orange-soft);
  border-radius: 50% 50% 18px 18px;
  position: relative;
}

.service-orbit {
  position: absolute;
  width: 300px;
  height: 300px;
  left: 50%;
  top: 42%;
  border: 1px dashed rgba(21, 94, 117, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-center {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 15px 30px rgba(8, 47, 58, 0.14);
  transform: translate(-50%, -50%);
}

.brand-mark.small {
  width: 25px;
  height: 25px;
}

.orbit-center b {
  margin-top: 4px;
  font-size: 0.75rem;
}

.service-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 10px 22px rgba(8, 47, 58, 0.12);
  color: var(--orange);
  font-size: 0.7rem;
}

.service-chip b {
  color: var(--ink);
}

.chip-1 {
  left: -35px;
  top: 38px;
}

.chip-2 {
  right: -45px;
  top: 45px;
}

.chip-3 {
  left: -32px;
  bottom: 42px;
}

.chip-4 {
  right: -32px;
  bottom: 36px;
}

.balance-card {
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 260px;
  padding: 17px;
  background: var(--teal);
  color: #fff;
  border-radius: 12px;
  box-shadow: var(--shadow);
  transform: translateX(-50%);
}

.balance-card > small {
  color: #a9cdd5;
}

.balance-card > strong {
  display: block;
  font-size: 1.55rem;
}

.balance-card div {
  display: flex;
  gap: 14px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.58rem;
  color: #bfd8dd;
}

.multibranch-section {
  padding: 125px 0;
  background: #edf5f5;
}

.multi-intro {
  text-align: center;
}

.multi-intro h2 {
  font-size: clamp(2.5rem, 4.4vw, 4.6rem);
}

.multi-intro > p:last-child {
  color: var(--muted);
  font-size: 1.1rem;
}

.multi-map {
  position: relative;
  height: 500px;
  margin: 50px auto 20px;
  max-width: 1000px;
}

.hq-card {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 230px;
  padding: 28px;
  background: var(--teal);
  color: #fff;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 25px 45px rgba(8, 47, 58, 0.22);
}

.hq-card .mini-mark {
  margin-bottom: 11px;
  border-color: #fff;
  border-top-color: var(--orange);
}

.hq-card small {
  color: #9dc3cc;
  font-size: 0.55rem;
  letter-spacing: 0.12em;
}

.hq-card strong {
  font-size: 1.18rem;
}

.hq-card p {
  margin: 4px 0;
  color: #c9dde1;
  font-size: 0.65rem;
}

.connector {
  position: absolute;
  height: 1px;
  background: #92b3ba;
  transform-origin: left;
}

.c1 {
  width: 265px;
  left: 24%;
  top: 31%;
  transform: rotate(18deg);
}

.c2 {
  width: 265px;
  left: 52%;
  top: 48%;
  transform: rotate(-29deg);
}

.c3 {
  width: 275px;
  left: 49%;
  top: 52%;
  transform: rotate(28deg);
}

.branch-card {
  position: absolute;
  z-index: 2;
  width: 250px;
  padding: 17px;
  background: #fff;
  border: 1px solid #cfdee0;
  border-radius: 12px;
  box-shadow: 0 13px 25px rgba(8, 47, 58, 0.08);
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 10px;
}

.branch-card > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  background: var(--teal-soft);
  color: var(--teal);
  border-radius: 8px;
  font-weight: 900;
}

.branch-card div {
  display: flex;
  flex-direction: column;
}

.branch-card small {
  font-size: 0.48rem;
  color: #85979b;
}

.branch-card p {
  margin: 1px 0;
  color: #74888d;
  font-size: 0.56rem;
}

.branch-card i {
  padding: 4px 7px;
  background: var(--green-soft);
  color: var(--green);
  border-radius: 8px;
  font-size: 0.49rem;
  font-style: normal;
}

.branch-one {
  left: 0;
  top: 50px;
}

.branch-two {
  right: 0;
  top: 70px;
}

.branch-three {
  right: 25px;
  bottom: 40px;
}

.transfer-pill {
  position: absolute;
  z-index: 4;
  left: 29%;
  bottom: 43px;
  padding: 10px 14px;
  background: var(--orange);
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(249, 115, 22, 0.2);
  font-size: 0.65rem;
  font-weight: 800;
}

.multi-benefits {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.multi-benefits span {
  padding: 8px 13px;
  background: #fff;
  border: 1px solid #d3e0e2;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--teal);
}

.roles-note {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 780px;
  margin: 50px auto 0;
  padding-top: 35px;
  border-top: 1px solid #ccdfe1;
}

.role-avatars {
  display: flex;
}

.role-avatars span {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  margin-left: -8px;
  border: 3px solid #edf5f5;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 850;
}

.role-avatars span:first-child {
  margin: 0;
  background: var(--orange);
}

.role-avatars span:last-child {
  background: #6b929c;
}

.roles-note h3 {
  margin: 0;
  font-size: 1rem;
}

.roles-note p {
  margin: 3px 0;
  color: var(--muted);
  font-size: 0.75rem;
}

/* Businesses */
.business-section {
  background: #fff;
}

.business-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.business-card {
  padding: 14px 14px 25px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  transition:
    transform 0.25s,
    box-shadow 0.25s;

  &:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 35px rgba(8, 47, 58, 0.1);
  }

  &:nth-child(2) .business-illustration {
    background: #fff2e8;
  }

  &:nth-child(3) .business-illustration {
    background: #eff8ef;
  }

  &:nth-child(4) .business-illustration {
    background: #e9f3f5;
  }

  h3 {
    margin: 0 8px 8px;
    font-size: 1.02rem;
  }

  p {
    margin: 0 8px;
    color: var(--muted);
    font-size: 0.78rem;
  }
}

.business-illustration {
  position: relative;
  height: 190px;
  margin-bottom: 23px;
  background: #eff5f5;
  border-radius: 10px;
  overflow: hidden;
}

.business-illustration:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 25px;
  width: 120px;
  height: 90px;
  background: #fff;
  border: 2px solid var(--teal);
  border-radius: 4px;
  transform: translateX(-50%);
  box-shadow: 0 10px 20px rgba(8, 47, 58, 0.1);
}

.business-illustration.shop:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 48px;
  width: 145px;
  height: 30px;
  background: repeating-linear-gradient(
    90deg,
    var(--orange) 0 23px,
    #fff 23px 46px
  );
  border: 2px solid var(--teal);
  border-radius: 4px 4px 9px 9px;
  transform: translateX(-50%);
}

.business-illustration.shop span {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 27px;
  width: 38px;
  height: 50px;
  background: var(--teal-soft);
  border: 2px solid var(--teal);
}

.pharmacy span {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 41px;
  color: var(--green);
  font-size: 2.1rem;
  font-weight: 800;
  transform: translateX(-50%);
}

.pharmacy:before {
  border-color: var(--green);
}

.pharmacy i {
  position: absolute;
  z-index: 2;
  left: 40%;
  bottom: 25px;
  width: 28px;
  height: 50px;
  border: 2px solid var(--green);
}

.fruit:before {
  border-color: #4c925f;
}

.fruit span,
.fruit i,
.fruit b {
  position: absolute;
  z-index: 3;
  bottom: 45px;
  width: 32px;
  height: 32px;
  background: var(--orange);
  border-radius: 50%;
}

.fruit span {
  left: 35%;
}

.fruit i {
  left: 48%;
  background: var(--green);
}

.fruit b {
  left: 58%;
  background: #e5b52e;
}

.branches:before {
  width: 82px;
  height: 70px;
}

.branches span,
.branches i {
  position: absolute;
  z-index: 2;
  bottom: 25px;
  width: 62px;
  height: 55px;
  background: #fff;
  border: 2px solid var(--teal);
}

.branches span {
  left: 17%;
}

.branches i {
  right: 17%;
}

/* Pricing */
.pricing-section {
  background: var(--paper);
}

.growth-path {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin: -20px 0 55px;
  color: #768b90;
  font-size: 0.73rem;
}

.growth-path span {
  padding: 8px 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
}

.growth-path b {
  color: var(--teal);
}

.growth-path i {
  color: var(--orange);
  font-style: normal;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
}

.pricing-card {
  position: relative;
  padding: 31px 27px 27px;
  background: #fff;
  border: 1px solid #d7e3e5;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
}

.pricing-card.recommended {
  border: 2px solid var(--orange);
  box-shadow: 0 20px 45px rgba(8, 47, 58, 0.12);
  transform: translateY(-12px);
}

.recommended-band {
  position: absolute;
  top: -14px;
  left: 50%;
  padding: 5px 15px;
  background: var(--orange);
  color: #fff;
  border-radius: 15px;
  transform: translateX(-50%);
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.plan-label {
  color: var(--teal);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.plan-top p {
  min-height: 44px;
  margin: 11px 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.price {
  display: flex;
  align-items: flex-start;
  margin: 19px 0;
}

.price sup {
  margin-top: 12px;
  color: var(--teal);
  font-size: 1.1rem;
  font-weight: 900;
}

.price strong {
  font-size: 3.45rem;
  line-height: 1;
  letter-spacing: -0.06em;
}

.price > span {
  margin: 10px 0 0 9px;
  color: #788b90;
  font-size: 0.56rem;
  line-height: 1.4;
}

.capacity {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin: 0 -12px;
  padding: 14px 8px;
  background: var(--teal-soft);
  border-radius: 9px;
}

.capacity span {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #cadfe2;
  color: #61787d;
  font-size: 0.55rem;
}

.capacity span:last-child {
  border: 0;
}

.capacity b {
  color: var(--teal);
  font-size: 1rem;
}

.pricing-card ul {
  flex: 1;
  margin: 23px 0;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  position: relative;
  padding: 7px 0 7px 20px;
  border-bottom: 1px solid #edf1f2;
  color: #4f656b;
  font-size: 0.74rem;
}

.pricing-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}

.pricing-card .button {
  width: 100%;
}

.pricing-card > small {
  text-align: center;
  margin-top: 11px;
  color: #809297;
  font-size: 0.58rem;
}

.comparison {
  margin-top: 30px;
  border: 1px solid #d4e0e2;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.comparison-toggle {
  width: 100%;
  padding: 20px 24px;
  border: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  color: var(--ink);
  cursor: pointer;
}

.comparison-toggle span {
  display: flex;
  flex-direction: column;
}

.comparison-toggle small {
  color: var(--teal);
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.comparison-toggle b {
  font-size: 0.95rem;
}

.comparison-toggle i {
  font-style: normal;
  color: var(--orange);
  font-size: 1.4rem;
  transition: transform 0.25s;
}

.comparison-toggle[aria-expanded="true"] i {
  transform: rotate(45deg);
}

.comparison-content {
  border-top: 1px solid var(--line);
  padding: 0 24px 24px;
}

.comparison-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.74rem;
}

.comparison-content th,
.comparison-content td {
  padding: 12px;
  border-bottom: 1px solid #e5ecee;
  text-align: center;
}

.comparison-content th:first-child {
  text-align: left;
}

.comparison-content thead th {
  color: var(--teal);
  font-size: 0.65rem;
  text-transform: uppercase;
}

.comparison-content td {
  color: var(--green);
  font-weight: 850;
}

.comparison-mobile {
  display: none;
}

.addons {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 50px;
  align-items: center;
  margin-top: 50px;
  padding: 46px;
  background: var(--teal-ink);
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.addons:after {
  content: "+";
  position: absolute;
  right: -20px;
  bottom: -135px;
  color: rgba(255, 255, 255, 0.035);
  font-size: 20rem;
  font-weight: 900;
}

.addons h3 {
  margin: 4px 0 12px;
  font-size: 2rem;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.addons-copy > p {
  margin: 0;
  color: #b9d0d5;
}

.addons-copy > p strong {
  display: block;
  color: #fff;
}

.addon-prices {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.addon-prices > div {
  padding: 15px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  display: flex;
  flex-direction: column;
}

.addon-prices > div span {
  color: #b5ced4;
  font-size: 0.59rem;
}

.addon-prices > div b {
  font-size: 1.3rem;
}

.addon-prices small {
  font-size: 0.55rem;
  color: #aac6cc;
}

.addon-prices > p {
  grid-column: 1/-1;
  margin: 5px 0 0;
  padding: 10px 13px;
  background: rgba(249, 115, 22, 0.13);
  border-left: 2px solid var(--orange);
  font-size: 0.65rem;
}

.addon-prices > p span {
  color: #ffad75;
  font-weight: 850;
  margin-right: 10px;
}

/* Trial FAQ CTA Footer */
.trial-section {
  background: #fff;
}

.trial-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  margin: 0;
  list-style: none;
}

.trial-steps li {
  position: relative;
  min-height: 210px;
  padding: 25px;
  border-top: 2px solid #cbdcde;
}

.trial-steps li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: -6px;
  left: 25px;
  background: var(--teal);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--teal);
}

.trial-steps li > span {
  color: #8ba0a5;
  font-size: 0.65rem;
  font-weight: 900;
}

.trial-steps li > i {
  position: absolute;
  right: 10px;
  color: #a2b5b9;
  font-style: normal;
}

.trial-steps h3 {
  margin: 38px 0 7px;
  font-size: 1.08rem;
}

.trial-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.trial-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}

.trial-action small {
  margin-top: 9px;
  color: #71868b;
  font-size: 0.65rem;
}

.faq-section {
  background: var(--paper);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 100px;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 115px;
}

.faq-intro h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.faq-intro > p:last-child {
  color: var(--muted);
}

.faq-list {
  details {
    border-bottom: 1px solid #ccdadd;

    &[open] summary span {
      transform: rotate(45deg);
    }

    summary {
      display: flex;
      justify-content: space-between;
      gap: 25px;
      padding: 22px 0;
      cursor: pointer;
      list-style: none;
      font-weight: 800;

      &::-webkit-details-marker {
        display: none;
      }

    }

    p {
      margin: -5px 45px 22px 0;
      color: var(--muted);
      font-size: 0.87rem;
    }
  }
}

.final-cta {
  padding: 35px 0;
  background: var(--paper);
}

.final-cta-inner {
  position: relative;
  min-height: 360px;
  padding: 65px 65px;
  background: var(--teal);
  color: #fff;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
}

.final-cta h2 {
  color: #fff;
  font-size: clamp(2.5rem, 4vw, 4.3rem);
}

.final-cta p:not(.kicker) {
  max-width: 580px;
  color: #c8dfe4;
}

.light-kicker {
  color: #8fd0df;
}

.final-cta .button {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
}

.cta-decoration {
  position: absolute;
  right: -80px;
  top: -120px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.cta-decoration span {
  position: absolute;
  inset: 55px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.cta-decoration span:nth-child(2) {
  inset: 110px;
}

.cta-decoration span:nth-child(3) {
  inset: 165px;
  background: rgba(249, 115, 22, 0.15);
}

.site-footer {
  padding: 80px 0 25px;
  background: var(--teal-ink);
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 45px;
  padding-bottom: 65px;
}

.light-brand .brand-name {
  color: #fff;
}

.footer-brand p {
  max-width: 250px;
  color: #8fb0b7;
  font-size: 0.78rem;
}

.footer-grid nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-grid nav h2 {
  margin: 0 0 8px;
  color: #7ca4ad;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.footer-grid nav a,
.pending-link {
  color: #c3d8dc;
  font-size: 0.75rem;
}

.footer-grid nav a:hover {
  color: #fff;
}

.pending-link small {
  display: block;
  color: #547b84;
  font-size: 0.52rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #72979f;
  font-size: 0.65rem;
}

.mobile-cta {
  display: none;
}

@media (max-width: 1050px) {
  :root {
    --container: min(100% - 32px, 940px);
  }

  .main-nav {
    gap: 18px;
  }

  .hero {
    padding-top: 55px;
  }

  .hero-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 30px;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 6.5vw, 4.4rem);
  }

  .pos-body {
    height: 380px;
    grid-template-columns: 40px 1fr 180px;
  }

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

  .product-tile:nth-child(n + 5) {
    display: none;
  }

  .feature-layout,
  .feature-layout.reversed,
  .digital-grid {
    gap: 55px;
  }

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

  .cash-card {
    grid-column: 1/-1;
    min-height: 430px;
  }

  .cash-flow {
    max-width: 580px;
  }

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

  .final-cta-inner {
    padding: 55px 45px;
  }

  .branch-card {
    width: 220px;
  }

  .reports-grid {
    gap: 40px;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 72px;
  }

  .site-header {
    height: 66px;
  }

  .header-inner {
    height: 66px;
  }

  .menu-toggle {
    display: block;
    z-index: 3;
  }

  .menu-toggle[aria-expanded="true"] i:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] i:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] i:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    inset: 66px 0 auto 0;
    padding: 22px 20px 30px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 30px rgba(8, 47, 58, 0.12);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    transform: translateY(-130%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }

  .main-nav.open {
    transform: none;
    opacity: 1;
    visibility: visible;
  }

  .main-nav > a:not(.button) {
    padding: 14px 5px;
    border-bottom: 1px solid #e7eeee;
    font-size: 1rem;
  }

  .main-nav .button {
    margin-top: 18px;
  }

  .hero {
    padding: 55px 0 70px;
  }

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

  .hero-copy {
    max-width: 680px;
  }

  .hero-lead {
    max-width: 600px;
  }

  .hero-product {
    margin-top: 18px;
  }

  .pos-body {
    height: 430px;
  }

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

  .product-tile:nth-child(n) {
    display: flex;
  }

  .trust-inner {
    padding: 18px 0;
    flex-direction: column;
    gap: 12px;
  }

  .module-ticker {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section,
  .feature-chapter,
  .operations-section,
  .reports-section,
  .digital-section,
  .multibranch-section {
    padding: 85px 0;
  }

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

  .value-card:nth-child(2) {
    border-right: 0;
  }

  .value-card {
    border-bottom: 1px solid var(--line);
  }

  .feature-layout,
  .feature-layout.reversed,
  .digital-grid,
  .reports-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .feature-layout.reversed .feature-copy {
    order: 0;
  }

  .feature-copy {
    max-width: 680px;
  }

  .sales-visual {
    max-width: 650px;
    width: 100%;
    margin: auto;
  }

  .inventory-visual {
    order: 2;
    max-width: 680px;
    width: 100%;
    margin: auto;
  }

  .reports-copy {
    max-width: 650px;
  }

  .dashboard-mock {
    max-width: 680px;
  }

  .digital-visual {
    max-width: 600px;
    width: 100%;
    margin: auto;
  }

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

  .operation-card {
    min-height: 540px;
  }

  .multi-map {
    transform: scale(0.88);
    margin-inline: -50px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 590px;
    margin: auto;
    gap: 25px;
  }

  .pricing-card.recommended {
    transform: none;
    order: -1;
  }

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

  .trial-steps {
    grid-template-columns: 1fr 1fr;
    gap: 20px 0;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .faq-intro {
    position: static;
  }

  .final-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .footer-grid nav:last-child {
    grid-column: 2;
  }

  .footer-brand {
    grid-row: span 2;
  }
}

@media (max-width: 600px) {
  :root {
    --container: calc(100% - 30px);
    --radius: 18px;
  }

  body {
    font-size: 15px;
    padding-bottom: 68px;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .section-heading h2,
  .feature-copy h2,
  .reports-copy h2,
  .multi-intro h2,
  .faq-intro h2,
  .final-cta h2 {
    font-size: clamp(2.05rem, 10vw, 3rem);
  }

  .hero {
    padding: 42px 0 55px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .hero-lead {
    font-size: 1rem;
    margin: 21px 0;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .hero-actions .text-link {
    text-align: center;
  }

  .hero-points {
    flex-direction: column;
    gap: 7px;
    margin-top: 20px;
  }

  .hero-product {
    margin-top: 12px;
  }

  .product-window {
    border-radius: 12px;
    transform: none;
  }

  .window-topbar {
    height: 37px;
    padding: 0 9px;
  }

  .branch-pill {
    font-size: 0.5rem;
  }

  .pos-body {
    height: 280px;
    grid-template-columns: 29px 1fr 118px;
  }

  .pos-sidebar {
    padding: 8px 3px;
    gap: 7px;
  }

  .pos-sidebar span {
    width: 22px;
    height: 22px;
  }

  .catalog {
    padding: 9px 7px;
  }

  .search-mock {
    margin: 7px 0;
    padding: 5px;
    font-size: 0.45rem;
  }

  .category-row {
    display: none;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }

  .product-tile {
    height: 83px;
    padding: 5px;
    font-size: 0.44rem;
  }

  .product-tile:nth-child(n + 5) {
    display: none;
  }

  .product-art {
    height: 40px;
  }

  .product-art:after {
    height: 22px;
    top: 8px;
  }

  .cart-panel {
    padding: 9px 6px;
  }

  .cart-title {
    font-size: 0.47rem;
  }

  .client-row {
    margin: 8px 0;
    padding: 5px;
  }

  .client-icon {
    display: none;
  }

  .client-row div {
    font-size: 0.44rem;
  }

  .cart-item {
    grid-template-columns: 14px 1fr auto;
    padding: 7px 0;
    font-size: 0.42rem;
  }

  .cart-item > span {
    width: 14px;
    height: 14px;
  }

  .cart-summary p {
    font-size: 0.45rem;
  }

  .cart-summary .total strong {
    font-size: 0.8rem;
  }

  .cart-panel button {
    padding: 6px;
    font-size: 0.47rem;
  }

  .floating-card {
    display: none;
  }

  .trust-inner p {
    text-align: center;
  }

  .module-ticker {
    gap: 7px;
    font-size: 0.56rem;
  }

  .module-ticker span:nth-of-type(n + 5),
  .module-ticker i:nth-of-type(n + 4) {
    display: none;
  }

  .section,
  .feature-chapter,
  .operations-section,
  .reports-section,
  .digital-section,
  .multibranch-section {
    padding: 68px 0;
  }

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

  .value-card {
    min-height: auto;
    padding: 23px;
    border-right: 0;
  }

  .line-icon {
    margin: 30px 0 16px;
  }

  .feature-layout,
  .feature-layout.reversed {
    gap: 38px;
  }

  .feature-list {
    grid-template-columns: 1fr;
  }

  .sales-visual {
    min-height: 410px;
    border-radius: 20px;
  }

  .receipt-card {
    width: 280px;
    max-width: calc(100% - 50px);
    left: 22px;
    top: 28px;
    padding: 17px;
  }

  .receipt-product {
    padding: 9px 0;
  }

  .receipt-total {
    padding: 13px 0;
  }

  .shortcut-panel {
    right: 10px;
    bottom: 18px;
    width: 130px;
    padding: 12px;
  }

  .inventory-visual {
    min-height: 400px;
  }

  .inventory-window {
    inset: 14px 0 20px;
    padding: 17px;
  }

  .inventory-row {
    grid-template-columns: 1.4fr 0.6fr;
  }

  .inventory-row > *:nth-child(3) {
    display: none;
  }

  .inventory-stat {
    right: -7px;
    padding: 9px 11px;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .operation-card,
  .cash-card {
    grid-column: auto;
    min-height: 520px;
  }

  .operation-card .op-foot {
    right: 25px;
  }

  .dashboard-mock {
    padding: 12px;
  }

  .metric-row {
    grid-template-columns: 1fr 1fr;
  }

  .metric-row > div:last-child {
    display: none;
  }

  .digital-grid {
    gap: 60px;
  }

  .digital-visual {
    min-height: 390px;
  }

  .service-orbit {
    width: 240px;
    height: 240px;
  }

  .service-chip {
    font-size: 0.58rem;
  }

  .chip-1,
  .chip-3 {
    left: -22px;
  }

  .chip-2,
  .chip-4 {
    right: -24px;
  }

  .multi-map {
    height: auto;
    margin: 35px 0;
    transform: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .hq-card {
    position: relative;
    left: auto;
    top: auto;
    width: 180px;
    align-self: center;
    transform: none;
    margin-bottom: 15px;
  }

  .connector {
    display: none;
  }

  .branch-card {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .transfer-pill {
    position: relative;
    inset: auto;
    align-self: center;
    order: 3;
  }

  .branch-three {
    order: 4;
  }

  .roles-note {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .business-illustration {
    height: 160px;
  }

  .growth-path {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    text-align: center;
  }

  .growth-path i:nth-of-type(2) {
    display: none;
  }

  .growth-path span:nth-of-type(3) {
    grid-column: 1;
  }

  .pricing-card {
    padding: 29px 21px 23px;
  }

  .comparison-content {
    padding: 0 16px 16px;
  }

  .comparison-desktop {
    display: none;
  }

  .comparison-mobile {
    display: block;
  }

  .comparison-mobile details {
    border-bottom: 1px solid var(--line);
    padding: 12px 0;
  }

  .comparison-mobile summary {
    font-weight: 850;
    color: var(--teal);
    cursor: pointer;
  }

  .comparison-mobile p {
    margin: 8px 0;
    font-size: 0.75rem;
  }

  .comparison-mobile span {
    display: block;
    color: var(--muted);
    font-size: 0.72rem;
  }

  .addons {
    padding: 29px 22px;
    gap: 28px;
  }

  .addon-prices {
    grid-template-columns: 1fr;
  }

  .trial-steps {
    grid-template-columns: 1fr;
  }

  .trial-steps li {
    min-height: auto;
    padding-bottom: 35px;
  }

  .trial-steps li > i {
    transform: rotate(90deg);
  }

  .trial-action .button {
    width: 100%;
  }

  .faq-list summary {
    font-size: 0.9rem;
  }

  .final-cta {
    padding: 15px 0;
  }

  .final-cta-inner {
    min-height: 440px;
    padding: 42px 24px;
    border-radius: 18px;
  }

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

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }

  .footer-brand {
    grid-column: 1/-1;
    grid-row: auto;
  }

  .footer-grid nav:last-child {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 5px;
  }

  .mobile-cta {
    position: fixed;
    display: block;
    z-index: 90;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 9px 14px calc(9px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(10px);
  }

  .mobile-cta .button {
    width: 100%;
    min-height: 48px;
  }
}

@media (max-width: 360px) {
  :root {
    --container: calc(100% - 24px);
  }

  .hero h1 {
    font-size: 2.65rem;
  }

  .pos-body {
    grid-template-columns: 26px 1fr 102px;
  }

  .catalog {
    padding: 6px 4px;
  }

  .product-tile {
    height: 78px;
  }

  .cart-panel {
    padding: 7px 4px;
  }

  .cart-item > strong {
    display: none;
  }

  .sales-visual {
    min-height: 390px;
  }

  .receipt-card {
    left: 12px;
    max-width: calc(100% - 35px);
  }

  .shortcut-panel {
    width: 115px;
  }

  .service-orbit {
    width: 210px;
    height: 210px;
  }

  .service-chip {
    padding: 7px;
  }

  .addons h3 {
    font-size: 1.7rem;
  }

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

@media (min-width: 1600px) {
  :root {
    --container: min(1320px, calc(100% - 80px));
  }

  .hero {
    padding: 100px 0 120px;
  }

  .pos-body {
    height: 480px;
  }

  .product-tile {
    height: 120px;
  }

  .feature-chapter {
    padding: 145px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

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

/* Tu negocio puede crecer contigo */
.business-growth-section {
  position: relative;
  isolation: isolate;
  padding: 126px 0 112px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(21, 94, 117, 0.09), transparent 37%),
    radial-gradient(circle at 92% 15%, rgba(249, 115, 22, 0.08), transparent 24%),
    linear-gradient(180deg, #f7fafb 0%, #eef6f6 100%);
}

.business-growth-atmosphere {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.48;
  background-image:
    radial-gradient(circle, rgba(21, 94, 117, 0.2) 0 1px, transparent 1.4px),
    linear-gradient(rgba(21, 94, 117, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 94, 117, 0.045) 1px, transparent 1px);
  background-position: 0 0, 0 0, 0 0;
  background-size: 36px 36px, 72px 72px, 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 17%, #000 82%, transparent);
}

.business-growth-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.92fr);
  align-items: end;
  gap: 75px;
  margin-bottom: 62px;
}

.business-growth-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 17px;
  color: var(--primary);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.business-growth-eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--secondary);
}

.business-growth-heading h2 {
  margin: 0;
  color: var(--teal-ink);
  font-size: clamp(3.15rem, 6vw, 5.85rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.business-growth-heading h2 em {
  color: var(--primary);
  font-style: normal;
}

.business-growth-heading > div {
  padding-left: 24px;
  border-left: 2px solid var(--secondary);
}

.business-growth-heading h3 {
  margin: 0;
  color: var(--teal-ink);
  font-size: clamp(1.2rem, 2vw, 1.72rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.business-growth-heading > div p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.7;
}

.business-growth-network {
  position: relative;
  min-height: 600px;
  background:
    radial-gradient(circle at 50% 50%, rgba(21, 94, 117, 0.09), transparent 30%),
    rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(159, 196, 203, 0.42);
  border-radius: 32px;
  box-shadow: 0 30px 80px rgba(8, 47, 58, 0.09);
  overflow: hidden;
}

.business-growth-network::before,
.business-growth-network::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(21, 94, 117, 0.09);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.business-growth-network::before {
  width: 390px;
  height: 390px;
}

.business-growth-network::after {
  width: 520px;
  height: 520px;
}

.business-growth-lines {
  position: absolute;
  z-index: 1;
  inset: 10px 3%;
  width: 94%;
  height: calc(100% - 20px);
  overflow: visible;
}

.growth-line {
  fill: none;
  stroke: rgba(21, 94, 117, 0.35);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 8 8;
  stroke-dashoffset: 380;
  transition: stroke-dashoffset 0.85s ease;
}

.business-growth-network.is-visible .growth-line {
  stroke-dashoffset: 0;
}

.business-growth-network.is-visible .growth-line-two { transition-delay: 0.28s; }
.business-growth-network.is-visible .growth-line-five { transition-delay: 0.5s; }
.business-growth-network.is-visible .growth-line-ten { transition-delay: 0.7s; }

.growth-signal {
  fill: var(--tertiary);
  opacity: 0;
  filter: drop-shadow(0 0 6px rgba(22, 163, 74, 0.45));
  transition: opacity 0.35s ease;
}

.business-growth-network.is-visible .growth-signal { opacity: 1; }
.business-growth-network.is-visible .signal-one { transition-delay: 0.42s; }
.business-growth-network.is-visible .signal-two { transition-delay: 0.72s; }
.business-growth-network.is-visible .signal-three { transition-delay: 0.92s; }
.business-growth-network.is-visible .signal-four { transition-delay: 1.08s; }

.business-growth-node {
  --growth-delay: 0s;
  position: absolute;
  z-index: 3;
  width: 230px;
  min-height: 176px;
  padding: 18px 19px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #d4e3e5;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(8, 47, 58, 0.12);
  opacity: 0;
  translate: 0 16px;
  transition: opacity 0.55s ease var(--growth-delay), translate 0.55s ease var(--growth-delay), box-shadow 0.25s ease;
}

.business-growth-network.is-visible .business-growth-node {
  opacity: 1;
  translate: 0 0;
}

.business-growth-node:hover {
  box-shadow: 0 25px 52px rgba(8, 47, 58, 0.16);
  translate: 0 -4px;
}

.growth-node-one { --growth-delay: 0.12s; top: 48px; left: 4%; }
.growth-node-two { --growth-delay: 0.4s; top: 48px; right: 4%; }
.growth-node-five { --growth-delay: 0.62s; bottom: 45px; left: 8%; }
.growth-node-ten { --growth-delay: 0.82s; right: 8%; bottom: 45px; }

.growth-stage-number {
  position: absolute;
  top: 15px;
  right: 16px;
  color: #728c91;
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.growth-store-cluster {
  display: flex;
  align-items: end;
  gap: 5px;
  min-height: 48px;
  margin-bottom: 12px;
}

.growth-store-cluster i {
  position: relative;
  display: block;
  width: 31px;
  height: 27px;
  background: #edf5f6;
  border: 2px solid var(--primary);
  border-radius: 2px;
}

.growth-store-cluster i::before {
  content: "";
  position: absolute;
  top: -11px;
  left: -4px;
  width: 35px;
  height: 10px;
  background: repeating-linear-gradient(90deg, var(--primary) 0 6px, #92c1cc 6px 12px);
  border-radius: 3px 3px 1px 1px;
  clip-path: polygon(7% 0, 93% 0, 100% 100%, 0 100%);
}

.growth-store-cluster i::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 0;
  width: 7px;
  height: 13px;
  background: rgba(21, 94, 117, 0.18);
  border-left: 1px solid var(--primary);
}

.growth-store-cluster.two i:nth-child(2),
.growth-store-cluster.five i:nth-child(even),
.growth-store-cluster.ten i:nth-child(3n) {
  scale: 0.82;
  opacity: 0.72;
}

.growth-store-cluster.five,
.growth-store-cluster.ten {
  gap: 3px;
}

.growth-store-cluster.five i,
.growth-store-cluster.ten i {
  width: 24px;
  height: 23px;
}

.growth-store-cluster.five i::before,
.growth-store-cluster.ten i::before {
  left: -3px;
  width: 26px;
}

.business-growth-node > strong {
  display: block;
  color: var(--teal-ink);
  font-size: 0.9rem;
}

.business-growth-node > strong b {
  margin-right: 3px;
  color: var(--primary);
  font-size: 1.5rem;
}

.business-growth-node > p {
  margin: 6px 0 0;
  color: #526f75;
  font-size: 0.7rem;
}

.business-growth-hub {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: flex;
  width: 210px;
  height: 210px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(145deg, #0c4352, #082f3a);
  border: 1px solid rgba(111, 195, 212, 0.55);
  border-radius: 50%;
  color: #fff;
  box-shadow:
    0 28px 60px rgba(8, 47, 58, 0.3),
    0 0 0 13px rgba(21, 94, 117, 0.08),
    0 0 0 27px rgba(21, 94, 117, 0.045);
  opacity: 0;
  transform: translate(-50%, calc(-50% + 16px));
  transition: opacity 0.55s ease 0.24s, transform 0.55s ease 0.24s;
}

.business-growth-network.is-visible .business-growth-hub {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.business-growth-hub small {
  color: #9dd9e5;
  font-size: 0.57rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.business-growth-hub > strong {
  margin-top: 5px;
  font-size: 1.8rem;
  letter-spacing: -0.045em;
}

.business-growth-hub > p {
  margin: 7px 0 0;
  color: #c7dcdf;
  font-size: 0.69rem;
  line-height: 1.45;
  text-align: center;
}

.growth-hub-orbit {
  position: absolute;
  inset: -15px;
  border: 1px dashed rgba(113, 201, 219, 0.28);
  border-radius: 50%;
  animation: businessGrowthOrbit 22s linear infinite;
}

.growth-hub-orbit i {
  position: absolute;
  width: 7px;
  height: 7px;
  background: var(--tertiary);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(22, 163, 74, 0.1);
}

.growth-hub-orbit i:nth-child(1) { top: 16px; left: 28px; }
.growth-hub-orbit i:nth-child(2) { top: 50%; right: -4px; }
.growth-hub-orbit i:nth-child(3) { bottom: 12px; left: 50%; }

.business-growth-support {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 17px;
}

.business-growth-support article {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 17px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #d6e4e6;
  border-radius: 14px;
}

.business-growth-support article > span {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  place-items: center;
  background: rgba(21, 94, 117, 0.08);
  border-radius: 11px;
  color: var(--primary);
}

.business-growth-support svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.business-growth-support article > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.business-growth-support b {
  color: var(--teal-ink);
  font-size: 0.76rem;
}

.business-growth-support small {
  margin-top: 3px;
  color: #58747a;
  font-size: 0.62rem;
  line-height: 1.35;
}

.business-growth-close {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  align-items: center;
  gap: 25px;
  margin-top: 42px;
  padding: 31px 34px;
  background: linear-gradient(135deg, #0b3c4b, #082f3a);
  border: 1px solid rgba(89, 169, 187, 0.38);
  border-radius: 20px;
  box-shadow: 0 22px 52px rgba(8, 47, 58, 0.18);
}

.business-growth-close > span {
  position: relative;
  display: block;
  width: 62px;
  height: 52px;
}

.business-growth-close > span::before,
.business-growth-close > span::after {
  content: "";
  position: absolute;
  left: 30px;
  width: 30px;
  border-top: 1px solid rgba(123, 204, 220, 0.45);
  transform-origin: left;
}

.business-growth-close > span::before { top: 24px; transform: rotate(-35deg); }
.business-growth-close > span::after { top: 28px; transform: rotate(35deg); }

.business-growth-close > span i {
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--tertiary);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(22, 163, 74, 0.12);
}

.business-growth-close > span i:nth-child(1) { top: 21px; left: 4px; background: var(--secondary); }
.business-growth-close > span i:nth-child(2) { top: 3px; right: 0; }
.business-growth-close > span i:nth-child(3) { right: 0; bottom: 2px; }

.business-growth-close h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.55rem, 2.7vw, 2.45rem);
  letter-spacing: -0.045em;
}

.business-growth-close p {
  max-width: 700px;
  margin: 8px 0 0;
  color: #c1d5d9;
  font-size: 0.8rem;
  line-height: 1.6;
}

.business-growth-close > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  background: var(--secondary);
  border-radius: 9px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 780;
  white-space: nowrap;
  transition: transform 0.2s ease, background 0.2s ease;
}

.business-growth-close > a:hover {
  background: #e8630e;
  transform: translateY(-2px);
}

@keyframes businessGrowthOrbit {
  to { transform: rotate(360deg); }
}

@media (max-width: 1050px) {
  .business-growth-heading {
    gap: 42px;
  }

  .business-growth-network {
    min-height: 570px;
  }

  .business-growth-node {
    width: 205px;
  }

  .growth-node-one { left: 2%; }
  .growth-node-two { right: 2%; }
  .growth-node-five { left: 3%; }
  .growth-node-ten { right: 3%; }

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

  .business-growth-close {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .business-growth-close > a {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .business-growth-section {
    padding: 90px 0 82px;
  }

  .business-growth-heading {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 42px;
  }

  .business-growth-heading h2 {
    font-size: clamp(3.1rem, 14vw, 4.8rem);
  }

  .business-growth-heading > div {
    padding-left: 18px;
  }

  .business-growth-network {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: 34px;
    padding: 24px;
    border-radius: 24px;
    overflow: visible;
  }

  .business-growth-network::before,
  .business-growth-network::after,
  .business-growth-lines {
    display: none;
  }

  .business-growth-node,
  .business-growth-hub,
  .growth-node-one,
  .growth-node-two,
  .growth-node-five,
  .growth-node-ten {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 0;
    transform: none;
    translate: none;
  }

  .business-growth-node {
    padding: 20px;
    opacity: 1;
  }

  .business-growth-node:not(:last-child)::after,
  .business-growth-hub::after {
    content: "↓";
    position: absolute;
    z-index: 6;
    bottom: -28px;
    left: 50%;
    color: var(--secondary);
    font-size: 0.9rem;
    font-weight: 850;
    transform: translateX(-50%);
  }

  .business-growth-hub {
    min-height: 165px;
    border-radius: 20px;
    opacity: 1;
    box-shadow: 0 22px 45px rgba(8, 47, 58, 0.22);
  }

  .business-growth-network.is-visible .business-growth-hub {
    transform: none;
  }

  .growth-hub-orbit {
    inset: 10px;
    border-radius: 14px;
  }

  .business-growth-support {
    grid-template-columns: 1fr;
  }

  .business-growth-support article {
    padding: 18px;
  }

  .business-growth-support b {
    font-size: 0.8rem;
  }

  .business-growth-support small {
    font-size: 0.67rem;
  }

  .business-growth-close {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 27px 24px;
  }

  .business-growth-close > span {
    display: none;
  }

  .business-growth-close > a {
    grid-column: auto;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .growth-hub-orbit {
    animation: none;
  }

  .growth-line {
    stroke-dashoffset: 0;
    transition: none;
  }

  .business-growth-node,
  .business-growth-hub,
  .growth-signal {
    opacity: 1;
    translate: 0 0;
    transition: none;
  }
}

/* Seguridad y control de responsabilidades */
.access-control-section {
  position: relative;
  isolation: isolate;
  padding: 122px 0 116px;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 35%, rgba(21, 94, 117, 0.12), transparent 30%),
    linear-gradient(145deg, #f8fbfb 0%, #edf5f6 100%);
}

.access-control-pattern {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.36;
  background-image:
    linear-gradient(rgba(21, 94, 117, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 94, 117, 0.05) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 88%, transparent);
}

.access-control-layout {
  display: grid;
  grid-template-columns: minmax(370px, 0.78fr) minmax(560px, 1.22fr);
  align-items: center;
  gap: 70px;
}

.access-control-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--primary);
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.access-control-eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--secondary);
}

.access-control-copy > h2 {
  margin: 0;
  color: var(--teal-ink);
  font-size: clamp(2.8rem, 5.2vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.062em;
}

.access-control-copy > h2 em {
  color: var(--primary);
  font-style: normal;
}

.access-control-copy > h3 {
  max-width: 520px;
  margin: 24px 0 0;
  color: #294f58;
  font-size: clamp(1.08rem, 1.8vw, 1.45rem);
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.access-control-copy > p:not(.access-control-eyebrow) {
  max-width: 510px;
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.7;
}

.access-role-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 30px;
  padding: 5px;
  background: #e2edef;
  border: 1px solid #cfdee1;
  border-radius: 13px;
}

.access-role-tabs button {
  display: flex;
  min-width: 0;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 8px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 9px;
  color: #5c777d;
  cursor: pointer;
  font: inherit;
  font-size: 0.7rem;
  font-weight: 750;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.access-role-tabs button > span {
  display: grid;
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  place-items: center;
  background: rgba(21, 94, 117, 0.1);
  border-radius: 7px;
  color: var(--primary);
  font-size: 0.6rem;
}

.access-role-tabs button[aria-selected="true"] {
  background: #fff;
  border-color: #cbdcdf;
  color: var(--teal-ink);
  box-shadow: 0 7px 16px rgba(8, 47, 58, 0.08);
}

.access-role-tabs button[aria-selected="true"] > span {
  background: var(--primary);
  color: #fff;
}

.access-role-tabs button:focus-visible,
.access-person:focus-visible {
  outline: 3px solid rgba(249, 115, 22, 0.5);
  outline-offset: 3px;
}

.access-permission-panel {
  margin-top: 10px;
  padding: 17px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #d2e1e3;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(8, 47, 58, 0.08);
}

.access-permission-panel.is-updating {
  animation: accessPanelUpdate 0.28s ease;
}

.access-permission-heading {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.access-permission-avatar {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  background: linear-gradient(135deg, var(--primary), #0b4050);
  border-radius: 11px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 850;
}

.access-permission-heading > div {
  display: flex;
  flex-direction: column;
}

.access-permission-heading small {
  color: #607b81;
  font-size: 0.61rem;
  font-weight: 820;
  letter-spacing: 0.1em;
}

.access-permission-heading strong {
  margin-top: 2px;
  color: var(--teal-ink);
  font-size: 0.92rem;
}

.access-permission-heading > i {
  padding: 5px 8px;
  background: rgba(22, 163, 74, 0.09);
  border: 1px solid rgba(22, 163, 74, 0.2);
  border-radius: 999px;
  color: var(--tertiary);
  font-size: 0.59rem;
  font-style: normal;
  font-weight: 750;
}

.access-permission-panel > p {
  margin: 11px 0 0;
  color: #536f75;
  font-size: 0.75rem;
  line-height: 1.5;
}

.access-permission-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 13px;
}

.access-permission-list span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 9px;
  background: #eef5f5;
  border: 1px solid #dae7e8;
  border-radius: 7px;
  color: #365b63;
  font-size: 0.64rem;
  font-weight: 680;
}

.access-permission-list span::before {
  content: "✓";
  color: var(--tertiary);
  font-weight: 900;
}

.access-control-value {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 15px;
  margin-top: 14px;
  padding: 17px 18px;
  background: linear-gradient(135deg, #0c4352, #082f3a);
  border: 1px solid rgba(79, 158, 176, 0.4);
  border-radius: 15px;
  color: #fff;
}

.access-control-value > span {
  position: relative;
  width: 46px;
  height: 46px;
}

.access-control-value > span::before,
.access-control-value > span::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 8px;
  width: 31px;
  border-top: 1px solid rgba(126, 206, 221, 0.42);
}

.access-control-value > span::before { transform: rotate(35deg); }
.access-control-value > span::after { transform: rotate(-35deg); }

.access-control-value > span i {
  position: absolute;
  z-index: 2;
  width: 8px;
  height: 8px;
  background: var(--tertiary);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.1);
}

.access-control-value > span i:nth-child(1) { top: 19px; left: 0; background: var(--secondary); }
.access-control-value > span i:nth-child(2) { top: 3px; right: 0; }
.access-control-value > span i:nth-child(3) { right: 0; bottom: 3px; }

.access-control-value h3 {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  letter-spacing: -0.025em;
}

.access-control-value p {
  margin: 5px 0 0;
  color: #c3d9dd;
  font-size: 0.69rem;
  line-height: 1.5;
}

.access-team-visual {
  padding: 8px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #ccdfe2;
  border-radius: 22px;
  box-shadow: 0 30px 75px rgba(8, 47, 58, 0.16);
}

.access-team-topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 44px;
  padding: 0 10px;
  color: #5d797f;
  font-size: 0.63rem;
}

.access-team-topbar > span {
  display: flex;
  gap: 5px;
}

.access-team-topbar > span i {
  width: 6px;
  height: 6px;
  background: #b6c9cd;
  border-radius: 50%;
}

.access-team-topbar b {
  color: var(--primary);
}

.access-team-topbar em {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--tertiary);
  font-style: normal;
}

.access-team-topbar em i {
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
}

.access-org-chart {
  position: relative;
  min-height: 630px;
  background:
    radial-gradient(circle at 50% 38%, rgba(21, 94, 117, 0.08), transparent 31%),
    linear-gradient(rgba(21, 94, 117, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 94, 117, 0.035) 1px, transparent 1px),
    #f1f7f7;
  background-size: auto, 35px 35px, 35px 35px, auto;
  border: 1px solid #d6e4e6;
  border-radius: 15px;
  overflow: hidden;
}

.access-org-lines i {
  position: absolute;
  z-index: 1;
  display: block;
  opacity: 0;
  transition: opacity 0.45s ease, transform 0.55s ease;
}

.access-org-lines i:nth-child(1) {
  top: 169px;
  left: 50%;
  width: 1px;
  height: 45px;
  background: #8fb8c1;
  transform: scaleY(0);
  transform-origin: top;
}

.access-org-lines i:nth-child(2) {
  top: 213px;
  left: 25%;
  width: 50%;
  border-top: 1px solid #8fb8c1;
  transform: scaleX(0);
}

.access-org-lines i:nth-child(3),
.access-org-lines i:nth-child(4) {
  top: 213px;
  width: 1px;
  height: 185px;
  background: #8fb8c1;
  transform: scaleY(0);
  transform-origin: top;
}

.access-org-lines i:nth-child(3) { left: 25%; }
.access-org-lines i:nth-child(4) { right: 25%; }

.access-org-lines i:nth-child(5) {
  top: 397px;
  left: 14%;
  width: 72%;
  border-top: 1px dashed #a8c5cb;
  transform: scaleX(0);
}

.access-team-visual.is-visible .access-org-lines i {
  opacity: 1;
  transform: scale(1);
}

.access-team-visual.is-visible .access-org-lines i:nth-child(1) { transition-delay: 0.2s; }
.access-team-visual.is-visible .access-org-lines i:nth-child(2) { transition-delay: 0.38s; }
.access-team-visual.is-visible .access-org-lines i:nth-child(3),
.access-team-visual.is-visible .access-org-lines i:nth-child(4) { transition-delay: 0.55s; }
.access-team-visual.is-visible .access-org-lines i:nth-child(5) { transition-delay: 0.72s; }

.access-person {
  --person-delay: 0s;
  position: absolute;
  z-index: 3;
  display: flex;
  width: 190px;
  min-height: 140px;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid #d2e1e3;
  border-radius: 14px;
  color: var(--teal-ink);
  cursor: pointer;
  font: inherit;
  box-shadow: 0 13px 30px rgba(8, 47, 58, 0.1);
  opacity: 0;
  translate: 0 13px;
  transition: opacity 0.5s ease var(--person-delay), translate 0.5s ease var(--person-delay), border-color 0.2s ease, box-shadow 0.2s ease;
}

.access-team-visual.is-visible .access-person {
  opacity: 1;
  translate: 0 0;
}

.access-person:hover,
.access-person.is-active {
  border-color: rgba(21, 94, 117, 0.6);
  box-shadow: 0 18px 38px rgba(8, 47, 58, 0.16);
}

.access-person.is-active::after {
  content: "Seleccionado";
  position: absolute;
  top: 9px;
  right: 9px;
  color: var(--tertiary);
  font-size: 0.51rem;
  font-weight: 800;
}

.access-admin {
  --person-delay: 0.08s;
  top: 38px;
  left: 50%;
  width: 220px;
  transform: translateX(-50%);
  border-top: 3px solid var(--primary);
}

.access-manager {
  --person-delay: 0.38s;
  top: 239px;
  width: 205px;
  border-top: 3px solid var(--secondary);
}

.manager-one { left: 8%; }
.manager-two { right: 8%; }

.access-cashier {
  --person-delay: 0.66s;
  top: 421px;
  width: 170px;
  min-height: 120px;
  border-top: 3px solid var(--tertiary);
}

.cashier-one { left: 12%; }
.cashier-two { right: 12%; }

.access-person-avatar {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: rgba(21, 94, 117, 0.1);
  border: 1px solid rgba(21, 94, 117, 0.22);
  border-radius: 10px;
  color: var(--primary);
  font-size: 0.66rem;
  font-weight: 850;
}

.access-manager .access-person-avatar {
  background: rgba(249, 115, 22, 0.09);
  border-color: rgba(249, 115, 22, 0.22);
  color: var(--secondary);
}

.access-cashier .access-person-avatar {
  background: rgba(22, 163, 74, 0.09);
  border-color: rgba(22, 163, 74, 0.22);
  color: var(--tertiary);
}

.access-person > small {
  margin-top: 7px;
  color: #718b90;
  font-size: 0.54rem;
  font-weight: 820;
  letter-spacing: 0.1em;
}

.access-person > strong {
  margin-top: 2px;
  font-size: 0.9rem;
}

.access-person > p {
  margin: 3px 0 0;
  color: #58747a;
  font-size: 0.65rem;
}

.access-person > em {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 7px;
  color: #506f76;
  font-size: 0.55rem;
  font-style: normal;
}

.access-person > em i {
  width: 5px;
  height: 5px;
  background: var(--tertiary);
  border-radius: 50%;
}

.access-org-caption {
  position: absolute;
  z-index: 4;
  right: 18px;
  bottom: 16px;
  left: 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  background: rgba(8, 47, 58, 0.94);
  border-radius: 9px;
  color: #fff;
}

.access-org-caption > span {
  display: grid;
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  place-items: center;
  background: var(--tertiary);
  border-radius: 7px;
  font-size: 0.55rem;
  font-weight: 900;
}

.access-org-caption p {
  display: flex;
  margin: 0;
  flex-direction: column;
}

.access-org-caption b {
  font-size: 0.69rem;
}

.access-org-caption small {
  margin-top: 2px;
  color: #c6dadd;
  font-size: 0.59rem;
}

@keyframes accessPanelUpdate {
  0% { opacity: 0.55; transform: translateY(4px); }
  100% { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1100px) {
  .access-control-layout {
    grid-template-columns: minmax(330px, 0.85fr) minmax(490px, 1.15fr);
    gap: 38px;
  }

  .access-person { width: 175px; }
  .access-admin { width: 205px; }
  .access-manager { width: 185px; }
  .access-cashier { width: 150px; }
  .manager-one { left: 5%; }
  .manager-two { right: 5%; }
  .cashier-one { left: 8%; }
  .cashier-two { right: 8%; }
}

@media (max-width: 880px) {
  .access-control-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .access-control-copy > h2,
  .access-control-copy > h3,
  .access-control-copy > p:not(.access-control-eyebrow) {
    max-width: 680px;
  }

  .access-team-visual {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
}

@media (max-width: 620px) {
  .access-control-section {
    padding: 88px 0 82px;
  }

  .access-control-copy > h2 {
    font-size: clamp(2.85rem, 13vw, 4.35rem);
  }

  .access-role-tabs {
    grid-template-columns: 1fr;
  }

  .access-role-tabs button {
    justify-content: flex-start;
    padding: 0 12px;
  }

  .access-control-value {
    grid-template-columns: 1fr;
  }

  .access-control-value > span {
    display: none;
  }

  .access-team-topbar {
    grid-template-columns: 1fr auto;
  }

  .access-team-topbar > span {
    display: none;
  }

  .access-org-chart {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: 30px;
    padding: 24px 18px 92px;
    overflow: visible;
  }

  .access-org-lines {
    display: none;
  }

  .access-person,
  .access-admin,
  .access-manager,
  .access-cashier,
  .manager-one,
  .manager-two,
  .cashier-one,
  .cashier-two {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 112px;
    opacity: 1;
    transform: none;
    translate: none;
  }

  .manager-two,
  .cashier-two {
    display: none;
  }

  .access-person:not(.cashier-one)::after {
    content: "↓";
    position: absolute;
    bottom: -23px;
    left: 50%;
    color: var(--secondary);
    font-size: 0.85rem;
    font-weight: 900;
    transform: translateX(-50%);
  }

  .access-person.is-active::after {
    top: auto;
    right: auto;
  }

  .access-org-caption {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .access-org-lines i {
    opacity: 1;
    transform: scale(1);
    transition: none;
  }

  .access-person {
    opacity: 1;
    translate: 0 0;
    transition: border-color 0.2s ease;
  }

  .access-permission-panel.is-updating {
    animation: none;
  }
}

/* Negocios que quieren crecer */
.business-types-section {
  position: relative;
  isolation: isolate;
  padding: 124px 0 112px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(22, 163, 74, 0.11), transparent 25%),
    radial-gradient(circle at 91% 78%, rgba(249, 115, 22, 0.13), transparent 27%),
    linear-gradient(145deg, #04171d 0%, #082f3a 48%, #0a3a47 100%);
}

.business-types-decoration {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.38;
  background-image:
    radial-gradient(circle, rgba(116, 199, 217, 0.28) 0 1px, transparent 1.5px),
    linear-gradient(rgba(116, 199, 217, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 199, 217, 0.055) 1px, transparent 1px);
  background-size: 38px 38px, 76px 76px, 76px 76px;
  mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 85%, transparent);
}

.business-types-heading {
  max-width: 890px;
  margin: 0 auto 57px;
  text-align: center;
}

.business-types-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 17px;
  color: #87d5e4;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.business-types-eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--secondary);
}

.business-types-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 6vw, 5.75rem);
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.business-types-heading h2 em {
  color: #78d1e3;
  font-style: normal;
}

.business-types-heading > p:last-child {
  max-width: 690px;
  margin: 22px auto 0;
  color: #b7d0d5;
  font-size: 0.92rem;
  line-height: 1.7;
}

.business-types-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 15px;
}

.business-type-card {
  --type-delay: 0s;
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 275px;
  flex-direction: column;
  padding: 26px;
  background: rgba(250, 253, 253, 0.97);
  border: 1px solid rgba(157, 203, 213, 0.42);
  border-radius: 20px;
  color: var(--teal-ink);
  box-shadow: 0 18px 40px rgba(0, 10, 14, 0.2);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.type-grocery { grid-column: span 5; }
.type-pharmacy { grid-column: span 3; }
.type-produce { grid-column: span 4; }
.type-stationery { grid-column: span 3; }
.type-hardware { grid-column: span 5; }
.type-boutique { grid-column: span 4; }
.type-pets { grid-column: span 5; }
.type-coffee { grid-column: span 7; }

.business-type-card:hover,
.business-type-card:focus-visible {
  z-index: 2;
  border-color: rgba(120, 205, 222, 0.75);
  box-shadow: 0 28px 58px rgba(0, 9, 13, 0.3);
  transform: translateY(-5px);
}

.business-type-card:focus-visible {
  outline: 3px solid rgba(249, 115, 22, 0.7);
  outline-offset: 4px;
}

.business-type-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 76px;
  height: 3px;
  background: linear-gradient(90deg, var(--secondary), transparent);
  transition: width 0.3s ease;
}

.business-type-card:hover::before,
.business-type-card:focus-visible::before {
  width: 55%;
}

.business-type-number {
  position: absolute;
  top: 22px;
  right: 23px;
  color: #8aa0a5;
  font-size: 0.56rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.business-type-icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  background: rgba(21, 94, 117, 0.08);
  border: 1px solid rgba(21, 94, 117, 0.18);
  border-radius: 15px;
  color: var(--primary);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.business-type-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.business-type-card:hover .business-type-icon,
.business-type-card:focus-visible .business-type-icon {
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px) rotate(-2deg);
}

.business-type-card > div {
  position: relative;
  z-index: 2;
  max-width: 390px;
  margin-top: 22px;
}

.business-type-card > div small {
  color: var(--secondary);
  font-size: 0.54rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.business-type-card h3 {
  margin: 6px 0 0;
  color: var(--teal-ink);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.business-type-card > div p {
  margin: 10px 0 0;
  color: #617b81;
  font-size: 0.7rem;
  line-height: 1.55;
}

.business-type-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  margin-top: auto;
  padding-top: 17px;
  color: var(--primary);
  font-size: 0.62rem;
  font-weight: 780;
}

.business-type-link i {
  color: var(--secondary);
  font-size: 0.8rem;
  font-style: normal;
  transition: transform 0.2s ease;
}

.business-type-card:hover .business-type-link i,
.business-type-card:focus-visible .business-type-link i {
  transform: translateX(4px);
}

.business-type-visual {
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 150px;
  height: 120px;
  opacity: 0.085;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.3s ease;
}

.business-type-card:hover .business-type-visual {
  opacity: 0.14;
  transform: scale(1.04) translate(-3px, -3px);
}

.grocery-visual i {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 125px;
  height: 88px;
  border: 8px solid var(--primary);
  border-radius: 6px;
}

.grocery-visual i::before {
  content: "";
  position: absolute;
  top: -35px;
  left: -14px;
  width: 138px;
  height: 29px;
  background: repeating-linear-gradient(90deg, var(--primary) 0 22px, transparent 22px 40px);
  border: 7px solid var(--primary);
  clip-path: polygon(7% 0, 93% 0, 100% 100%, 0 100%);
}

.grocery-visual i:nth-child(n + 2) { display: none; }

.hardware-visual i:first-child {
  position: absolute;
  top: 15px;
  left: 65px;
  width: 18px;
  height: 108px;
  background: var(--primary);
  border-radius: 12px;
  transform: rotate(42deg);
}

.hardware-visual i:first-child::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -20px;
  width: 55px;
  height: 38px;
  border: 13px solid var(--primary);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
}

.hardware-visual i:last-child {
  position: absolute;
  right: 15px;
  bottom: 10px;
  width: 62px;
  height: 12px;
  background: var(--primary);
  border-radius: 8px;
  transform: rotate(-33deg);
}

.coffee-visual i {
  position: absolute;
  right: 12px;
  bottom: 10px;
  width: 100px;
  height: 70px;
  border: 9px solid var(--primary);
  border-radius: 5px 5px 36px 36px;
}

.coffee-visual i::before {
  content: "";
  position: absolute;
  top: 7px;
  right: -45px;
  width: 37px;
  height: 37px;
  border: 9px solid var(--primary);
  border-left: 0;
  border-radius: 0 50% 50% 0;
}

.coffee-visual i::after {
  content: "";
  position: absolute;
  top: -58px;
  left: 20px;
  width: 42px;
  height: 43px;
  border-left: 7px solid var(--primary);
  border-right: 7px solid var(--primary);
  border-radius: 50%;
}

.type-grocery,
.type-hardware,
.type-coffee {
  background:
    radial-gradient(circle at 92% 90%, rgba(21, 94, 117, 0.1), transparent 35%),
    rgba(250, 253, 253, 0.98);
}

.business-types-close {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-top: 38px;
  padding-top: 35px;
  border-top: 1px solid rgba(139, 195, 207, 0.22);
}

.business-types-close-icon {
  position: relative;
  display: block;
  width: 58px;
  height: 52px;
}

.business-types-close-icon::before,
.business-types-close-icon::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 10px;
  width: 37px;
  border-top: 1px solid rgba(125, 204, 220, 0.48);
}

.business-types-close-icon::before { transform: rotate(32deg); }
.business-types-close-icon::after { transform: rotate(-32deg); }

.business-types-close-icon i {
  position: absolute;
  z-index: 2;
  width: 9px;
  height: 9px;
  background: var(--tertiary);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(22, 163, 74, 0.1);
}

.business-types-close-icon i:nth-child(1) { top: 21px; left: 2px; background: var(--secondary); }
.business-types-close-icon i:nth-child(2) { top: 5px; right: 1px; }
.business-types-close-icon i:nth-child(3) { right: 1px; bottom: 4px; }

.business-types-close h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.5rem, 2.6vw, 2.25rem);
  letter-spacing: -0.04em;
}

.business-types-close p {
  margin: 7px 0 0;
  color: #b6cfd4;
  font-size: 0.75rem;
  line-height: 1.55;
}

.business-types-close > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(156, 211, 222, 0.42);
  border-radius: 9px;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 760;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}

.business-types-close > a:hover,
.business-types-close > a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.business-types-close > a:focus-visible {
  outline: 3px solid rgba(249, 115, 22, 0.65);
  outline-offset: 4px;
}

@media (max-width: 920px) {
  .business-types-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-type-card,
  .type-grocery,
  .type-pharmacy,
  .type-produce,
  .type-stationery,
  .type-hardware,
  .type-boutique,
  .type-pets,
  .type-coffee {
    grid-column: span 1;
  }

  .business-types-close {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .business-types-close > a {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 600px) {
  .business-types-section {
    padding: 88px 0 82px;
  }

  .business-types-heading {
    margin-bottom: 40px;
    text-align: left;
  }

  .business-types-eyebrow {
    justify-content: flex-start;
  }

  .business-types-heading h2 {
    font-size: clamp(3rem, 14vw, 4.55rem);
  }

  .business-types-heading > p:last-child {
    font-size: 0.86rem;
  }

  .business-types-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .business-type-card {
    min-height: 0;
    padding: 24px;
  }

  .business-type-card > div p {
    font-size: 0.74rem;
  }

  .business-type-link {
    margin-top: 20px;
    font-size: 0.67rem;
  }

  .business-type-visual {
    display: none;
  }

  .business-types-close {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .business-types-close-icon {
    display: none;
  }

  .business-types-close > a {
    grid-column: auto;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .business-type-card,
  .business-type-icon,
  .business-type-link i,
  .business-type-visual,
  .business-types-close > a {
    transition: none;
  }

  .business-type-card:hover,
  .business-type-card:focus-visible,
  .business-types-close > a:hover,
  .business-types-close > a:focus-visible {
    transform: none;
  }
}

/* Planes: jerarquia comercial clara y moderna */
.pricing-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 34%, rgba(21, 94, 117, 0.1), transparent 30%),
    radial-gradient(circle at 94% 10%, rgba(249, 115, 22, 0.08), transparent 22%),
    linear-gradient(180deg, #f7fafb 0%, #edf5f6 100%);
}

.pricing-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(21, 94, 117, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 94, 117, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.pricing-section .section-heading {
  max-width: 820px;
  margin-bottom: 58px;
}

.pricing-section .section-heading .kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  background: rgba(21, 94, 117, 0.08);
  border: 1px solid rgba(21, 94, 117, 0.15);
  border-radius: 999px;
}

.pricing-section .section-heading .kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--tertiary);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.09);
}

.pricing-section .section-heading h2 {
  max-width: 760px;
  margin-inline: auto;
  font-size: clamp(3rem, 5.8vw, 5.25rem);
}

.pricing-section .section-heading > p:last-child {
  max-width: 620px;
  margin-inline: auto;
  font-size: 0.94rem;
  line-height: 1.7;
}

.pricing-grid {
  gap: 22px;
  align-items: stretch;
}

.pricing-card {
  isolation: isolate;
  min-width: 0;
  padding: 28px 27px 25px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #ccdee1;
  border-radius: 25px;
  box-shadow: 0 18px 42px rgba(8, 47, 58, 0.09);
  overflow: visible;
  transition: opacity 0.65s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.pricing-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  height: 8px;
  background: linear-gradient(90deg, var(--primary), #79c5d5);
  border-radius: 25px 25px 0 0;
}

.pricing-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 145px;
  height: 145px;
  background: radial-gradient(circle at 100% 0, rgba(21, 94, 117, 0.11), transparent 68%);
  border-radius: 0 25px 0 100%;
  pointer-events: none;
}

.pricing-card:hover {
  border-color: rgba(21, 94, 117, 0.42);
  box-shadow: 0 28px 58px rgba(8, 47, 58, 0.15);
  transform: translateY(-5px);
}

.pricing-card.recommended {
  padding-top: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(91, 192, 214, 0.2), transparent 28%),
    linear-gradient(150deg, #0c4352 0%, #082f3a 72%);
  border: 2px solid rgba(109, 205, 224, 0.7);
  color: #fff;
  box-shadow:
    0 30px 65px rgba(8, 47, 58, 0.25),
    0 0 0 6px rgba(21, 94, 117, 0.06);
  transform: translateY(-13px);
}

.pricing-card.recommended::before {
  background: linear-gradient(90deg, var(--secondary), #ffac70);
}

.pricing-card.recommended::after {
  background: radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.1), transparent 68%);
}

.pricing-card.recommended:hover {
  box-shadow:
    0 38px 78px rgba(8, 47, 58, 0.32),
    0 0 0 7px rgba(21, 94, 117, 0.08);
  transform: translateY(-18px);
}

.pricing-card.enterprise::before {
  background: linear-gradient(90deg, var(--secondary), var(--primary));
}

.recommended-band {
  top: -17px;
  min-height: 32px;
  padding: 0 15px;
  background: var(--secondary);
  border: 3px solid #edf5f6;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(249, 115, 22, 0.22);
  font-size: 0.58rem;
  line-height: 26px;
}

.plan-identity {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
}

.plan-symbol {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: end;
  justify-content: center;
  gap: 4px;
  padding-bottom: 12px;
  background: rgba(21, 94, 117, 0.08);
  border: 1px solid rgba(21, 94, 117, 0.16);
  border-radius: 14px;
}

.plan-symbol i {
  display: block;
  width: 6px;
  background: #b7d0d5;
  border-radius: 4px 4px 1px 1px;
}

.plan-symbol i:nth-child(1) { height: 10px; }
.plan-symbol i:nth-child(2) { height: 17px; }
.plan-symbol i:nth-child(3) { height: 24px; }

.pricing-card:nth-child(1) .plan-symbol i:nth-child(1),
.pricing-card:nth-child(2) .plan-symbol i:nth-child(-n + 2),
.pricing-card:nth-child(3) .plan-symbol i {
  background: var(--primary);
}

.pricing-card.recommended .plan-symbol {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.pricing-card.recommended .plan-symbol i {
  background: rgba(255, 255, 255, 0.26);
}

.pricing-card.recommended .plan-symbol i:nth-child(-n + 2) {
  background: var(--secondary);
}

.plan-identity > div {
  display: flex;
  flex-direction: column;
}

.plan-label {
  color: var(--primary);
  font-size: 0.86rem;
  letter-spacing: 0.12em;
}

.plan-identity small {
  margin-top: 4px;
  color: #71898e;
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.pricing-card.recommended .plan-label {
  color: #fff;
}

.pricing-card.recommended .plan-identity small {
  color: #9bcbd5;
}

.plan-top p {
  min-height: auto;
  margin: 17px 0 0;
  color: #617b81;
  font-size: 0.88rem;
  line-height: 1.5;
}

.pricing-card.recommended .plan-top p {
  color: #bad2d7;
}

.price {
  align-items: center;
  min-height: 105px;
  margin: 18px 0 20px;
  padding: 17px 18px;
  background: linear-gradient(135deg, #eef5f6, #f8fbfb);
  border: 1px solid #d7e5e7;
  border-radius: 16px;
}

.price sup {
  align-self: flex-start;
  margin-top: 10px;
  color: var(--primary);
  font-size: 1.2rem;
}

.price strong {
  color: var(--teal-ink);
  font-size: clamp(3.5rem, 5vw, 4.35rem);
}

.price > span {
  margin: 15px 0 0 10px;
  color: #647d83;
  font-size: 0.65rem;
  font-weight: 650;
}

.pricing-card.recommended .price {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.16);
}

.pricing-card.recommended .price sup,
.pricing-card.recommended .price strong {
  color: #fff;
}

.pricing-card.recommended .price > span {
  color: #b9d3d8;
}

.capacity {
  gap: 7px;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.capacity span {
  min-width: 0;
  min-height: 69px;
  justify-content: center;
  padding: 8px 5px;
  background: #f0f6f6;
  border: 1px solid #d9e6e8 !important;
  border-radius: 11px;
  color: #607a80;
  font-size: 0.62rem;
  line-height: 1.25;
  text-align: center;
}

.capacity b {
  margin-bottom: 2px;
  color: var(--primary);
  font-size: 1.2rem;
}

.pricing-card.recommended .capacity span {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.15) !important;
  color: #c3d9dd;
}

.pricing-card.recommended .capacity b {
  color: #fff;
}

.plan-includes {
  margin: 24px 0 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dce7e9;
  color: var(--teal-ink);
  font-size: 0.68rem;
  font-weight: 820;
}

.pricing-card.recommended .plan-includes {
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.pricing-card ul {
  margin: 7px 0 23px;
}

.pricing-card li {
  padding: 8px 0 8px 25px;
  border-bottom-color: #e3ebed;
  color: #49676e;
  font-size: 0.8rem;
  line-height: 1.45;
}

.pricing-card li::before {
  top: 8px;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  background: rgba(22, 163, 74, 0.1);
  border-radius: 50%;
  color: var(--tertiary);
  font-size: 0.56rem;
}

.pricing-card.recommended li {
  border-bottom-color: rgba(255, 255, 255, 0.11);
  color: #d0e0e3;
}

.pricing-card.recommended li::before {
  background: rgba(22, 163, 74, 0.2);
  color: #60e58f;
}

.pricing-card .button {
  min-height: 52px;
  border-radius: 11px;
  font-size: 0.74rem;
  font-weight: 800;
}

.pricing-card:not(.recommended) .button-outline {
  background: #fff;
  border-color: var(--primary);
  color: var(--primary);
}

.pricing-card:not(.recommended) .button-outline:hover {
  background: var(--primary);
  color: #fff;
}

.pricing-card.recommended .button {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
  box-shadow: 0 12px 25px rgba(249, 115, 22, 0.22);
}

.pricing-card.recommended .button:hover {
  background: #e9630f;
}

.pricing-card > small {
  margin-top: 12px;
  color: #6d858b;
  font-size: 0.68rem;
  line-height: 1.4;
}

.pricing-card.recommended > small {
  color: #a9c9cf;
}

.comparison {
  margin-top: 42px;
  background: rgba(255, 255, 255, 0.9);
  border-color: #cadde0;
  border-radius: 19px;
  box-shadow: 0 14px 35px rgba(8, 47, 58, 0.07);
}

.comparison-toggle {
  min-height: 76px;
  padding: 20px 25px;
}

.comparison-toggle small {
  font-size: 0.62rem;
}

.comparison-toggle b {
  margin-top: 3px;
  color: var(--teal-ink);
  font-size: 1.05rem;
}

.comparison-toggle i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  background: rgba(249, 115, 22, 0.1);
  border-radius: 10px;
}

.comparison-content table {
  font-size: 0.83rem;
}

.addons {
  margin-top: 34px;
  padding: 42px;
  background:
    radial-gradient(circle at 100% 0, rgba(92, 193, 214, 0.18), transparent 30%),
    linear-gradient(140deg, #0c4352, #082f3a);
  border: 1px solid rgba(102, 188, 207, 0.38);
  border-radius: 24px;
  box-shadow: 0 24px 58px rgba(8, 47, 58, 0.2);
}

.addons-copy > p {
  color: #c2d7db;
  font-size: 0.86rem;
}

.addon-prices > div {
  min-height: 96px;
  justify-content: center;
  padding: 16px;
  border-radius: 12px;
}

.addon-prices > div span {
  color: #c2d7db;
  font-size: 0.65rem;
}

.addon-prices > div b {
  margin-top: 4px;
  font-size: 1.45rem;
}

.addon-prices small {
  font-size: 0.62rem;
}

.addon-prices > p {
  padding: 12px 14px;
  font-size: 0.72rem;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .pricing-section .section-heading {
    margin-bottom: 46px;
  }

  .pricing-grid {
    gap: 26px;
  }

  .pricing-card,
  .pricing-card.recommended {
    transform: none;
  }

  .pricing-card.recommended:hover {
    transform: translateY(-5px);
  }
}

@media (max-width: 600px) {
  .pricing-section .section-heading {
    text-align: left;
  }

  .pricing-section .section-heading .kicker {
    align-self: flex-start;
  }

  .pricing-section .section-heading h2 {
    margin-inline: 0;
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .pricing-section .section-heading > p:last-child {
    margin-inline: 0;
    font-size: 0.88rem;
  }

  .pricing-card {
    padding: 27px 22px 23px;
    border-radius: 21px;
  }

  .price {
    min-height: 98px;
    padding: 15px;
  }

  .price strong {
    font-size: 3.7rem;
  }

  .capacity span {
    min-height: 66px;
    font-size: 0.62rem;
  }

  .pricing-card li {
    font-size: 0.78rem;
  }

  .comparison-toggle b {
    font-size: 0.92rem;
  }

  .addons {
    padding: 28px 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pricing-card,
  .plan-symbol,
  .comparison-toggle i {
    transition: none;
  }

  .pricing-card:hover,
  .pricing-card.recommended:hover {
    transform: none;
  }
}

/* Prueba: recorrido claro en cuatro pasos */
.trial-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 55%, rgba(21, 94, 117, 0.11), transparent 34%),
    radial-gradient(circle at 96% 12%, rgba(249, 115, 22, 0.09), transparent 23%),
    linear-gradient(180deg, #f8fbfb 0%, #edf5f6 100%);
}

.trial-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.5;
  background-image:
    radial-gradient(circle, rgba(21, 94, 117, 0.16) 0 1px, transparent 1.5px),
    linear-gradient(rgba(21, 94, 117, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 94, 117, 0.04) 1px, transparent 1px);
  background-size: 38px 38px, 76px 76px, 76px 76px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.trial-section .section-heading {
  max-width: 790px;
  margin-bottom: 50px;
}

.trial-section .section-heading .kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  background: rgba(249, 115, 22, 0.08);
  border: 1px solid rgba(249, 115, 22, 0.18);
  border-radius: 999px;
}

.trial-section .section-heading .kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--secondary);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.09);
}

.trial-section .section-heading h2 {
  max-width: 720px;
  margin-inline: auto;
  font-size: clamp(3rem, 5.8vw, 5.2rem);
}

.trial-section .section-heading > p:last-child {
  max-width: 600px;
  margin-inline: auto;
  font-size: 0.94rem;
  line-height: 1.7;
}

.trial-journey {
  position: relative;
  padding: 19px 19px 22px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid #ccdee1;
  border-radius: 27px;
  box-shadow: 0 26px 65px rgba(8, 47, 58, 0.11);
  backdrop-filter: blur(10px);
}

.trial-progress-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 8px 15px;
  border-bottom: 1px solid #dbe7e9;
}

.trial-progress-label span {
  color: var(--primary);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trial-progress-label b {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #617b81;
  font-size: 0.68rem;
}

.trial-progress-label b::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--tertiary);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.09);
}

.trial-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
}

.trial-steps::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 56px;
  right: 11%;
  left: 11%;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), #61adbd 55%, var(--tertiary));
  opacity: 0.28;
}

.trial-steps li {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  min-height: 270px;
  flex-direction: column;
  padding: 21px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #d4e3e5;
  border-top: 1px solid #d4e3e5;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(8, 47, 58, 0.07);
  transition: opacity 0.65s ease, transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.trial-steps li:nth-child(2) { transition-delay: 0.08s; }
.trial-steps li:nth-child(3) { transition-delay: 0.16s; }
.trial-steps li:nth-child(4) { transition-delay: 0.24s; }

.trial-steps li::before {
  display: none;
}

.trial-steps li:hover {
  border-color: rgba(21, 94, 117, 0.38);
  box-shadow: 0 21px 42px rgba(8, 47, 58, 0.12);
  transform: translateY(-5px);
}

.trial-steps li:last-child {
  background:
    radial-gradient(circle at 100% 0, rgba(93, 194, 215, 0.2), transparent 35%),
    linear-gradient(145deg, #0c4352, #082f3a);
  border-color: rgba(101, 190, 208, 0.5);
  color: #fff;
  box-shadow: 0 19px 42px rgba(8, 47, 58, 0.2);
}

.trial-step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.trial-step-top > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: rgba(21, 94, 117, 0.08);
  border: 1px solid rgba(21, 94, 117, 0.16);
  border-radius: 12px;
  color: var(--primary);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.trial-step-top > i {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  background: #eef5f6;
  border-radius: 13px;
  color: var(--primary);
  font-style: normal;
}

.trial-step-top svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trial-steps li:last-child .trial-step-top > span {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}

.trial-steps li:last-child .trial-step-top > i {
  background: rgba(255, 255, 255, 0.09);
  color: #6ce497;
}

.trial-steps li > small {
  margin-top: 31px;
  color: var(--secondary);
  font-size: 0.54rem;
  font-weight: 850;
  letter-spacing: 0.11em;
}

.trial-steps h3 {
  margin: 7px 0 8px;
  color: var(--teal-ink);
  font-size: clamp(1.12rem, 1.7vw, 1.42rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.trial-steps p {
  margin: 0;
  color: #607a80;
  font-size: 0.78rem;
  line-height: 1.55;
}

.trial-steps li:last-child h3 {
  color: #fff;
}

.trial-steps li:last-child p {
  color: #bdd3d8;
}

.trial-connector {
  position: absolute;
  z-index: 4;
  top: 43px;
  right: -19px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  background: #fff;
  border: 1px solid #cbdde0;
  border-radius: 50%;
  color: var(--secondary);
  font-size: 0.67rem;
  box-shadow: 0 6px 15px rgba(8, 47, 58, 0.11);
}

.trial-action {
  position: relative;
  z-index: 2;
  width: min(100%, 540px);
  margin: 27px auto 0;
  padding: 19px 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #cddfe2;
  border-radius: 17px;
  box-shadow: 0 15px 34px rgba(8, 47, 58, 0.09);
}

.trial-action::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  height: 28px;
  border-left: 2px dotted rgba(21, 94, 117, 0.26);
}

.trial-action .button {
  width: 100%;
  min-height: 54px;
  border-radius: 11px;
  font-size: 0.76rem;
  font-weight: 820;
  box-shadow: 0 13px 25px rgba(21, 94, 117, 0.18);
}

.trial-action small {
  margin-top: 11px;
  color: #5f797f;
  font-size: 0.72rem;
}

@media (max-width: 900px) {
  .trial-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trial-steps::before {
    display: none;
  }

  .trial-steps li {
    min-height: 245px;
  }

  .trial-connector {
    display: none;
  }
}

@media (max-width: 600px) {
  .trial-section .section-heading {
    margin-bottom: 39px;
    text-align: left;
  }

  .trial-section .section-heading .kicker {
    align-self: flex-start;
  }

  .trial-section .section-heading h2 {
    margin-inline: 0;
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .trial-section .section-heading > p:last-child {
    margin-inline: 0;
    font-size: 0.88rem;
  }

  .trial-journey {
    padding: 14px;
    border-radius: 21px;
  }

  .trial-progress-label {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding: 4px 4px 14px;
  }

  .trial-steps {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 14px;
  }

  .trial-steps li {
    min-height: 0;
    padding: 21px;
  }

  .trial-steps li:not(:last-child)::after {
    content: "↓";
    position: absolute;
    bottom: -23px;
    left: 50%;
    color: var(--secondary);
    font-size: 0.82rem;
    font-weight: 900;
    transform: translateX(-50%);
  }

  .trial-steps li > small {
    margin-top: 24px;
    font-size: 0.58rem;
  }

  .trial-steps h3 {
    font-size: 1.35rem;
  }

  .trial-steps p {
    font-size: 0.82rem;
  }

  .trial-action {
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trial-steps li {
    transition: none;
  }

  .trial-steps li:hover {
    transform: none;
  }
}

/* Preguntas frecuentes: centro de respuestas */
.faq-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 23%, rgba(21, 94, 117, 0.1), transparent 25%),
    radial-gradient(circle at 95% 82%, rgba(249, 115, 22, 0.08), transparent 23%),
    linear-gradient(180deg, #f7fafb 0%, #edf5f6 100%);
}

.faq-section::before {
  content: "?";
  position: absolute;
  z-index: -1;
  top: -130px;
  left: -35px;
  color: rgba(21, 94, 117, 0.035);
  font-size: 34rem;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.faq-layout {
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 76px;
}

.faq-intro {
  top: 105px;
  padding: 31px;
  background:
    radial-gradient(circle at 100% 0, rgba(97, 190, 210, 0.2), transparent 34%),
    linear-gradient(145deg, #0c4352, #082f3a);
  border: 1px solid rgba(99, 184, 203, 0.44);
  border-radius: 24px;
  color: #fff;
  box-shadow: 0 28px 65px rgba(8, 47, 58, 0.22);
  overflow: hidden;
}

.faq-intro::after {
  content: "?";
  position: absolute;
  right: -9px;
  bottom: -55px;
  color: rgba(255, 255, 255, 0.045);
  font-size: 14rem;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.faq-intro .kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: #8ed6e5;
}

.faq-intro .kicker::before {
  content: "?";
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  background: #d9eef2;
  border: 1px solid rgba(142, 214, 229, 0.55);
  border-radius: 50%;
  color: #0c5367;
  font-size: 0.52rem;
  font-weight: 900;
}

.faq-intro h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: clamp(2.75rem, 4.5vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.058em;
}

.faq-intro > p:last-of-type {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  color: #bfd5da;
  font-size: 0.88rem;
  line-height: 1.65;
}

.faq-intro-visual {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 29px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.faq-intro-visual > span {
  display: grid;
  flex: 0 0 47px;
  width: 47px;
  height: 47px;
  place-items: center;
  background: rgba(142, 214, 229, 0.12);
  border: 1px solid rgba(142, 214, 229, 0.34);
  border-radius: 14px;
  color: #a9e1ec;
  font-size: 1.45rem;
  font-weight: 900;
}

.faq-intro-visual > div {
  display: flex;
  flex-direction: column;
}

.faq-intro-visual b {
  color: #fff;
  font-size: 0.72rem;
}

.faq-intro-visual small {
  margin-top: 3px;
  color: #a9c7cd;
  font-size: 0.58rem;
  line-height: 1.4;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #d0e0e3;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(8, 47, 58, 0.055);
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.faq-list details:hover {
  border-color: rgba(21, 94, 117, 0.38);
  box-shadow: 0 15px 32px rgba(8, 47, 58, 0.09);
}

.faq-list details[open] {
  background: #fff;
  border-color: rgba(21, 94, 117, 0.55);
  box-shadow: 0 18px 38px rgba(8, 47, 58, 0.11);
}

.faq-list details summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 39px;
  align-items: center;
  gap: 13px;
  min-height: 78px;
  padding: 13px 16px;
  color: var(--teal-ink);
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 780;
  line-height: 1.35;
  list-style: none;
}

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

.faq-number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: #edf5f6;
  border: 1px solid #d7e5e7;
  border-radius: 11px;
  color: var(--primary);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  transition: background 0.25s ease, color 0.25s ease;
}

.faq-question {
  min-width: 0;
}

.faq-toggle {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  background: #f1f5f5;
  border: 1px solid #d8e3e5;
  border-radius: 11px;
  color: #426a74;
  font-size: 1.1rem;
  font-weight: 500;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.faq-list details[open] summary .faq-number {
  background: var(--primary);
  color: #fff;
  transform: none;
}

.faq-list details[open] summary .faq-question {
  color: var(--primary);
  transform: none;
}

.faq-list details[open] summary .faq-toggle {
  background: #426a74;
  color: #fff;
  transform: rotate(45deg);
}

.faq-list details > p {
  position: relative;
  margin: 0 68px 18px 71px;
  padding: 15px 17px 15px 20px;
  background: #f0f6f6;
  border-left: 3px solid var(--tertiary);
  border-radius: 0 10px 10px 0;
  color: #536f75;
  font-size: 0.88rem;
  line-height: 1.7;
}

.faq-list details > p::before {
  content: "Respuesta";
  display: block;
  margin-bottom: 6px;
  color: var(--tertiary);
  font-size: 0.54rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.faq-list summary:focus-visible {
  outline: 3px solid rgba(21, 94, 117, 0.42);
  outline-offset: -3px;
  border-radius: 14px;
}

.faq-list-foot {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  margin-top: 7px;
  padding: 17px 18px;
  background: linear-gradient(135deg, #0c4352, #082f3a);
  border: 1px solid rgba(93, 180, 199, 0.4);
  border-radius: 15px;
  color: #fff;
  box-shadow: 0 17px 36px rgba(8, 47, 58, 0.18);
}

.faq-list-foot > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: var(--tertiary);
  border-radius: 11px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
}

.faq-list-foot p {
  display: flex;
  margin: 0;
  flex-direction: column;
}

.faq-list-foot b {
  font-size: 0.7rem;
}

.faq-list-foot small {
  margin-top: 3px;
  color: #b7cfd4;
  font-size: 0.58rem;
  line-height: 1.4;
}

.faq-list-foot a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 13px;
  background: #e3f2f4;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 9px;
  color: #0a4859;
  font-size: 0.61rem;
  font-weight: 780;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}

.faq-list-foot a:hover {
  background: #fff;
  transform: translateY(-2px);
}

.faq-list-foot a:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.65);
  outline-offset: 3px;
}

.faq-list-foot i {
  font-style: normal;
}

@media (max-width: 900px) {
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .faq-intro {
    position: relative;
    top: auto;
  }

  .faq-intro h2 {
    max-width: 670px;
  }

  .faq-intro > p:last-of-type {
    max-width: 570px;
  }

  .faq-intro-visual {
    max-width: 390px;
  }
}

@media (max-width: 600px) {
  .faq-intro {
    padding: 26px 23px;
    border-radius: 20px;
  }

  .faq-intro h2 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .faq-list details summary {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 10px;
    min-height: 72px;
    padding: 12px;
    font-size: 0.88rem;
  }

  .faq-number,
  .faq-toggle {
    width: 36px;
    height: 36px;
  }

  .faq-list details > p {
    margin: 0 13px 14px;
    padding: 14px 15px;
    font-size: 0.84rem;
  }

  .faq-list-foot {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 16px;
  }

  .faq-list-foot > span {
    width: 38px;
    height: 38px;
  }

  .faq-list-foot a {
    grid-column: 1 / -1;
    justify-content: center;
    width: 100%;
    margin-top: 3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-list details,
  .faq-number,
  .faq-toggle,
  .faq-list-foot a {
    transition: none;
  }

  .faq-list-foot a:hover {
    transform: none;
  }
}

@media print {
  .site-header,
  .mobile-cta,
  .hero-actions,
  .trial-action {
    display: none;
  }

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

  .section,
  .feature-chapter {
    padding: 40px 0;
  }

  .hero {
    padding: 40px 0;
  }

  .product-window {
    box-shadow: none;
  }
}

/* Conoce tu negocio: actividad, comprensión y decisión */
.business-insight-story {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) 54px minmax(0, 1.08fr) 54px minmax(0, 0.97fr);
  align-items: stretch;
  gap: 0;
  margin-top: 12px;
  padding: 38px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(2, 21, 27, 0.58);
  border: 1px solid rgba(135, 202, 216, 0.2);
  border-radius: 30px;
  box-shadow: 0 35px 90px rgba(0, 9, 12, 0.32);
  overflow: hidden;
}

.business-insight-story::before {
  content: "DATOS  →  INFORMACIÓN  →  DECISIONES";
  position: absolute;
  top: 11px;
  left: 50%;
  color: rgba(167, 211, 220, 0.42);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  white-space: nowrap;
  transform: translateX(-50%);
}

.business-insight-story::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 44%;
  left: 50%;
  width: 42%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(72, 172, 194, 0.14), transparent 68%);
  filter: blur(14px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.insight-story-step {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  min-height: 470px;
  padding: 24px;
  flex-direction: column;
  background: #f9fbfb;
  border: 1px solid rgba(191, 216, 221, 0.9);
  border-radius: 20px;
  color: #244b55;
  box-shadow: 0 22px 45px rgba(0, 13, 17, 0.21);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease;
}

.business-insight-story.is-visible .insight-story-step {
  opacity: 1;
  transform: translateY(0);
}

.business-insight-story.is-visible .insight-story-understanding {
  transition-delay: 0.15s;
  transform: translateY(-12px);
}

.business-insight-story.is-visible .insight-story-decision {
  transition-delay: 0.3s;
}

.insight-story-step:hover {
  box-shadow: 0 28px 58px rgba(0, 13, 17, 0.28);
}

.insight-story-understanding {
  min-height: 494px;
  background: #fff;
  border-color: rgba(108, 188, 204, 0.82);
  box-shadow: 0 28px 65px rgba(0, 13, 17, 0.3), 0 0 0 1px rgba(105, 190, 208, 0.09);
}

.insight-story-step-head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding-bottom: 19px;
  border-bottom: 1px solid #dce7e9;
}

.insight-story-step-head > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: #e9f2f3;
  border: 1px solid #d2e2e5;
  border-radius: 12px;
  color: var(--primary);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.insight-story-understanding .insight-story-step-head > span {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.insight-story-step-head small {
  display: block;
  margin-bottom: 4px;
  color: #668087;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.insight-story-step-head h3 {
  margin: 0;
  color: #183f49;
  font-size: clamp(1.12rem, 1.5vw, 1.35rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.insight-activity-feed {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.insight-activity-feed > div {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 69px;
  padding: 10px 11px;
  background: #fff;
  border: 1px solid #dce7e9;
  border-radius: 12px;
}

.insight-activity-feed i {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  background: #e8f3ee;
  border-radius: 10px;
  color: #28734a;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
}

.insight-activity-feed i.attention {
  background: #f2f0e9;
  color: #7d692d;
}

.insight-activity-feed span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.insight-activity-feed small {
  color: #7b9095;
  font-size: 0.65rem;
  line-height: 1.35;
}

.insight-activity-feed b {
  margin-top: 3px;
  color: #315660;
  font-size: 0.78rem;
}

.insight-activity-feed strong {
  color: #244b55;
  font-size: 0.9rem;
  white-space: nowrap;
}

.insight-story-caption {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: auto 0 0;
  padding-top: 20px;
  color: #71878c;
  font-size: 0.68rem;
  line-height: 1.45;
}

.insight-story-caption i {
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  background: #6f9ba5;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(111, 155, 165, 0.11);
}

.insight-story-connector {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
}

.insight-story-connector span {
  position: absolute;
  left: 6px;
  right: 6px;
  height: 1px;
  background: linear-gradient(90deg, rgba(118, 193, 208, 0.25), rgba(118, 193, 208, 0.8));
}

.insight-story-connector b {
  z-index: 1;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  background: #0d4452;
  border: 1px solid rgba(124, 200, 216, 0.5);
  border-radius: 50%;
  color: #a9deea;
  font-size: 0.75rem;
}

.insight-pattern {
  margin-top: 22px;
  padding: 17px;
  background: #f3f7f7;
  border: 1px solid #d8e5e7;
  border-radius: 15px;
}

.insight-pattern-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.insight-pattern-top > span {
  display: flex;
  flex-direction: column;
}

.insight-pattern-top small {
  color: #789096;
  font-size: 0.62rem;
}

.insight-pattern-top b {
  margin-top: 3px;
  color: #294f59;
  font-size: 0.78rem;
}

.insight-pattern-top em {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #4b8061;
  font-size: 0.6rem;
  font-style: normal;
  white-space: nowrap;
}

.insight-pattern-top em i {
  width: 6px;
  height: 6px;
  background: var(--tertiary);
  border-radius: 50%;
}

.insight-pattern-chart {
  display: flex;
  height: 145px;
  align-items: end;
  gap: 7px;
  margin: 19px 0 14px;
  padding: 12px 8px 0;
  border-bottom: 1px solid #cadcdf;
  background: repeating-linear-gradient(to top, transparent 0 35px, rgba(113, 150, 158, 0.1) 35px 36px);
}

.insight-pattern-chart > span {
  position: relative;
  flex: 1;
  height: var(--bar);
  min-width: 9px;
  background: #a8c6cc;
  border-radius: 5px 5px 1px 1px;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.35s;
}

.business-insight-story.is-visible .insight-pattern-chart > span {
  transform: scaleY(1);
}

.insight-pattern-chart > span.is-peak {
  background: var(--primary);
  box-shadow: 0 0 0 4px rgba(21, 94, 117, 0.09);
}

.insight-pattern-chart i {
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  color: #779096;
  font-size: 0.56rem;
  font-style: normal;
  transform: translateX(-50%);
}

.insight-pattern-chart b {
  position: absolute;
  top: -22px;
  left: 50%;
  color: var(--primary);
  font-size: 0.59rem;
  transform: translateX(-50%);
}

.insight-pattern-result {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 11px;
  background: #fff;
  border: 1px solid #d7e5e7;
  border-radius: 11px;
}

.insight-pattern-result > span {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  background: #e8f3ee;
  border-radius: 50%;
  color: #28734a;
  font-size: 0.8rem;
  font-weight: 900;
}

.insight-pattern-result p {
  display: flex;
  margin: 0;
  flex-direction: column;
}

.insight-pattern-result small,
.insight-decision-label {
  color: #4a7860;
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.insight-pattern-result b {
  margin-top: 3px;
  color: #294f59;
  font-size: 0.74rem;
  line-height: 1.35;
}

.insight-decision-card {
  margin-top: 22px;
  padding: 20px;
  background: linear-gradient(145deg, #edf6f1, #f8fbf9);
  border: 1px solid #cfe3d7;
  border-radius: 15px;
}

.insight-decision-label {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
}

.insight-decision-label i {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  background: #d7ebdf;
  border-radius: 50%;
  color: #246d44;
  font-size: 0.58rem;
  font-style: normal;
}

.insight-decision-card h4 {
  margin: 17px 0 8px;
  color: #183f49;
  font-size: 1.48rem;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.insight-decision-card > p:not(.insight-decision-label) {
  margin: 0;
  color: #5f787e;
  font-size: 0.74rem;
  line-height: 1.55;
}

.insight-decision-card ul {
  display: grid;
  gap: 9px;
  margin: 17px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #d3e5da;
  list-style: none;
}

.insight-decision-card li {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
}

.insight-decision-card li span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  background: #fff;
  border: 1px solid #d1e3d8;
  border-radius: 8px;
  color: #4b7860;
  font-size: 0.5rem;
  font-weight: 900;
}

.insight-decision-card li b {
  color: #47656c;
  font-size: 0.7rem;
  font-weight: 720;
  line-height: 1.45;
}

.insight-story-sample {
  position: absolute;
  right: 39px;
  bottom: 14px;
  z-index: 2;
  color: rgba(164, 199, 206, 0.58);
  font-size: 0.56rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  .business-insight-story {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
  }

  .business-insight-story.is-visible .insight-story-understanding {
    transform: none;
  }

  .insight-story-step,
  .insight-story-understanding {
    min-height: auto;
  }

  .insight-story-connector {
    min-height: 58px;
  }

  .insight-story-connector span {
    top: 6px;
    bottom: 6px;
    left: 50%;
    width: 1px;
    height: auto;
    background: linear-gradient(rgba(118, 193, 208, 0.25), rgba(118, 193, 208, 0.8));
  }

  .insight-story-connector b {
    transform: rotate(90deg);
  }

  .insight-story-caption {
    margin-top: 25px;
  }
}

@media (max-width: 600px) {
  .business-insight-story {
    padding: 32px 13px 38px;
    border-radius: 22px;
  }

  .business-insight-story::before {
    font-size: 0.44rem;
    letter-spacing: 0.1em;
  }

  .insight-story-step {
    padding: 19px 17px;
    border-radius: 16px;
  }

  .insight-story-step-head {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .insight-story-step-head > span {
    width: 38px;
    height: 38px;
  }

  .insight-story-step-head h3 {
    font-size: 1.08rem;
  }

  .insight-activity-feed > div {
    grid-template-columns: 35px minmax(0, 1fr);
  }

  .insight-activity-feed strong {
    grid-column: 2;
  }

  .insight-pattern {
    padding: 14px;
  }

  .insight-pattern-top em {
    display: none;
  }

  .insight-decision-card {
    padding: 18px 16px;
  }

  .insight-story-sample {
    right: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .insight-story-step,
  .insight-pattern-chart > span {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .business-insight-story.is-visible .insight-story-understanding {
    transform: none;
  }
}

/* Hero v2 — portada editorial y centro de control */
.hero-v2 {
  position: relative;
  padding: 0;
  background: var(--teal-ink);
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}

.hero-v2:before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(
      circle at 76% 2%,
      rgba(30, 116, 139, 0.42),
      transparent 31%
    ),
    linear-gradient(115deg, #082f3a 0%, #0a3a47 58%, #0c4655 100%);
}

.hero-v2:after {
  content: "X";
  position: absolute;
  z-index: -1;
  right: -0.04em;
  top: -0.34em;
  color: rgba(255, 255, 255, 0.025);
  font-size: 54rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.15em;
  transform: rotate(-5deg);
}

.hero-grid-pattern {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.hero-index {
  position: absolute;
  z-index: 2;
  left: 18px;
  top: 150px;
  bottom: 115px;
  display: flex;
  align-items: center;
  gap: 15px;
  writing-mode: vertical-rl;
  color: #729da7;
  font-size: 0.52rem;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.hero-index i {
  width: 1px;
  flex: 1;
  background: rgba(255, 255, 255, 0.16);
}

.hero-v2-shell {
  position: relative;
  padding-top: 70px;
}

.hero-v2-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.5fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 60px;
}

.hero-v2 .hero-copy {
  max-width: none;
}

.hero-v2 .eyebrow {
  color: #a9cad1;
  margin-bottom: 25px;
}

.hero-v2 .eyebrow span {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(249, 115, 22, 0.14);
}

.hero-v2 h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(4.4rem, 8.15vw, 7.6rem);
  font-weight: 760;
  line-height: 0.82;
  letter-spacing: -0.085em;
}

.hero-v2 h1 > span {
  display: inline-block;
  color: #fff;
}

.hero-v2 h1 em {
  display: inline-block;
  margin-left: 8%;
  color: #fff4ec;
  font-family: "Onest", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.86em;
  font-weight: 420;
  font-style: normal;
  letter-spacing: -0.075em;
}

.hero-v2-aside {
  align-self: end;
  padding: 0 0 5px 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.aside-number {
  display: block;
  margin-bottom: 38px;
  color: var(--orange);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.hero-v2-aside > p {
  margin: 0 0 25px;
  color: #bdd2d7;
  font-size: 0.94rem;
  line-height: 1.7;
}

.hero-v2 .hero-actions {
  gap: 18px;
}

.hero-v2 .button {
  border-radius: 2px;
  box-shadow: none;
}

.hero-v2 .button:hover {
  box-shadow: 8px 8px 0 rgba(249, 115, 22, 0.18);
}

.hero-v2 .text-link {
  color: #fff;
  font-size: 0.76rem;
  letter-spacing: 0.03em;
}

.hero-v2 .text-link span {
  display: inline-block;
  margin-left: 8px;
  color: var(--orange);
  font-size: 1rem;
  transition: transform 0.2s;
}

.hero-v2 .text-link:hover span {
  transform: translate(3px, 3px);
}

.hero-control-deck {
  position: relative;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 150px;
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 0;
  background: #0a3541;
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.3);
}

.hero-control-deck:before {
  content: "";
  position: absolute;
  z-index: 3;
  left: -1px;
  top: -1px;
  width: 42px;
  height: 4px;
  background: var(--orange);
}

.deck-rail {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 25px 18px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(4, 35, 44, 0.7);
}

.deck-rail-heading {
  display: flex;
  flex-direction: column;
  padding-bottom: 25px;
}

.deck-rail-heading small {
  color: #668f99;
  font-size: 0.48rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.deck-rail-heading strong {
  margin-top: 5px;
  font-size: 0.82rem;
  line-height: 1.3;
}

.deck-rail ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.deck-rail li {
  position: relative;
  display: grid;
  grid-template-columns: 25px 1fr auto;
  align-items: center;
  gap: 7px;
  padding: 13px 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #7197a0;
}

.deck-rail li > span {
  font-size: 0.48rem;
  font-weight: 800;
}

.deck-rail li p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.deck-rail li b {
  color: #adc8ce;
  font-size: 0.66rem;
}

.deck-rail li small {
  font-size: 0.48rem;
}

.deck-rail li i {
  color: #476e77;
  font-size: 0.42rem;
  font-style: normal;
}

.deck-rail li.active {
  margin-inline: -18px;
  padding-inline: 22px 18px;
  background: var(--orange);
  color: #fff;
}

.deck-rail li.active b,
.deck-rail li.active small,
.deck-rail li.active i {
  color: #fff;
}

.deck-status {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.deck-status > span {
  width: 8px;
  height: 8px;
  background: #42d875;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(66, 216, 117, 0.1);
}

.deck-status p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.deck-status small {
  color: #638c96;
  font-size: 0.43rem;
  letter-spacing: 0.09em;
}

.deck-status b {
  color: #c3dade;
  font-size: 0.58rem;
}

.hero-control-deck .hero-product {
  min-width: 0;
  margin: 0;
  padding: 22px 22px 0;
  background: #dfe9e9;
  perspective: none;
  overflow: hidden;
}

.screen-label {
  display: flex;
  justify-content: space-between;
  padding: 0 2px 14px;
  color: #6d858a;
  font-size: 0.48rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.hero-start-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-start-image-frame {
  position: relative;
  width: 100%;
  margin: auto;
  background: #fff;
  border: 1px solid rgba(8, 47, 58, 0.2);
  box-shadow: 0 24px 48px rgba(8, 47, 58, 0.2);
  overflow: hidden;
}

.hero-start-image-frame:before,
.hero-start-image-frame:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 34px;
  height: 4px;
  background: var(--orange);
}

.hero-start-image-frame:before {
  left: 0;
  top: 0;
}

.hero-start-image-frame:after {
  right: 0;
  bottom: 0;
}

.hero-start-image-frame img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  background: #f4f7f8;
}

.hero-start-image figcaption {
  padding: 11px 2px 13px;
  color: #607b82;
  font-size: 0.55rem;
  letter-spacing: 0.02em;
  text-align: center;
}

.hero-v2 .product-window {
  border-radius: 4px 4px 0 0;
  border: 0;
  box-shadow: 0 20px 48px rgba(8, 47, 58, 0.18);
  transform: none;
}

.hero-v2 .window-topbar {
  height: 43px;
}

.hero-v2 .pos-body {
  height: 405px;
}

.sale-signal {
  position: absolute;
  z-index: 5;
  right: 127px;
  bottom: 25px;
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 10px;
  width: 240px;
  padding: 11px 13px;
  background: #fff;
  color: var(--ink);
  border-left: 3px solid var(--green);
  box-shadow: 0 15px 35px rgba(8, 47, 58, 0.22);
}

.sale-signal > span {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  background: var(--green-soft);
  color: var(--green);
  border-radius: 50%;
  font-weight: 900;
}

.sale-signal p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.sale-signal small {
  color: #7c9196;
  font-size: 0.44rem;
  letter-spacing: 0.08em;
}

.sale-signal strong {
  font-size: 0.8rem;
}

.sale-signal i {
  color: #86999d;
  font-size: 0.5rem;
  font-style: normal;
}

.deck-readout {
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  background: #072b35;
}

.deck-readout > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
  padding: 19px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.deck-readout > div:last-child {
  border: 0;
}

.deck-readout span {
  color: #5d8993;
  font-size: 0.49rem;
  font-weight: 900;
}

.deck-readout p {
  display: flex;
  flex-direction: column;
  margin: 13px 0;
}

.deck-readout small {
  color: #5d8993;
  font-size: 0.44rem;
  letter-spacing: 0.12em;
}

.deck-readout b {
  color: #d0e1e4;
  font-size: 0.7rem;
}

.deck-readout i {
  align-self: flex-end;
  color: var(--orange);
  font-size: 0.73rem;
  font-style: normal;
}

.deck-readout i.readout-green {
  color: #35c96a;
  font-size: 0.55rem;
}

.hero-v2-marquee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-width: max-content;
  height: 65px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #062a34;
  color: #7298a1;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.hero-v2-marquee i {
  color: var(--orange);
  font-style: normal;
  font-size: 0.7rem;
}

.section-heading h2,
.feature-copy h2,
.reports-copy h2,
.multi-intro h2,
.faq-intro h2,
.final-cta h2 {
  font-weight: 720;
}

.price strong,
.receipt-total strong,
.cart-summary strong,
.metric-row strong,
.addon-prices b,
.balance-card strong,
.sale-signal strong {
  font-variant-numeric: tabular-nums;
  font-feature-settings:
    "tnum" 1,
    "ss01" 1;
}

@media (max-width: 1200px) {
  .hero-index {
    display: none;
  }

  .hero-v2 h1 {
    font-size: clamp(4rem, 8.5vw, 6.2rem);
  }

  .hero-control-deck {
    grid-template-columns: 190px minmax(0, 1fr) 125px;
  }

  .deck-rail {
    padding-inline: 14px;
  }

  .deck-rail li.active {
    margin-inline: -14px;
    padding-inline: 18px 14px;
  }

  .hero-v2 .pos-body {
    height: 380px;
  }

  .sale-signal {
    right: 105px;
  }
}

@media (max-width: 900px) {
  .hero-v2-shell {
    padding-top: 55px;
  }

  .hero-v2-intro {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-bottom: 45px;
  }

  .hero-v2 h1 {
    font-size: clamp(4rem, 12vw, 6.4rem);
  }

  .hero-v2-aside {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px 35px;
    align-items: end;
    max-width: 720px;
    padding-left: 20px;
  }

  .aside-number {
    display: none;
  }

  .hero-v2-aside > p {
    margin: 0;
  }

  .hero-v2 .hero-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .hero-control-deck {
    grid-template-columns: 165px minmax(0, 1fr);
  }

  .deck-readout {
    display: none;
  }

  .sale-signal {
    right: 16px;
  }

  .hero-v2 .pos-body {
    height: 390px;
  }
}

@media (max-width: 650px) {
  .hero-v2-shell {
    width: 100%;
    padding: 42px 15px 0;
  }

  .hero-v2-intro {
    gap: 29px;
    margin-bottom: 38px;
  }

  .hero-v2 .eyebrow {
    margin-bottom: 19px;
    font-size: 0.6rem;
  }

  .hero-v2 h1 {
    font-size: clamp(3.35rem, 16vw, 5rem);
    line-height: 0.86;
  }

  .hero-v2 h1 em {
    margin-left: 0;
    font-size: 0.82em;
  }

  .hero-v2-aside {
    display: block;
    padding: 0;
    border: 0;
  }

  .hero-v2-aside > p {
    font-size: 0.87rem;
  }

  .hero-v2 .hero-actions {
    flex-direction: row;
    align-items: center;
  }

  .hero-v2 .hero-actions .button {
    flex: 1;
  }

  .hero-v2 .hero-actions .text-link {
    flex: 0 0 auto;
  }

  .hero-control-deck {
    display: block;
    margin-inline: -15px;
    border-inline: 0;
  }

  .deck-rail {
    display: none;
  }

  .hero-control-deck .hero-product {
    padding: 13px 9px 0;
  }

  .screen-label {
    padding-bottom: 9px;
  }

  .hero-start-image figcaption {
    padding-block: 8px 10px;
    font-size: 0.5rem;
  }

  .hero-v2-marquee {
    height: 52px;
    justify-content: flex-start;
    padding-left: 20px;
    gap: 20px;
  }

  .hero-v2 .button {
    min-height: 48px;
    padding-inline: 14px;
  }

  .hero-v2 .button span {
    display: none;
  }
}

@media (max-width: 380px) {
  .hero-v2 h1 {
    font-size: 3.25rem;
  }

  .hero-v2-aside > p {
    font-size: 0.82rem;
  }

  .hero-v2 .hero-actions {
    gap: 10px;
  }

  .hero-v2 .hero-actions .text-link {
    font-size: 0.67rem;
  }

  .hero-v2 .pos-body {
    height: 265px;
  }

  .sale-signal {
    width: 170px;
  }

  .sale-signal i {
    display: none;
  }
}

/* Hero v3 — un mostrador digital, no otro dashboard SaaS */
.hero-v3 {
  position: relative;
  padding: 68px 0 0;
  background: #f2f4ef;
  color: var(--teal-ink);
  isolation: isolate;
  overflow: hidden;
}

.hero-v3:before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 14px;
  height: 100%;
  right: 0;
  top: 0;
  background: var(--orange);
}

.hero-v3:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 14px;
  top: 0;
  width: 16vw;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(249, 115, 22, 0.055));
}

.hero-v3-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(8, 47, 58, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 47, 58, 0.055) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000 0 68%, transparent 92%);
}

.hero-v3-shell {
  position: relative;
}

.hero-v3-heading {
  position: relative;
  max-width: 930px;
}

.hero-v3-kicker {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 25px;
  color: #4c6a71;
  font-size: 0.57rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.hero-v3-kicker > span:first-child {
  color: var(--orange);
}

.hero-v3-kicker i {
  width: 40px;
  height: 1px;
  background: #91a5a9;
}

.hero-v3 h1 {
  margin: 0;
  color: var(--teal-ink);
  font-size: clamp(5rem, 9.4vw, 8.8rem);
  font-weight: 790;
  line-height: 0.78;
  letter-spacing: -0.09em;
}

.hero-v3 h1 em {
  position: relative;
  display: inline-block;
  margin-left: 10%;
  padding: 0 0.09em 0.09em;
  color: var(--orange);
  font: inherit;
  font-weight: 430;
  font-style: normal;
  letter-spacing: -0.085em;
}

.hero-v3 h1 em:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -0.02em;
  right: -0.02em;
  bottom: 0.03em;
  height: 0.08em;
  background: var(--teal);
}

.headline-mark {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(8, 47, 58, 0.25);
  border-radius: 50%;
  color: var(--orange);
  font-size: 2rem;
  font-weight: 300;
  transform: rotate(12deg);
}

.hero-v3-intro {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 118px;
  width: 335px;
  padding: 23px 0 0 26px;
  border-left: 2px solid var(--teal);
}

.hero-v3-intro > p {
  margin: 0 0 21px;
  color: #4f686e;
  font-size: 0.9rem;
  line-height: 1.65;
}

.hero-v3 .hero-actions {
  display: flex;
  align-items: center;
  gap: 17px;
}

.hero-v3 .button {
  min-height: 50px;
  border-radius: 0;
  box-shadow: 7px 7px 0 var(--teal);
}

.hero-v3 .button:hover {
  box-shadow: 10px 10px 0 var(--teal);
  transform: translate(-2px, -2px);
}

.hero-v3 .button span {
  padding-left: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 0.58rem;
}

.hero-v3 .text-link {
  color: var(--teal);
  font-size: 0.7rem;
  font-weight: 850;
}

.hero-v3 .text-link span {
  color: var(--orange);
  font-size: 0.9rem;
}

.business-scale {
  display: grid;
  grid-template-columns: 1.05fr 1fr auto 1.18fr auto 1.08fr;
  align-items: stretch;
  margin-top: 68px;
  border: 1px solid rgba(8, 47, 58, 0.2);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 35px rgba(8, 47, 58, 0.07);

  > i {
    display: grid;
    place-items: center;
    color: var(--orange);
    font-size: 0.8rem;
    font-style: normal;
  }
}

.scale-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 17px 20px;
  background: var(--teal);
  color: #fff;

  small {
    color: #9dc9d3;
    font-size: 0.48rem;
    font-weight: 850;
    letter-spacing: 0.14em;
  }

  b {
    margin-top: 4px;
    font-size: 0.76rem;
  }
}

.scale-step {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 15px 13px;

  > span {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid #b9cbce;
    border-radius: 50%;
    color: var(--orange);
    font-size: 0.48rem;
    font-weight: 900;
  }

  p {
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin: 0;
  }

  b {
    color: var(--teal-ink);
    font-size: 0.68rem;
    line-height: 1.3;
  }

  small {
    margin-top: 2px;
    color: #6c8389;
    font-size: 0.54rem;
    white-space: nowrap;
  }
}

.pos-counter {
  position: relative;
  margin-top: 38px;
  padding: 0 88px 91px;
}

.counter-screen {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  background: #082f3a;
  border: 9px solid #082f3a;
  border-bottom-width: 12px;
  box-shadow: 0 36px 70px rgba(8, 47, 58, 0.22);
}

.counter-screen:before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: -15px;
  border: 1px solid rgba(8, 47, 58, 0.18);
  pointer-events: none;
}

.counter-screen-top {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px 0 4px;
  color: #a9c8ce;
  font-size: 0.47rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.counter-screen-top span:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
}

.counter-screen-top i {
  width: 7px;
  height: 7px;
  background: #32c86a;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(50, 200, 106, 0.12);
}

.counter-screen-image {
  overflow: hidden;
  background: #e9f0f1;
}

.counter-screen-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.counter-screen figcaption {
  position: absolute;
  right: 0;
  bottom: -38px;
  color: #4f6b72;
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.counter-ticket {
  position: absolute;
  z-index: 5;
  left: -15px;
  top: 68px;
  width: 205px;
  padding: 20px 18px 18px;
  background: #fff;
  color: var(--teal-ink);
  filter: drop-shadow(0 18px 25px rgba(8, 47, 58, 0.18));
  transform: rotate(-3deg);
  clip-path: polygon(
    0 0,
    100% 0,
    100% 94%,
    96% 100%,
    92% 94%,
    88% 100%,
    84% 94%,
    80% 100%,
    76% 94%,
    72% 100%,
    68% 94%,
    64% 100%,
    60% 94%,
    56% 100%,
    52% 94%,
    48% 100%,
    44% 94%,
    40% 100%,
    36% 94%,
    32% 100%,
    28% 94%,
    24% 100%,
    20% 94%,
    16% 100%,
    12% 94%,
    8% 100%,
    4% 94%,
    0 100%
  );
}

.ticket-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 11px;
  border-bottom: 1px dashed #9fb0b4;
  color: #789095;
  font-size: 0.4rem;
  font-weight: 850;
  letter-spacing: 0.09em;
}

.ticket-logo {
  padding: 18px 0 14px;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.ticket-logo small {
  margin-left: 4px;
  color: var(--orange);
  font-size: 0.52rem;
  letter-spacing: 0.05em;
}

.counter-ticket ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.counter-ticket li {
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  padding: 8px 0;
  border-top: 1px solid #e3e9ea;
  font-size: 0.65rem;
}

.counter-ticket li span {
  color: var(--orange);
  font-size: 0.47rem;
  font-weight: 850;
}

.ticket-barcode,
.mini-barcode {
  height: 29px;
  margin: 17px 0 7px;
  background: repeating-linear-gradient(
    90deg,
    #082f3a 0 2px,
    transparent 2px 4px,
    #082f3a 4px 5px,
    transparent 5px 8px,
    #082f3a 8px 12px,
    transparent 12px 14px
  );
}

.counter-ticket > small {
  display: block;
  text-align: center;
  color: #71878c;
  font-size: 0.4rem;
  letter-spacing: 0.14em;
}

.trial-seal {
  position: absolute;
  z-index: 6;
  right: 4px;
  top: -35px;
  width: 142px;
  height: 142px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow:
    0 0 0 7px var(--orange),
    0 18px 35px rgba(8, 47, 58, 0.2);
  transform: rotate(8deg);
}

.trial-seal:before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px dashed rgba(255, 255, 255, 0.65);
  border-radius: 50%;
}

.trial-seal span,
.trial-seal small {
  font-size: 0.48rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.trial-seal strong {
  font-size: 3.1rem;
  line-height: 0.85;
}

.trial-seal b {
  font-size: 0.68rem;
  letter-spacing: 0.13em;
}

.counter-scan {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 25px;
  width: 72%;
  height: 80px;
  background: var(--teal);
  color: #fff;
  transform: translateX(-50%);
  clip-path: polygon(3% 0, 97% 0, 100% 100%, 0 100%);
  box-shadow: 0 20px 35px rgba(8, 47, 58, 0.2);
}

.counter-scan > span {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 15px;
  height: 4px;
  background: var(--orange);
  box-shadow: 0 0 16px rgba(249, 115, 22, 0.9);
}

.counter-scan > i {
  position: absolute;
  left: 50%;
  top: 28px;
  width: 7px;
  height: 7px;
  background: #3ddd75;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(61, 221, 117, 0.1);
}

.counter-scan > b {
  position: absolute;
  left: 25px;
  bottom: 13px;
  color: #83adb6;
  font-size: 0.43rem;
  letter-spacing: 0.16em;
}

.counter-scan .mini-barcode {
  position: absolute;
  right: 25px;
  bottom: 8px;
  width: 70px;
  height: 20px;
  margin: 0;
  filter: invert(1);
  opacity: 0.45;
}

.hero-v3-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(8, 47, 58, 0.2);
  list-style: none;
}

.hero-v3-proof li {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 70px;
  padding: 10px 20px;
  border-right: 1px solid rgba(8, 47, 58, 0.15);
  color: #425f66;
  font-size: 0.7rem;
  font-weight: 750;
}

.hero-v3-proof li:last-child {
  border: 0;
}

.hero-v3-proof span {
  color: var(--orange);
  font-size: 0.5rem;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .hero-v3 h1 {
    font-size: clamp(5rem, 10vw, 7rem);
  }

  .hero-v3-intro {
    top: 95px;
    width: 300px;
  }

  .pos-counter {
    padding-inline: 65px;
  }

  .counter-ticket {
    left: -5px;
    width: 180px;
  }

  .trial-seal {
    right: 0;
    width: 125px;
    height: 125px;
  }

  .trial-seal strong {
    font-size: 2.7rem;
  }
}

@media (max-width: 850px) {
  .hero-v3 {
    padding-top: 55px;
  }

  .hero-v3:before {
    width: 14px;
  }

  .hero-v3-heading {
    max-width: 100%;
  }

  .hero-v3 h1 {
    font-size: clamp(4.5rem, 13vw, 6.5rem);
  }

  .headline-mark {
    display: none;
  }

  .hero-v3-intro {
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 630px);
    margin: 35px 0 0;
    padding: 0;
    border: 0;
  }

  .hero-v3-intro > p {
    max-width: 540px;
  }

  .business-scale {
    grid-template-columns: 1fr auto 1.1fr auto 1fr;
    margin-top: 42px;
  }

  .scale-intro {
    grid-column: 1 / -1;
  }

  .pos-counter {
    margin-top: 38px;
    padding: 0 30px 78px;
  }

  .counter-ticket {
    left: -12px;
    top: 48px;
    width: 155px;
    padding: 15px;
  }

  .ticket-logo {
    font-size: 1.15rem;
  }

  .counter-ticket li {
    font-size: 0.55rem;
    padding: 6px 0;
  }

  .ticket-barcode {
    height: 20px;
    margin-top: 10px;
  }

  .trial-seal {
    right: -5px;
    top: -38px;
    width: 110px;
    height: 110px;
  }

  .trial-seal strong {
    font-size: 2.2rem;
  }

  .counter-screen {
    border-width: 7px;
    border-bottom-width: 10px;
  }

  .counter-screen-top {
    height: 29px;
  }

  .counter-scan {
    height: 68px;
  }

  .hero-v3-proof {
    grid-template-columns: 1fr 1fr;
  }

  .hero-v3-proof li:nth-child(2) {
    border-right: 0;
  }

  .hero-v3-proof li:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(8, 47, 58, 0.15);
  }
}

@media (max-width: 600px) {
  .hero-v3 {
    padding-top: 38px;
  }

  .hero-v3:before {
    width: 18px;
    clip-path: none;
  }

  .hero-v3:after {
    display: none;
  }

  .hero-v3-kicker {
    gap: 8px;
    font-size: 0.48rem;
  }

  .hero-v3-kicker i {
    width: 18px;
  }

  .hero-v3 h1 {
    font-size: clamp(2.85rem, 12.7vw, 4rem);
    line-height: 0.82;
  }

  .hero-v3 h1 em {
    margin-left: 0;
    font-size: 0.84em;
  }

  .hero-v3-intro {
    margin-top: 27px;
  }

  .hero-v3-intro > p {
    font-size: 0.85rem;
  }

  .hero-v3 .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 15px;
  }

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

  .hero-v3 .hero-actions .text-link {
    text-align: center;
  }

  .business-scale {
    grid-template-columns: 1fr;
    margin-top: 35px;

    > i {
      display: none;
    }
  }

  .scale-intro {
    grid-column: auto;
  }

  .scale-step {
    min-height: 63px;
    padding-inline: 16px;
    border-top: 1px solid #d7e1e3;

    b {
      font-size: 0.74rem;
    }

    small {
      font-size: 0.6rem;
    }
  }

  .pos-counter {
    margin-top: 47px;
    padding: 0 0 70px;
  }

  .counter-screen {
    border-width: 5px;
    border-bottom-width: 8px;
  }

  .counter-screen:before {
    inset: -9px;
  }

  .counter-screen-top {
    height: 26px;
    font-size: 0.38rem;
  }

  .counter-ticket {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin: 0 0 20px;
    padding: 12px 14px;
    transform: none;
    clip-path: none;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px 14px;
    border-left: 4px solid var(--orange);
  }

  .ticket-head {
    grid-column: 1/-1;
  }

  .ticket-logo {
    padding: 5px 0;
    margin: auto 0;
  }

  .counter-ticket ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .counter-ticket li {
    padding: 5px;
  }

  .ticket-barcode,
  .counter-ticket > small {
    display: none;
  }

  .trial-seal {
    right: -4px;
    top: 80px;
    width: 82px;
    height: 82px;
    box-shadow:
      0 0 0 4px var(--orange),
      0 12px 20px rgba(8, 47, 58, 0.2);
  }

  .trial-seal strong {
    font-size: 1.7rem;
  }

  .trial-seal span,
  .trial-seal small {
    font-size: 0.34rem;
  }

  .trial-seal b {
    font-size: 0.48rem;
  }

  .counter-screen figcaption {
    bottom: -28px;
    font-size: 0.45rem;
  }

  .counter-scan {
    bottom: 17px;
    width: 82%;
    height: 54px;
  }

  .counter-scan > b {
    left: 16px;
    bottom: 8px;
  }

  .counter-scan .mini-barcode {
    right: 16px;
    bottom: 6px;
    height: 15px;
  }

  .hero-v3-proof li {
    padding: 9px 10px;
    font-size: 0.61rem;
  }

  .hero-v3-proof {
    margin-inline: -15px;
  }
}

@media (max-width: 360px) {
  .hero-v3 h1 {
    font-size: 2.85rem;
  }

  .hero-v3-kicker span:last-child {
    display: none;
  }

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

  .trial-seal {
    top: 110px;
  }

  .hero-v3-proof {
    grid-template-columns: 1fr;
  }

  .hero-v3-proof li {
    border-right: 0;
    border-bottom: 1px solid rgba(8, 47, 58, 0.15) !important;
  }
}

/* Navegación Xora — numerada, operativa y con presencia de marca */
.site-header {
  height: 84px;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #cfdcde;
  box-shadow: none;
  backdrop-filter: blur(16px);
}

.site-header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--teal) 0 44%,
    var(--orange) 44% 78%,
    var(--green) 78% 100%
  );
}

.site-header.scrolled {
  box-shadow: 0 12px 32px rgba(8, 47, 58, 0.1);
}

.site-header .header-inner {
  height: 84px;
  transition: height 0.25s ease;
}

.site-header.scrolled .header-inner {
  height: 72px;
}

.site-header .brand {
  align-self: stretch;
  display: flex;
  min-width: 265px;
  padding-right: 28px;
  border-right: 1px solid #d6e1e3;
  gap: 14px;
}

.site-header .brand img {
  display: block;
  width: 126px;
  height: 45px;
  object-fit: cover;
  object-position: center;
}

.brand-context {
  display: flex;
  flex-direction: column;
  padding-left: 14px;
  border-left: 1px solid #d6e1e3;
  line-height: 1.15;
}

.brand-context small {
  color: #738a90;
  font-size: 0.52rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.brand-context b {
  margin-top: 3px;
  color: var(--teal);
  font-size: 0.64rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.site-header .main-nav {
  align-self: stretch;
  display: flex;
  align-items: stretch;
  gap: 13px;
  margin-left: auto;
}

.nav-links {
  display: flex;
  align-items: stretch;

  a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 120px;
    padding: 6px 16px;
    color: #3e5a61;
    transition:
      color 0.2s ease,
      background 0.2s ease;

    &::after {
      content: "";
      position: absolute;
      left: 14px;
      right: 100%;
      bottom: -1px;
      height: 3px;
      background: var(--orange);
      transition: right 0.25s ease;
    }

    span {
      color: #82979c;
      font-size: 0.55rem;
      font-weight: 850;
      letter-spacing: 0.12em;
      line-height: 1.2;
      transition: color 0.2s;
    }

    b {
      margin-top: 4px;
      font-size: 0.88rem;
      font-weight: 740;
      line-height: 1.25;
      white-space: nowrap;
    }

    &:hover,
    &[aria-current="true"] {
      color: var(--teal);
      background: #f2f6f5;

      span {
        color: var(--orange);
      }

      &::after {
        right: 14px;
      }
    }
  }
}

.nav-trial {
  position: relative;
  display: grid;
  grid-template-columns: 9px 1fr 25px;
  align-items: center;
  gap: 9px;
  align-self: center;
  min-width: 193px;
  height: 56px;
  padding: 9px 12px;
  background: var(--teal);
  color: #fff !important;
  overflow: hidden;
  transition:
    background 0.2s ease,
    transform 0.2s ease;

  &::before {
    content: "";
    position: absolute;
    right: -33px;
    top: -45px;
    width: 80px;
    height: 80px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
  }

  > i {
    width: 8px;
    height: 8px;
    background: #43d878;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(67, 216, 120, 0.13);
  }

  > span {
    position: relative;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
  }

  small {
    color: #a2d4de;
    font-size: 0.51rem;
    font-weight: 850;
    letter-spacing: 0.11em;
  }

  b {
    margin-top: 4px;
    font-size: 0.84rem;
  }

  strong {
    position: relative;
    color: var(--orange);
    font-size: 1.08rem;
    transition: transform 0.2s;
  }

  &:hover {
    background: #0a4657;
    transform: translateY(-2px);

    strong {
      transform: translate(3px, -3px);
    }
  }
}

.mobile-menu-note {
  display: none;
}

@media (max-width: 1120px) {
  .site-header .brand {
    min-width: 215px;
    padding-right: 18px;
  }

  .site-header .brand img {
    width: 105px;
    height: 42px;
  }

  .brand-context {
    padding-left: 10px;
  }

  .nav-links a {
    min-width: auto;
    padding-inline: 11px;
  }

  .nav-links a b {
    font-size: 0.8rem;
  }

  .nav-trial {
    min-width: 175px;
  }
}

@media (max-width: 900px) {
  .brand-context {
    display: none;
  }

  .site-header .brand {
    min-width: 145px;
  }

  .nav-links a {
    padding-inline: 8px;
  }

  .nav-links a span {
    display: none;
  }

  .nav-trial {
    min-width: 160px;
  }
}

@media (max-width: 820px) {
  .site-header,
  .site-header .header-inner,
  .site-header.scrolled .header-inner {
    height: 70px;
  }

  .site-header .brand {
    min-width: 0;
    padding-right: 18px;
    border: 0;
  }

  .site-header .brand img {
    width: 112px;
    height: 44px;
  }

  .site-header .menu-toggle {
    position: relative;
    display: grid;
    place-content: center;
    width: 46px;
    height: 46px;
    padding: 10px;
    background: var(--teal);
    border: 0;
  }

  .site-header .menu-toggle i {
    width: 22px;
    background: #fff;
  }

  .site-header .main-nav {
    position: fixed;
    inset: 70px 0 auto 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    height: calc(100dvh - 70px);
    margin: 0;
    padding: 34px 24px 27px;
    background: #f2f4ef;
    box-shadow: none;
    overflow: auto;
    transform: translateX(105%);
    opacity: 1;
    visibility: hidden;
    transition:
      transform 0.35s cubic-bezier(0.7, 0, 0.2, 1),
      visibility 0.35s;
  }

  .site-header .main-nav:before {
    content: "MENU";
    position: absolute;
    z-index: -1;
    right: -0.04em;
    top: 0.08em;
    color: rgba(21, 94, 117, 0.055);
    font-size: 9rem;
    font-weight: 900;
    line-height: 0.8;
    writing-mode: vertical-rl;
  }

  .site-header .main-nav.open {
    transform: none;
    visibility: visible;
  }

  .nav-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-links a {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    min-height: 74px;
    padding: 12px 5px;
    border-bottom: 1px solid #ccdadd;
    background: transparent !important;
  }

  .nav-links a:after {
    left: 0;
    right: 100%;
    bottom: -1px;
  }

  .nav-links a span {
    display: block;
    color: var(--orange);
    font-size: 0.55rem;
  }

  .nav-links a b {
    font-size: 1.32rem;
    letter-spacing: -0.03em;
  }

  .nav-links a:hover:after,
  .nav-links a[aria-current="true"]:after {
    right: 0;
  }

  .site-header .nav-trial {
    display: grid;
    grid-template-columns: 10px 1fr 28px;
    align-self: stretch;
    width: 100%;
    height: 68px;
    margin-top: 28px;
    padding: 12px 16px;
    border: 0;
  }

  .nav-trial small {
    font-size: 0.48rem;
  }

  .nav-trial b {
    font-size: 0.88rem;
  }

  .mobile-menu-note {
    display: block;
    margin: auto 0 0;
    padding-top: 25px;
    border-top: 1px solid #ccdadd;
    color: #6b8186;
    font-size: 0.63rem;
    letter-spacing: 0.06em;
  }

  .menu-toggle[aria-expanded="true"] {
    background: var(--orange);
  }
}

@media (max-width: 380px) {
  .site-header .main-nav {
    padding-inline: 18px;
  }

  .nav-links a {
    min-height: 65px;
  }

  .nav-links a b {
    font-size: 1.15rem;
  }

  .site-header .brand img {
    width: 102px;
  }
}

/* Escala de lectura — contenido comercial, no microtexto de interfaz */
html {
  font-size: 17px;
}

.section-heading > p:last-child,
.split-heading > p,
.feature-copy > p,
.reports-copy > p,
.multi-intro > p:last-child,
.faq-intro > p:last-child {
  font-size: 1.06rem;
  line-height: 1.72;
}

.value-card p {
  font-size: 0.96rem;
  line-height: 1.67;
}

.feature-list li {
  font-size: 0.92rem;
  line-height: 1.55;
}

.feature-tags span {
  font-size: 0.82rem;
}

.highlight-note p {
  font-size: 0.86rem;
  line-height: 1.55;
}

.highlight-note strong {
  font-size: 0.96rem;
}

.operation-card > p {
  font-size: 0.94rem;
  line-height: 1.68;
}

.operation-card li {
  font-size: 0.84rem;
}

.operation-card .op-foot {
  font-size: 0.76rem;
}

.question-list span {
  font-size: 0.91rem;
}

.roles-note p {
  font-size: 0.84rem;
  line-height: 1.6;
}

.multi-benefits span {
  font-size: 0.78rem;
}

.business-card p {
  font-size: 0.88rem;
  line-height: 1.65;
}

.plan-top p {
  font-size: 0.94rem;
}

.pricing-card li {
  font-size: 0.84rem;
  line-height: 1.5;
}

.pricing-card > small {
  font-size: 0.7rem;
}

.comparison-content table {
  font-size: 0.82rem;
}

.comparison-mobile span {
  font-size: 0.8rem;
  line-height: 1.6;
}

.addons-copy > p {
  font-size: 0.94rem;
  line-height: 1.65;
}

.addon-prices > p {
  font-size: 0.75rem;
}

.trial-steps p {
  font-size: 0.88rem;
  line-height: 1.6;
}

.trial-action small {
  font-size: 0.73rem;
}

.faq-list summary {
  font-size: 1rem;
}

.faq-list details p {
  font-size: 0.95rem;
  line-height: 1.72;
}

.footer-brand p {
  font-size: 0.86rem;
  line-height: 1.65;
}

.footer-grid nav a,
.pending-link {
  font-size: 0.83rem;
}

.footer-bottom {
  font-size: 0.73rem;
}

.hero-v3-proof li {
  font-size: 0.76rem;
}

@media (max-width: 820px) {
  html {
    font-size: 16px;
  }
}

/* Hero profesional — jerarquía, producto y conversión */
.hero-pro {
  position: relative;
  padding: 92px 0 0;
  background: #f3f6f3;
  color: var(--teal-ink);
  overflow: hidden;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(
        90deg,
        transparent calc(50% - 1px),
        rgba(8, 47, 58, 0.05) 50%,
        transparent calc(50% + 1px)
      ),
      radial-gradient(
        circle at 88% 8%,
        rgba(21, 94, 117, 0.08),
        transparent 27%
      );
    pointer-events: none;
  }

  .hero-pro-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    gap: 58px 80px;
    align-items: end;
  }

  .hero-pro-copy {
    max-width: 790px;
  }

  .hero-pro-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 22px;
    color: var(--teal);
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.15em;

    span {
      width: 9px;
      height: 9px;
      background: var(--orange);
      border-radius: 50%;
      box-shadow: 0 0 0 5px rgba(249, 115, 22, 0.12);
    }
  }

  h1 {
    max-width: 850px;
    margin: 0;
    color: var(--teal-ink);
    font-size: clamp(3.7rem, 6vw, 6rem);
    font-weight: 720;
    line-height: 0.98;
    letter-spacing: -0.072em;

    em {
      color: var(--teal);
      font: inherit;
      font-style: normal;
      white-space: nowrap;
      box-shadow: inset 0 -0.09em 0 rgba(249, 115, 22, 0.8);
    }
  }

  .hero-pro-pitch {
    padding: 0 0 4px 28px;
    border-left: 2px solid #b9cdd1;

    > p {
      margin: 0 0 24px;
      color: #465f66;
      font-size: 1.03rem;
      line-height: 1.68;
    }

    ul {
      display: flex;
      flex-direction: column;
      gap: 7px;
      margin: 22px 0 0;
      padding: 0;
      color: #526c72;
      font-size: 0.78rem;
      list-style: none;

      span {
        display: inline-grid;
        place-items: center;
        width: 18px;
        height: 18px;
        margin-right: 6px;
        background: var(--green-soft);
        color: var(--green);
        border-radius: 50%;
        font-size: 0.6rem;
        font-weight: 900;
      }
    }
  }

  .hero-pro-actions {
    display: flex;
    align-items: center;
    gap: 19px;

    .button {
      min-height: 54px;
      padding-inline: 22px;
      border-radius: 5px;
      box-shadow: none;

      span {
        font-size: 1rem;
        transition: transform 0.2s ease;
      }

      &:hover span {
        transform: translateX(4px);
      }
    }
  }

  .hero-pro-link {
    color: var(--teal);
    font-size: 0.78rem;
    font-weight: 800;
    border-bottom: 1px solid #9eb8be;

    &:hover {
      border-color: var(--orange);
    }
  }

  .hero-pro-product {
    position: relative;
    grid-column: 1 / -1;
    width: 100%;
    margin: 0;
    padding: 10px 10px 0;
    background: var(--teal-ink);
    box-shadow:
      12px 12px 0 var(--orange),
      0 35px 75px rgba(8, 47, 58, 0.18);

    &::before {
      content: "PUNTO DE VENTA";
      position: absolute;
      right: -2px;
      top: -27px;
      color: #71878c;
      font-size: 0.52rem;
      font-weight: 850;
      letter-spacing: 0.17em;
    }

    figcaption {
      padding: 10px 4px 11px;
      color: #96b6bd;
      font-size: 0.58rem;
      text-align: right;
    }
  }

  .hero-pro-product-bar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 37px;
    padding: 0 5px;
    color: #93b4bb;
    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.1em;

    > span:first-child {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    > span:last-child {
      text-align: right;
    }

    i {
      width: 8px;
      height: 8px;
      background: #43d878;
      border-radius: 50%;
      box-shadow: 0 0 0 4px rgba(67, 216, 120, 0.12);
    }

    b {
      color: #fff;
      font-size: 0.56rem;
    }
  }

  .hero-pro-image {
    overflow: hidden;
    background: #e7eff0;

    img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: contain;
      object-position: center;
    }
  }

  .hero-pro-footer {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    margin-top: -58px;
    padding-top: 78px;
    background: var(--teal);
    color: #fff;
  }

  .hero-pro-modules,
  .hero-pro-growth {
    min-width: 0;
    padding: 18px 25px;

    > small {
      display: block;
      margin-bottom: 8px;
      color: #83b4bf;
      font-size: 0.48rem;
      font-weight: 850;
      letter-spacing: 0.15em;
    }

    p {
      display: flex;
      align-items: center;
      gap: 12px;
      margin: 0;
      font-size: 0.7rem;
      font-weight: 700;
    }
  }

  .hero-pro-modules {
    border-right: 1px solid rgba(255, 255, 255, 0.15);

    i {
      width: 4px;
      height: 4px;
      background: var(--orange);
      border-radius: 50%;
    }
  }

  .hero-pro-growth {
    p {
      justify-content: space-between;
    }

    b {
      color: #fff;
      font-size: 0.86rem;
    }

    i {
      color: var(--orange);
      font-style: normal;
    }
  }

  @media (max-width: 900px) {
    padding-top: 70px;

    .hero-pro-shell {
      grid-template-columns: 1fr;
      gap: 35px;
    }

    .hero-pro-pitch {
      max-width: 680px;
      padding-left: 20px;
    }

    .hero-pro-product {
      grid-column: auto;
    }

    .hero-pro-footer {
      grid-column: auto;
    }
  }

  @media (max-width: 600px) {
    padding-top: 48px;

    &::before {
      display: none;
    }

    h1 {
      font-size: clamp(2.65rem, 12vw, 3.5rem);
      line-height: 1.01;

      em {
        white-space: normal;
      }
    }

    .hero-pro-kicker {
      font-size: 0.58rem;
    }

    .hero-pro-pitch {
      padding: 0;
      border: 0;

      > p {
        font-size: 0.94rem;
      }
    }

    .hero-pro-actions {
      align-items: stretch;
      flex-direction: column;

      .button {
        width: 100%;
      }

      .hero-pro-link {
        align-self: center;
      }
    }

    .hero-pro-pitch ul {
      font-size: 0.74rem;
    }

    .hero-pro-product {
      width: calc(100% + 12px);
      margin-left: -6px;
      padding: 5px 5px 0;
      box-shadow:
        6px 6px 0 var(--orange),
        0 22px 45px rgba(8, 47, 58, 0.15);

      &::before {
        display: none;
      }

      figcaption {
        font-size: 0.5rem;
      }
    }

    .hero-pro-product-bar {
      grid-template-columns: 1fr auto;
      min-height: 31px;
      font-size: 0.43rem;

      b {
        display: none;
      }
    }

    .hero-pro-footer {
      grid-template-columns: 1fr;
      margin: -28px -15px 0;
      padding-top: 46px;
    }

    .hero-pro-modules,
    .hero-pro-growth {
      padding: 16px 20px;
    }

    .hero-pro-modules {
      border-right: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);

      p {
        flex-wrap: wrap;
        gap: 7px 10px;
      }
    }
  }
}

/* Header operativo — marca, navegación y prueba en tres zonas */
.site-header {
  height: 96px;
  padding-top: 12px;
  background: #f3f6f3;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;

  &::before {
    display: none;
  }

  &.scrolled {
    background: rgba(243, 246, 243, 0.98);
    box-shadow: 0 10px 28px rgba(8, 47, 58, 0.08);

    .header-inner {
      height: 70px;
    }
  }

  .header-inner {
    height: 72px;
    padding: 0;
    background: #fff;
    border: 1px solid #cbd9db;
    box-shadow: 0 12px 32px rgba(8, 47, 58, 0.08);
  }

  .brand {
    align-self: stretch;
    display: flex;
    min-width: 278px;
    height: 100%;
    padding: 0 23px;
    background: var(--teal-ink);
    color: #fff;
    border: 0;
    gap: 11px;
  }

  .nav-brand-mark {
    position: relative;
    flex: 0 0 31px;
    width: 31px;
    height: 31px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    transform: rotate(45deg);

    i,
    b {
      position: absolute;
      display: block;
      width: 16px;
      height: 5px;
      border-radius: 3px;
      transform: rotate(-45deg);
    }

    i {
      left: 1px;
      top: 5px;
      background: var(--orange);
    }

    b {
      right: 1px;
      bottom: 5px;
      background: var(--green);
    }
  }

  .nav-wordmark {
    color: #fff;
    font-size: 1.22rem;
    font-weight: 850;
    letter-spacing: -0.055em;
    white-space: nowrap;

    small {
      margin-left: 3px;
      color: var(--orange);
      font-size: 0.52rem;
      letter-spacing: 0.08em;
    }
  }

  .brand-context {
    padding-left: 13px;
    border-color: rgba(255, 255, 255, 0.18);

    small {
      color: #78a5af;
      font-size: 0.47rem;
    }

    b {
      color: #d3e5e8;
      font-size: 0.58rem;
    }
  }

  .main-nav {
    align-self: stretch;
    gap: 0;
  }

  .nav-links {
    height: 100%;

    a {
      min-width: 112px;
      height: 100%;
      padding: 7px 14px;
      border-left: 1px solid #e0e8e9;

      &::after {
        left: 0;
        right: 100%;
        bottom: 0;
        height: 4px;
      }

      span {
        color: #9aa9ac;
        font-size: 0.52rem;
      }

      b {
        color: #304c53;
        font-size: 0.82rem;
      }

      &:hover,
      &[aria-current="true"] {
        background: #f2f6f5;

        &::after {
          right: 0;
        }
      }
    }
  }

  .nav-trial {
    position: relative;
    align-self: stretch;
    display: grid;
    grid-template-columns: 1fr 44px 28px;
    min-width: 220px;
    height: 100%;
    padding: 8px 13px 8px 18px;
    background: var(--orange);
    color: #fff !important;
    border-left: 1px solid #db6413;
    transform: none;
    overflow: hidden;

    &::before {
      content: "";
      display: block;
      position: absolute;
      right: 37px;
      top: -29px;
      width: 78px;
      height: 78px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 50%;
    }

    > span {
      position: relative;
      display: flex;
      flex-direction: column;
      line-height: 1.15;
    }

    small {
      color: rgba(255, 255, 255, 0.76);
      font-size: 0.54rem;
      font-weight: 850;
      letter-spacing: 0.12em;
    }

    b {
      margin-top: 5px;
      color: #fff;
      font-size: 0.88rem;
      font-weight: 800;
    }

    strong {
      position: relative;
      color: #fff;
      font-size: 1.75rem;
      font-weight: 500;
      line-height: 1;
      letter-spacing: -0.08em;
      transition: transform 0.2s ease;
    }

    > i {
      position: relative;
      display: grid;
      place-items: center;
      width: 26px;
      height: 26px;
      background: var(--teal-ink);
      color: #fff;
      border-radius: 50%;
      font-size: 0.72rem;
      font-style: normal;
      box-shadow: none;
    }

    &:hover {
      background: #e7650d;
      transform: none;

      strong {
        transform: translateY(-2px);
      }

      > i {
        transform: translateX(3px);
      }
    }
  }

  @media (max-width: 1160px) {
    .brand {
      min-width: 220px;
      padding-inline: 17px;
    }

    .brand-context {
      display: none;
    }

    .nav-links a {
      min-width: auto;
      padding-inline: 11px;
    }

    .nav-trial {
      min-width: 200px;
    }
  }

  @media (max-width: 900px) {
    .brand {
      min-width: 190px;
    }

    .nav-links a {
      padding-inline: 9px;

      span {
        display: none;
      }

      b {
        font-size: 0.76rem;
      }
    }

    .nav-trial {
      min-width: 178px;
      grid-template-columns: 1fr 34px 25px;

      strong {
        font-size: 1.4rem;
      }
    }
  }

  @media (max-width: 820px) {
    height: 76px;
    padding-top: 6px;

    &.scrolled .header-inner,
    .header-inner {
      height: 64px;
    }

    .brand {
      min-width: 184px;
      padding-inline: 14px;
    }

    .nav-brand-mark {
      flex-basis: 27px;
      width: 27px;
      height: 27px;
    }

    .nav-wordmark {
      font-size: 1.08rem;
    }

    .menu-toggle {
      margin-right: 8px;
      background: var(--orange);
      border-radius: 0;
    }

    .main-nav {
      inset: 76px 0 auto;
      height: calc(100dvh - 76px);
      padding: 28px 20px 24px;
      background: #fff;

      &::before {
        color: rgba(21, 94, 117, 0.04);
      }
    }

    .nav-links {
      height: auto;

      a {
        min-height: 70px;
        height: auto;
        padding: 12px 5px;
        border-left: 0;

        span {
          display: block;
        }

        b {
          font-size: 1.2rem;
        }
      }
    }

    .nav-trial {
      align-self: auto;
      grid-template-columns: 1fr 52px 32px;
      width: 100%;
      min-width: 0;
      height: 72px;
      margin-top: 25px;
      padding-inline: 18px;

      strong {
        font-size: 1.8rem;
      }
    }
  }

  @media (max-width: 380px) {
    .brand {
      min-width: 164px;
    }

    .nav-wordmark {
      font-size: 1rem;
    }
  }
}

/* Menú principal XoraPOS: simple al inicio, organizado al desplegar */
.site-header.structured-header {
  height: 82px;
  padding: 0;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #dbe5e6;
  box-shadow: 0 8px 28px rgba(8, 47, 58, 0.06);
  backdrop-filter: blur(16px);
}

.site-header.structured-header::before {
  display: none;
}

.site-header.structured-header .header-inner,
.site-header.structured-header.scrolled .header-inner {
  height: 82px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.site-header.structured-header .brand {
  align-self: center;
  min-width: 0;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
}

.site-header.structured-header .brand::after {
  display: none;
}

.site-header.structured-header .brand img {
  display: block;
  width: 120px;
  height: auto;
  object-fit: contain;
}

.site-header.structured-header .main-nav {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
  overflow: visible;
}

.site-header.structured-header .nav-primary,
.site-header.structured-header .nav-actions {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.site-header.structured-header .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}

.site-header.structured-header .nav-menu-button,
.site-header.structured-header .nav-direct {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 0;
  height: 100%;
  padding: 0 14px;
  background: transparent;
  border: 0;
  color: #24464e;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 720;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.site-header.structured-header .nav-menu-button::after,
.site-header.structured-header .nav-direct::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 0;
  left: 14px;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.site-header.structured-header .nav-menu-button:hover,
.site-header.structured-header .nav-direct:hover,
.site-header.structured-header .nav-item.open .nav-menu-button,
.site-header.structured-header .nav-direct[aria-current="true"] {
  background: transparent;
  color: var(--teal);
}

.site-header.structured-header .nav-menu-button:hover::after,
.site-header.structured-header .nav-direct:hover::after,
.site-header.structured-header .nav-item.open .nav-menu-button::after,
.site-header.structured-header .nav-direct[aria-current="true"]::after {
  transform: scaleX(1);
}

.site-header.structured-header .nav-menu-button > span {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
}

.site-header.structured-header .nav-item.open .nav-menu-button > span {
  transform: rotate(225deg) translate(-1px, -1px);
}

.site-header.structured-header .nav-actions {
  align-items: center;
  gap: 12px;
  margin: 0;
}

.site-header.structured-header .nav-login {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  padding: 9px 3px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 760;
}

.site-header.structured-header .nav-login > span {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid #b9cdd1;
  border-radius: 50%;
  font-size: 0.58rem;
}

.site-header.structured-header .nav-actions .nav-trial {
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-width: 178px;
  height: 50px;
  padding: 0 11px 0 19px;
  background: linear-gradient(135deg, #0b3c4b 0%, #155e75 100%);
  border: 1px solid #174f60;
  border-radius: 11px;
  color: #fff !important;
  transform: none;
  box-shadow:
    0 7px 18px rgba(8, 47, 58, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.site-header.structured-header .nav-actions .nav-trial::before {
  display: none;
}

.site-header.structured-header .nav-trial > span {
  display: inline;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1;
}

.site-header.structured-header .nav-trial > i {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #ffad73;
  font-size: 0.66rem;
  font-style: normal;
  transition: transform 0.2s ease, background 0.2s ease;
}

.site-header.structured-header .nav-actions .nav-trial:hover {
  background: linear-gradient(135deg, #0e4657 0%, #176b84 100%);
  box-shadow:
    0 10px 22px rgba(8, 47, 58, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.site-header.structured-header .nav-actions .nav-trial:hover > i {
  background: rgba(255, 255, 255, 0.15);
  color: #ffc49c;
  transform: translateX(3px);
}

.site-header.structured-header .nav-actions .nav-trial:active {
  box-shadow:
    0 4px 10px rgba(8, 47, 58, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translateY(0);
}

.site-header.structured-header .nav-dropdown {
  position: absolute;
  z-index: 140;
  top: calc(100% + 10px);
  display: block;
  padding: 12px;
  background: linear-gradient(145deg, rgba(232, 243, 245, 0.98), rgba(255, 255, 255, 0.99) 54%);
  border: 1px solid rgba(21, 94, 117, 0.24);
  border-radius: 15px;
  box-shadow:
    0 26px 65px rgba(0, 17, 27, 0.22),
    0 8px 20px rgba(8, 47, 58, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-7px);
  transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}

.site-header.structured-header .nav-dropdown::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 38px;
  width: 14px;
  height: 9px;
  background: var(--orange);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.site-header.structured-header .nav-item.open .nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

.site-header.structured-header .solutions-dropdown,
.site-header.structured-header .resources-dropdown {
  left: 0;
  width: 310px;
}

.site-header.structured-header .resources-dropdown {
  left: auto;
  right: 0;
}

.site-header.structured-header .resources-dropdown::before {
  right: 38px;
  left: auto;
}

.solutions-dropdown > a,
.resources-dropdown > a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 11px;
  color: #28474f;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

.solutions-dropdown > a:hover,
.resources-dropdown > a:hover {
  background: var(--white);
  border-color: rgba(21, 94, 117, 0.22);
  color: var(--primary);
  box-shadow: 0 7px 18px rgba(8, 47, 58, 0.08);
  transform: translateX(3px);
}

.solutions-dropdown > a i,
.resources-dropdown > a i {
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  background: linear-gradient(145deg, var(--teal-soft), var(--white));
  border: 1px solid rgba(21, 94, 117, 0.18);
  border-radius: 10px;
  font-size: 1rem;
  font-style: normal;
}

.solutions-dropdown > a:nth-child(3n + 2) i,
.resources-dropdown > a:nth-child(3n + 2) i {
  background: linear-gradient(145deg, var(--orange-soft), var(--white));
  border-color: rgba(249, 115, 22, 0.2);
}

.solutions-dropdown > a:nth-child(3n) i,
.resources-dropdown > a:nth-child(3n) i {
  background: linear-gradient(145deg, var(--green-soft), var(--white));
  border-color: rgba(22, 163, 74, 0.2);
}

.solutions-dropdown > a span,
.resources-dropdown > a span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.solutions-dropdown > a b,
.resources-dropdown > a b {
  color: var(--teal-ink);
  font-size: 0.8rem;
  font-weight: 680;
  line-height: 1.25;
}

.solutions-dropdown > a small,
.resources-dropdown > a small {
  margin-top: 3px;
  color: #789097;
  font-size: 0.64rem;
  font-weight: 470;
  line-height: 1.3;
}

.site-header.structured-header .features-dropdown {
  left: -138px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 680px;
  padding: 12px;
}

.site-header.structured-header .features-dropdown::before {
  left: 210px;
}

.features-dropdown > div {
  display: flex;
  flex-direction: column;
  padding: 14px 12px 12px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(21, 94, 117, 0.14);
  border-radius: 11px;
}

.features-dropdown > div:first-child {
  border-left: 1px solid rgba(21, 94, 117, 0.14);
}

.features-dropdown small {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 7px 9px;
  color: #58747c;
  font-size: 0.6rem;
  font-weight: 780;
  letter-spacing: 0.1em;
}

.features-dropdown small::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--secondary);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.1);
}

.features-dropdown > div:nth-child(2) small::before {
  background: var(--primary);
  box-shadow: 0 0 0 4px rgba(21, 94, 117, 0.1);
}

.features-dropdown > div:nth-child(3) small::before {
  background: var(--tertiary);
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.1);
}

.features-dropdown a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 9px;
  border-radius: 7px;
  color: #28474f;
  font-size: 0.77rem;
  font-weight: 560;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.features-dropdown a::after {
  content: "→";
  color: var(--secondary);
  font-size: 0.72rem;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.features-dropdown a:hover {
  background: var(--teal-soft);
  color: var(--primary);
  transform: translateX(2px);
}

.features-dropdown a:hover::after {
  opacity: 1;
  transform: none;
}

@media (max-width: 1040px) {
  .site-header.structured-header .main-nav {
    gap: 8px;
  }

  .site-header.structured-header .nav-menu-button,
  .site-header.structured-header .nav-direct {
    padding-inline: 9px;
    font-size: 0.79rem;
  }

  .site-header.structured-header .nav-login {
    font-size: 0.77rem;
  }

  .site-header.structured-header .nav-actions .nav-trial {
    min-width: 148px;
  }
}

@media (max-width: 820px) {
  .site-header.structured-header,
  .site-header.structured-header .header-inner,
  .site-header.structured-header.scrolled .header-inner {
    height: 70px;
  }

  .site-header.structured-header .brand img {
    width: 108px;
  }

  .site-header.structured-header .menu-toggle {
    position: relative;
    display: grid;
    place-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    background: transparent;
    border: 1px solid #ccdadd;
    border-radius: 8px;
  }

  .site-header.structured-header .menu-toggle i {
    width: 21px;
    background: var(--teal-ink);
  }

  .site-header.structured-header .menu-toggle[aria-expanded="true"] {
    background: var(--teal-ink);
    border-color: var(--teal-ink);
  }

  .site-header.structured-header .menu-toggle[aria-expanded="true"] i {
    background: #fff;
  }

  .site-header.structured-header .main-nav {
    position: fixed;
    inset: 70px 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    height: calc(100dvh - 70px);
    margin: 0;
    padding: 20px 20px 26px;
    background: #fff;
    overflow-y: auto;
    transform: translateX(105%);
    visibility: hidden;
    transition: transform 0.3s ease, visibility 0.3s ease;
  }

  .site-header.structured-header .main-nav::before {
    display: none;
  }

  .site-header.structured-header .main-nav.open {
    transform: none;
    visibility: visible;
  }

  .site-header.structured-header .nav-primary,
  .site-header.structured-header .nav-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: auto;
  }

  .site-header.structured-header .nav-item {
    display: block;
  }

  .site-header.structured-header .nav-menu-button,
  .site-header.structured-header .nav-direct {
    justify-content: space-between;
    width: 100%;
    min-height: 58px;
    height: auto;
    padding: 0 4px;
    border-bottom: 1px solid #e1e8e9;
    color: #183b44;
    font-size: 1.05rem;
  }

  .site-header.structured-header .nav-menu-button::after,
  .site-header.structured-header .nav-direct::after {
    display: none;
  }

  .site-header.structured-header .nav-dropdown,
  .site-header.structured-header .solutions-dropdown,
  .site-header.structured-header .resources-dropdown,
  .site-header.structured-header .features-dropdown {
    position: static;
    display: block;
    width: 100%;
    max-height: 0;
    padding: 0 0 0 10px;
    border: 0;
    border-left: 2px solid var(--orange);
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: hidden;
    overflow: hidden;
    transform: none;
    transition: max-height 0.35s ease, margin 0.35s ease;
  }

  .site-header.structured-header .nav-dropdown::before {
    display: none;
  }

  .site-header.structured-header .nav-item.open .nav-dropdown {
    max-height: 900px;
    margin: 8px 0 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    visibility: visible;
  }

  .solutions-dropdown > a,
  .resources-dropdown > a {
    min-height: 44px;
  }

  .features-dropdown > div {
    padding: 8px 10px;
    border: 0;
    border-top: 1px solid #e8eeee;
  }

  .features-dropdown > div:first-child {
    border-top: 0;
  }

  .features-dropdown small {
    margin-bottom: 4px;
  }

  .features-dropdown a {
    padding-block: 6px;
  }

  .site-header.structured-header .nav-actions {
    gap: 10px;
    margin-top: 22px;
  }

  .site-header.structured-header .nav-login {
    justify-content: center;
    min-height: 46px;
    padding: 0;
    border: 1px solid #cbd9db;
    border-radius: 8px;
  }

  .site-header.structured-header .nav-actions .nav-trial {
    width: 100%;
    height: 52px;
    margin: 0;
  }
}

/* Inicio orientado al crecimiento del negocio */
.hero-pro.hero-growth {
  padding: 88px 0 76px;
  background:
    radial-gradient(circle at 8% 18%, rgba(249, 115, 22, 0.1), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(21, 94, 117, 0.14), transparent 30%),
    linear-gradient(180deg, #f7faf7 0%, #eef4f2 100%);
}

.hero-pro.hero-growth::before {
  display: block;
  background-image:
    linear-gradient(rgba(8, 47, 58, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 47, 58, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.72), transparent 25%);
  background-size: 46px 46px, 46px 46px, auto;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.55) 58%, transparent 100%);
}

.hero-pro.hero-growth::after {
  content: "";
  position: absolute;
  top: 125px;
  right: -155px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(21, 94, 117, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 54px rgba(21, 94, 117, 0.025),
    0 0 0 110px rgba(21, 94, 117, 0.018);
  pointer-events: none;
}

.hero-growth .hero-pro-shell {
  z-index: 1;
}

.hero-growth h1 {
  font-size: clamp(3.55rem, 5.7vw, 5.75rem);
}

.hero-growth h1 em {
  display: block;
  white-space: normal;
}

.hero-growth .hero-pro-pitch > p {
  color: #3f5c63;
  font-size: 1.08rem;
}

.hero-growth .hero-pro-product {
  margin-top: 12px;
  box-shadow:
    12px 12px 0 rgba(249, 115, 22, 0.9),
    0 38px 85px rgba(8, 47, 58, 0.2);
}

.hero-insight {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 190px;
  padding: 12px 13px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(188, 207, 211, 0.9);
  border-radius: 11px;
  box-shadow: 0 16px 36px rgba(8, 47, 58, 0.18);
  backdrop-filter: blur(12px);
  pointer-events: none;
}

.hero-insight p {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0;
  line-height: 1.15;
}

.hero-insight small {
  color: #74898e;
  font-size: 0.47rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.hero-insight strong {
  margin-top: 5px;
  color: var(--teal-ink);
  font-size: 0.96rem;
  font-weight: 820;
}

.hero-insight em {
  margin-top: 3px;
  color: #6c8186;
  font-size: 0.57rem;
  font-style: normal;
}

.hero-insight > b {
  align-self: flex-end;
  padding: 4px 6px;
  background: var(--green-soft);
  color: var(--green);
  border-radius: 5px;
  font-size: 0.58rem;
}

.insight-icon {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  background: var(--green-soft);
  color: var(--green);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 850;
}

.insight-icon.warning {
  background: var(--orange-soft);
  color: var(--orange-dark);
}

.insight-icon.branches {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
  background: var(--teal-soft);
}

.insight-icon.branches > i {
  width: 4px;
  background: var(--teal);
  border-radius: 2px;
}

.insight-icon.branches > i:nth-child(1) {
  height: 10px;
}

.insight-icon.branches > i:nth-child(2) {
  height: 18px;
}

.insight-icon.branches > i:nth-child(3) {
  height: 14px;
}

.hero-insight-sales {
  top: 76px;
  right: 24px;
  animation: insight-float 5s ease-in-out infinite;
}

.hero-insight-stock {
  bottom: 76px;
  left: 22px;
  animation: insight-float 5.6s ease-in-out -1.8s infinite;
}

.hero-insight-branches {
  right: 28px;
  bottom: 62px;
  animation: insight-float 6.2s ease-in-out -3s infinite;
}

.hero-insight-branches em {
  display: flex;
  align-items: center;
  color: var(--green);
}

.hero-insight-branches em > i {
  width: 6px;
  height: 6px;
  margin-right: 5px;
  background: var(--green);
  border-radius: 50%;
}

@keyframes insight-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

.hero-growth .hero-growth-path {
  grid-template-columns: repeat(3, 1fr);
  margin-top: -58px;
  padding-top: 78px;
  background: var(--teal-ink);
}

.hero-size-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 20px 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-size-card:first-child {
  border-left: 0;
}

.hero-size-card > span {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(249, 115, 22, 0.6);
  border-radius: 50%;
  color: var(--orange);
  font-size: 0.58rem;
  font-weight: 850;
}

.hero-size-card p {
  display: flex;
  flex-direction: column;
  margin: 0;
  line-height: 1.2;
}

.hero-size-card small {
  color: #7fa6ae;
  font-size: 0.48rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.hero-size-card b {
  margin-top: 5px;
  color: #fff;
  font-size: 0.84rem;
}

.hero-size-card em {
  margin-top: 4px;
  color: #a9c2c7;
  font-size: 0.58rem;
  font-style: normal;
}

@media (prefers-reduced-motion: reduce) {
  .hero-insight {
    animation: none;
  }
}

@media (max-width: 900px) {
  .hero-pro.hero-growth {
    padding: 64px 0 64px;
  }

  .hero-growth h1 {
    max-width: 760px;
  }

  .hero-insight {
    animation: none;
    transform: scale(0.88);
  }

  .hero-insight-sales {
    top: 58px;
    right: 8px;
  }

  .hero-insight-stock {
    bottom: 55px;
    left: 8px;
  }

  .hero-insight-branches {
    right: 8px;
    bottom: 48px;
  }
}

@media (max-width: 700px) {
  .hero-growth .hero-growth-path {
    grid-template-columns: 1fr;
    margin-inline: -15px;
  }

  .hero-size-card {
    padding: 16px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  .hero-size-card:first-child {
    border-top: 0;
  }
}

@media (max-width: 600px) {
  .hero-pro.hero-growth {
    padding: 46px 0 52px;
  }

  .hero-pro.hero-growth::after {
    display: none;
  }

  .hero-growth h1 em {
    display: inline;
  }

  .hero-insight {
    min-width: 146px;
    padding: 8px;
    transform: scale(0.76);
    transform-origin: top right;
  }

  .hero-insight-sales {
    top: 38px;
    right: -9px;
  }

  .hero-insight-stock,
  .hero-insight-branches {
    display: none;
  }

}

/* Marco premium para la primera vista del producto */
.hero-growth .hero-pro-product {
  position: relative;
  margin-top: 24px;
  padding: 9px 9px 0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), transparent 25%),
    linear-gradient(135deg, #0c3c4a 0%, #071f27 72%, #061a21 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.14) inset,
    0 0 0 1px rgba(8, 47, 58, 0.16),
    14px 16px 0 rgba(21, 94, 117, 0.1),
    24px 27px 0 rgba(249, 115, 22, 0.045),
    0 44px 95px rgba(8, 47, 58, 0.24);
}

.hero-growth .hero-pro-product::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -1px;
  right: 74px;
  left: 74px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  border-radius: 999px;
  pointer-events: none;
}

.hero-growth .hero-pro-product::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 12%;
  right: 4%;
  left: 4%;
  height: 72%;
  background: rgba(21, 94, 117, 0.28);
  border-radius: 40px;
  filter: blur(54px);
  pointer-events: none;
}

.hero-growth .hero-pro-product-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 48px;
  padding: 0 13px;
  color: #8eafb6;
  font-size: 0.53rem;
  font-weight: 790;
  letter-spacing: 0.09em;
}

.hero-growth .hero-pro-product-bar > b {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e8f2f4;
  font-size: 0.59rem;
  letter-spacing: 0.12em;
}

.hero-growth .hero-pro-product-bar > b > i {
  color: #587f88;
  font-style: normal;
  font-weight: 500;
}

.product-window-controls {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero-growth .product-window-controls > i {
  width: 8px;
  height: 8px;
  background: #4d7480;
  border-radius: 50%;
  box-shadow: none;
}

.hero-growth .product-window-controls > i:first-child {
  background: var(--orange);
}

.hero-growth .product-window-controls > i:nth-child(2) {
  background: #e3ac45;
}

.hero-growth .product-window-controls > i:nth-child(3) {
  background: #43bd72;
}

.product-live-status {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.hero-growth .product-live-status > i {
  width: 7px;
  height: 7px;
  background: #43d878;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(67, 216, 120, 0.12);
}

.hero-growth .hero-pro-image {
  position: relative;
  overflow: hidden;
  background: #e7eff0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.24),
    0 14px 35px rgba(0, 0, 0, 0.22);
}

.hero-growth .hero-pro-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.12), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.04));
  border-radius: inherit;
  pointer-events: none;
}

.hero-growth .hero-pro-image img {
  border-radius: 14px;
}

.hero-growth .hero-pro-product figcaption {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-height: 34px;
  padding: 5px 8px 4px;
  color: #83a5ad;
  font-size: 0.55rem;
  letter-spacing: 0.025em;
}

.hero-growth .hero-pro-product figcaption::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--orange);
  border-radius: 50%;
}

@media (max-width: 600px) {
  .hero-growth .hero-pro-product {
    width: calc(100% + 8px);
    margin-top: 10px;
    margin-left: -4px;
    padding: 5px 5px 0;
    border-radius: 16px;
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.12) inset,
      7px 8px 0 rgba(21, 94, 117, 0.1),
      0 26px 55px rgba(8, 47, 58, 0.2);
  }

  .hero-growth .hero-pro-product-bar {
    grid-template-columns: 1fr auto;
    min-height: 38px;
    padding-inline: 8px;
  }

  .hero-growth .hero-pro-product-bar > b {
    display: none;
  }

  .hero-growth .hero-pro-image,
  .hero-growth .hero-pro-image img {
    border-radius: 10px;
  }

  .hero-growth .hero-pro-product figcaption {
    min-height: 28px;
    padding-inline: 5px;
    font-size: 0.47rem;
  }
}

/* Hero inspirado en la composición de referencia */
.site-header.structured-header.dark-header {
  height: 82px;
  background: rgba(3, 19, 32, 0.97);
  border-bottom: 1px solid rgba(139, 181, 198, 0.1);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.site-header.structured-header.dark-header.scrolled {
  background: rgba(3, 19, 32, 0.98);
  box-shadow: 0 10px 28px rgba(0, 8, 16, 0.24);
}

.site-header.structured-header.dark-header .header-inner,
.site-header.structured-header.dark-header.scrolled .header-inner {
  height: 82px;
}

.site-header.structured-header.dark-header .brand img {
  width: 126px;
  height: 44px;
  object-fit: cover;
  object-position: center;
}

.site-header.structured-header.dark-header .nav-menu-button,
.site-header.structured-header.dark-header .nav-direct {
  color: #d9e8eb;
}

.site-header.structured-header.dark-header .nav-menu-button:hover,
.site-header.structured-header.dark-header .nav-direct:hover,
.site-header.structured-header.dark-header .nav-item.open .nav-menu-button,
.site-header.structured-header.dark-header .nav-direct[aria-current="true"] {
  color: #fff;
}

.site-header.structured-header.dark-header .nav-login {
  color: #eef6f7;
}

.site-header.structured-header.dark-header .nav-login > span {
  border-color: rgba(255, 255, 255, 0.25);
}

.site-header.structured-header.dark-header .nav-actions .nav-trial {
  min-width: 166px;
  height: 46px;
  background: #ef6c24;
  border-color: #ef6c24;
  border-radius: 9px;
  box-shadow: none;
}

.site-header.structured-header.dark-header .nav-actions .nav-trial:hover {
  background: #dc5e1b;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.site-header.structured-header.dark-header .nav-trial > i {
  background: transparent;
  border: 0;
  color: #fff;
}

.reference-hero {
  position: relative;
  min-height: 930px;
  padding: 50px 0 56px;
  background:
    radial-gradient(circle at 68% 30%, rgba(0, 122, 169, 0.24), transparent 34%),
    radial-gradient(circle at 95% 72%, rgba(239, 108, 36, 0.2), transparent 25%),
    linear-gradient(135deg, #031320 0%, #052c43 55%, #071a2d 100%);
  color: #fff;
  overflow: hidden;
}

.reference-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(89, 171, 201, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 171, 201, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, transparent, #000 30%, rgba(0, 0, 0, 0.3));
  pointer-events: none;
}

.reference-hero-glow {
  position: absolute;
  right: -140px;
  bottom: -210px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(249, 115, 22, 0.14);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(249, 115, 22, 0.025),
    0 0 0 145px rgba(249, 115, 22, 0.015);
}

.reference-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(330px, 0.76fr) minmax(0, 1.44fr);
  column-gap: 42px;
  align-items: center;
}

.reference-data-wave {
  position: absolute;
  z-index: 2;
  top: 27%;
  left: 15%;
  width: 47%;
  height: auto;
  opacity: 0.42;
  transform: rotate(-3deg);
  pointer-events: none;
}

.reference-data-wave path {
  stroke-width: 1.45;
  stroke-dasharray: 0.1 7;
}

.reference-data-wave .data-wave-cross {
  opacity: 0.38;
}

.reference-data-wave .data-wave-cross path {
  stroke-width: 1.15;
  stroke-dasharray: 0.1 8;
}

.reference-hero-copy {
  position: relative;
  z-index: 4;
  padding: 32px 0 18px;
}

.reference-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin: 0 0 24px;
  padding: 8px 17px;
  background: rgba(7, 66, 94, 0.58);
  border: 1px solid rgba(71, 156, 187, 0.3);
  border-radius: 999px;
  color: #d5e9ed;
  font-size: 0.69rem;
  font-weight: 620;
}

.reference-hero h1 {
  max-width: 520px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.2rem, 4.5vw, 4.7rem);
  font-weight: 760;
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.reference-hero h1 em {
  color: #f36f25;
  font: inherit;
  font-style: normal;
}

.reference-intro {
  max-width: 405px;
  margin: 24px 0 0;
  color: #b6cbd0;
  font-size: 0.92rem;
  line-height: 1.65;
}

.reference-benefits {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 19px 0 0;
  padding: 0;
  color: #e0ecee;
  font-size: 0.76rem;
  list-style: none;
}

.reference-benefits li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.reference-benefits span {
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border: 1px solid #2ac878;
  border-radius: 50%;
  color: #2de184;
  font-size: 0.56rem;
}

.reference-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
}

.reference-primary,
.reference-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 7px;
  font-size: 0.74rem;
  font-weight: 760;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.reference-primary {
  background: #ef6c24;
  color: #fff;
  border: 1px solid #f27a38;
}

.reference-secondary {
  gap: 8px;
  background: rgba(3, 22, 35, 0.38);
  color: #fff;
  border: 1px solid rgba(205, 229, 234, 0.52);
}

.reference-primary:hover,
.reference-secondary:hover {
  transform: translateY(-2px);
}

.reference-secondary:hover {
  border-color: #fff;
}

.reference-proof {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px 12px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(142, 190, 201, 0.22);
  color: #c7dadd;
  font-size: 0.66rem;
  font-weight: 600;
}

.reference-proof span {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.reference-proof i {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid #68a7b6;
  border-radius: 50%;
  background: rgba(98, 183, 208, 0.08);
  color: #e8f5f7;
  font-size: 0.56rem;
  font-style: normal;
}

.reference-proof i svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.reference-product-stage {
  position: relative;
  z-index: 3;
  isolation: isolate;
  min-width: 0;
  min-height: 680px;
}

.reference-product-stage::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 30px -120px 52px -75px;
  background:
    radial-gradient(ellipse at 52% 45%, rgba(21, 94, 117, 0.54), rgba(21, 94, 117, 0.18) 40%, transparent 68%),
    radial-gradient(circle at 76% 28%, rgba(22, 163, 74, 0.12), transparent 30%),
    radial-gradient(circle at 94% 72%, rgba(249, 115, 22, 0.22), transparent 36%);
  filter: blur(20px);
  pointer-events: none;
}

.reference-product-stage::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -17%;
  bottom: 24px;
  left: -6%;
  height: 210px;
  background:
    radial-gradient(circle, rgba(21, 94, 117, 0.78) 0 1px, transparent 1.8px) 0 0 / 13px 13px,
    linear-gradient(90deg, transparent, rgba(21, 94, 117, 0.3) 42%, rgba(22, 163, 74, 0.1) 62%, rgba(249, 115, 22, 0.14) 84%, transparent);
  border-radius: 50%;
  mask-image: radial-gradient(ellipse, #000 0 34%, rgba(0, 0, 0, 0.72) 48%, transparent 72%);
  opacity: 0.52;
  transform: perspective(520px) rotateX(61deg) translateY(24px);
  transform-origin: center bottom;
  pointer-events: none;
}

.reference-product {
  position: absolute;
  z-index: 1;
  top: 108px;
  left: 20px;
  width: calc(100% - 40px);
  margin: 0;
  padding: 6px;
  background: var(--primary);
  border: 1.5px solid var(--primary);
  border-radius: 19px;
  box-shadow:
    0 0 0 1px rgba(170, 225, 240, 0.42),
    0 0 0 3px rgba(62, 151, 184, 0.12),
    0 0 18px rgba(91, 191, 220, 0.13),
    -18px 26px 70px rgba(0, 7, 14, 0.48),
    20px 18px 46px rgba(249, 115, 22, 0.1);
  transform: perspective(1320px) rotateY(-7deg) rotateX(1.2deg)
    rotateZ(-0.28deg) translateY(-5px);
  transform-origin: 55% 50%;
  backface-visibility: hidden;
}

.reference-product::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 8%;
  bottom: -22px;
  left: 8%;
  height: 32px;
  background: rgba(2, 10, 18, 0.8);
  border-radius: 50%;
  filter: blur(18px);
}

.reference-product-top {
  display: none;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 38px;
  padding: 0 10px;
  color: #87aab2;
  font-size: 0.49rem;
  letter-spacing: 0.08em;
}

.reference-product-top > span {
  display: flex;
  gap: 5px;
}

.reference-product-top > span i {
  width: 7px;
  height: 7px;
  background: #f36f25;
  border-radius: 50%;
}

.reference-product-top > span i:nth-child(2) {
  background: #e5b34d;
}

.reference-product-top > span i:nth-child(3) {
  background: #3bc67a;
}

.reference-product-top b {
  color: #eff7f8;
  font-size: 0.54rem;
}

.reference-product-top em {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  font-style: normal;
}

.reference-product-top em i {
  width: 6px;
  height: 6px;
  background: #35d47d;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(53, 212, 125, 0.12);
}

.reference-product-screen {
  overflow: hidden;
  background: #eef4f5;
  border: 0;
  border-radius: 13px;
  box-shadow:
    0 12px 34px rgba(0, 5, 10, 0.3),
    inset 0 0 0 1px rgba(21, 94, 117, 0.18);
}

.reference-product-screen img {
  display: block;
  width: 100%;
  height: auto;
}

.reference-product figcaption {
  display: none;
  padding: 8px 6px 7px;
  color: #789da6;
  font-size: 0.48rem;
  text-align: right;
}

.reference-value-card {
  position: absolute;
  z-index: 3;
  display: flex;
  gap: 12px;
  width: 230px;
  padding: 16px;
  background: linear-gradient(145deg, #fff, #edf1f3);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 13px;
  color: #102936;
  box-shadow: 0 18px 42px rgba(0, 7, 15, 0.28);
}

.reference-value-card > div {
  min-width: 0;
}

.reference-value-card h2 {
  margin: 0 0 5px;
  color: #09202d;
  font-size: 0.72rem;
  line-height: 1.25;
}

.reference-value-card p {
  margin: 0;
  color: #3d5360;
  font-size: 0.61rem;
  line-height: 1.45;
}

.reference-card-icon {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
}

.reference-card-icon.green {
  background: linear-gradient(135deg, var(--tertiary), color-mix(in srgb, var(--tertiary) 76%, var(--primary)));
}

.reference-card-icon.orange {
  background: linear-gradient(135deg, var(--secondary), color-mix(in srgb, var(--secondary) 78%, var(--primary)));
}

.reference-card-icon.purple {
  background: linear-gradient(135deg, var(--primary), color-mix(in srgb, var(--primary) 78%, var(--teal-ink)));
}

.reference-card-icon.blue {
  background: linear-gradient(135deg, var(--primary), color-mix(in srgb, var(--primary) 72%, var(--tertiary)));
}

.value-realtime {
  top: 0;
  left: 31%;
  width: 260px;
}

.value-business {
  top: 238px;
  right: -180px;
  width: 210px;
  flex-direction: column;
}

.value-control {
  bottom: 34px;
  left: -70px;
  width: 220px;
  flex-direction: column;
}

.value-cloud {
  right: -184px;
  bottom: 20px;
  width: 214px;
  flex-direction: column;
}

.reference-business-scale {
  grid-column: 1 / -1;
  position: relative;
  z-index: 5;
  margin-top: 44px;
  padding: 20px 26px 24px;
  background: linear-gradient(100deg, rgba(5, 63, 91, 0.76), rgba(30, 43, 66, 0.78) 70%, rgba(100, 48, 34, 0.58));
  border: 1px solid rgba(101, 168, 192, 0.33);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(0, 8, 17, 0.22);
  backdrop-filter: blur(12px);
}

.reference-business-scale > h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 0.92rem;
  text-align: center;
}

.reference-business-scale > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.reference-business-scale article {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 0 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.reference-business-scale article:first-child {
  border-left: 0;
}

.reference-business-scale article p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.reference-business-scale article b {
  color: #fff;
  font-size: 0.79rem;
}

.reference-business-scale article small {
  margin-top: 5px;
  color: #b4cad0;
  font-size: 0.6rem;
  line-height: 1.45;
}

.scale-icon {
  display: grid;
  place-items: center;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 13px;
  color: #fff;
}

.scale-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 2px 3px rgba(0, 12, 20, 0.2));
}

.scale-icon.small {
  background: linear-gradient(135deg, var(--tertiary), color-mix(in srgb, var(--tertiary) 76%, var(--primary)));
}

.scale-icon.medium {
  background: linear-gradient(135deg, var(--primary), color-mix(in srgb, var(--primary) 74%, var(--tertiary)));
}

.scale-icon.large {
  background: linear-gradient(135deg, var(--secondary), color-mix(in srgb, var(--secondary) 78%, var(--primary)));
}

@media (max-width: 1120px) {
  .reference-hero-layout {
    grid-template-columns: minmax(310px, 0.8fr) minmax(0, 1.2fr);
    column-gap: 26px;
  }

  .reference-hero h1 {
    font-size: clamp(3rem, 4.5vw, 4.15rem);
  }

  .reference-product {
    left: 10px;
    width: 100%;
  }

  .value-business,
  .value-cloud {
    right: -25px;
  }

  .value-control {
    left: -25px;
  }
}

@media (max-width: 900px) {
  .reference-hero {
    padding-top: 44px;
  }

  .reference-hero-layout {
    grid-template-columns: 1fr;
  }

  .reference-data-wave {
    top: 22%;
    left: 8%;
    width: 84%;
    opacity: 0.3;
  }

  .reference-hero-copy {
    max-width: 650px;
    padding-top: 10px;
  }

  .reference-hero h1 {
    max-width: 660px;
    font-size: clamp(3.25rem, 8vw, 4.5rem);
  }

  .reference-intro {
    max-width: 580px;
  }

  .reference-product-stage {
    min-height: 680px;
    margin-top: 20px;
  }

  .reference-product {
    top: 82px;
    left: 2%;
    width: 96%;
    transform: perspective(1550px) rotateY(-3.5deg) rotateX(0.8deg)
      rotateZ(-0.18deg);
    transform-origin: center center;
  }

  .value-realtime {
    left: 32%;
  }

  .value-business {
    right: 0;
  }

  .value-control {
    left: 0;
  }

  .value-cloud {
    right: 0;
  }

  .reference-business-scale {
    margin-top: 32px;
  }

  .reference-business-scale article {
    padding-inline: 14px;
  }
}

@media (max-width: 820px) {
  .site-header.structured-header.dark-header,
  .site-header.structured-header.dark-header .header-inner,
  .site-header.structured-header.dark-header.scrolled .header-inner {
    height: 70px;
  }

  .site-header.structured-header.dark-header .brand img {
    width: 112px;
    height: 38px;
  }

  .site-header.structured-header.dark-header .menu-toggle {
    border-color: rgba(255, 255, 255, 0.28);
  }

  .site-header.structured-header.dark-header .menu-toggle i {
    background: #fff;
  }

  .site-header.structured-header.dark-header .main-nav {
    background: linear-gradient(160deg, var(--teal-ink), var(--teal-dark));
  }

  .site-header.structured-header.dark-header .nav-menu-button,
  .site-header.structured-header.dark-header .nav-direct {
    border-color: rgba(255, 255, 255, 0.12);
    color: #e7f1f3;
  }

  .site-header.structured-header.dark-header .nav-dropdown,
  .site-header.structured-header.dark-header .solutions-dropdown,
  .site-header.structured-header.dark-header .resources-dropdown,
  .site-header.structured-header.dark-header .features-dropdown {
    background: rgba(8, 47, 58, 0.72);
    border-left-color: var(--secondary);
  }

  .site-header.structured-header.dark-header .solutions-dropdown > a,
  .site-header.structured-header.dark-header .resources-dropdown > a,
  .site-header.structured-header.dark-header .features-dropdown a {
    color: #dcebed;
  }

  .site-header.structured-header.dark-header .solutions-dropdown > a b,
  .site-header.structured-header.dark-header .resources-dropdown > a b {
    color: #f2f8f9;
  }

  .site-header.structured-header.dark-header .solutions-dropdown > a small,
  .site-header.structured-header.dark-header .resources-dropdown > a small,
  .site-header.structured-header.dark-header .features-dropdown small {
    color: #91aeb5;
  }

  .site-header.structured-header.dark-header .features-dropdown > div {
    background: rgba(255, 255, 255, 0.035);
    border-color: rgba(255, 255, 255, 0.1);
  }

  .site-header.structured-header.dark-header .nav-login {
    border-color: rgba(255, 255, 255, 0.24);
  }
}

@media (max-width: 650px) {
  .reference-hero {
    min-height: 0;
    padding: 34px 0 46px;
  }

  .reference-eyebrow {
    margin-bottom: 19px;
    font-size: 0.62rem;
  }

  .reference-hero h1 {
    font-size: clamp(2.75rem, 12vw, 3.65rem);
  }

  .reference-intro {
    font-size: 0.84rem;
  }

  .reference-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .reference-primary,
  .reference-secondary {
    width: 100%;
  }

  .reference-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .reference-proof span {
    flex-direction: column;
    text-align: center;
    white-space: normal;
  }

  .reference-product-stage {
    min-height: 440px;
    margin-top: 24px;
  }

  .reference-product-stage::before {
    inset: 15px -20px 30px;
    opacity: 0.72;
  }

  .reference-product-stage::after {
    right: -8%;
    bottom: 0;
    left: -8%;
    height: 130px;
    opacity: 0.32;
  }

  .reference-product {
    top: 42px;
    left: 0;
    width: 100%;
    padding: 4px 4px 0;
    border-radius: 13px;
    transform: none;
  }

  .reference-product-top {
    min-height: 30px;
  }

  .reference-product-screen {
    border-radius: 8px;
  }

  .reference-product figcaption {
    font-size: 0.42rem;
  }

  .reference-value-card {
    width: 175px;
    padding: 10px;
  }

  .reference-value-card h2 {
    font-size: 0.62rem;
  }

  .reference-value-card p {
    font-size: 0.52rem;
  }

  .reference-card-icon {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
    font-size: 0.82rem;
  }

  .value-realtime {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .value-business,
  .value-control {
    display: none;
  }

  .value-cloud {
    right: -4px;
    bottom: 18px;
    width: 165px;
  }

  .reference-business-scale {
    margin-top: 32px;
    padding: 18px;
    border-radius: 16px;
  }

  .reference-business-scale > h2 {
    font-size: 0.82rem;
    text-align: left;
  }

  .reference-business-scale > div {
    grid-template-columns: 1fr;
  }

  .reference-business-scale article {
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  .reference-business-scale article:first-child {
    border-top: 0;
  }
}

/* Iconografía y atmósfera visual del hero */
.reference-hero {
  padding-top: 122px;
  background:
    radial-gradient(ellipse at 64% 42%, rgba(21, 94, 117, 0.82) 0%, rgba(21, 94, 117, 0.3) 35%, transparent 66%),
    radial-gradient(ellipse at 7% 60%, rgba(21, 94, 117, 0.48) 0%, transparent 43%),
    radial-gradient(circle at 76% 24%, rgba(22, 163, 74, 0.14) 0%, transparent 28%),
    radial-gradient(circle at 94% 82%, rgba(249, 115, 22, 0.36) 0%, rgba(249, 115, 22, 0.12) 29%, transparent 53%),
    linear-gradient(112deg, #02090c 0%, #082f3a 39%, #0b3c4b 60%, #071a20 79%, #160d08 100%);
}

.reference-hero::before {
  opacity: 0.68;
  background:
    linear-gradient(90deg, rgba(0, 4, 10, 0.42), transparent 24%, transparent 76%, rgba(0, 3, 8, 0.22)),
    linear-gradient(rgba(21, 94, 117, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 94, 117, 0.055) 1px, transparent 1px),
    radial-gradient(ellipse at 56% 46%, rgba(21, 94, 117, 0.34), transparent 46%);
  background-size: auto, 52px 52px, 52px 52px, auto;
}

.reference-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -8%;
  bottom: 105px;
  left: 18%;
  height: 390px;
  background-image:
    radial-gradient(circle, rgba(21, 94, 117, 0.88) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(249, 115, 22, 0.46) 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(22, 163, 74, 0.32) 0 1px, transparent 1.6px);
  background-position: 0 0, 6px 6px, 9px 2px;
  background-size: 12px 12px, 14px 14px, 18px 18px;
  clip-path: polygon(0 58%, 13% 42%, 26% 59%, 41% 30%, 55% 50%, 70% 18%, 84% 43%, 100% 28%, 100% 100%, 0 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 78%, transparent 100%);
  opacity: 0.42;
  transform: rotate(-2deg);
  pointer-events: none;
}

.reference-hero-glow {
  right: -130px;
  bottom: -100px;
  width: 610px;
  height: 520px;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.34), rgba(249, 115, 22, 0.09) 38%, transparent 68%);
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  filter: blur(14px);
}

.reference-card-icon {
  flex-basis: 46px;
  width: 46px;
  height: 46px;
  box-shadow:
    0 8px 18px rgba(8, 47, 58, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.ui-icon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  color: #fff;
}

.ui-icon-chart {
  border-bottom: 1.7px solid currentColor;
  border-left: 1.7px solid currentColor;
  border-radius: 0 0 0 2px;
}

.ui-icon-chart::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 4px;
  width: 3px;
  height: 8px;
  background: currentColor;
  border-radius: 2px 2px 0 0;
  box-shadow:
    5px -5px 0 currentColor,
    10px -1px 0 currentColor,
    15px -10px 0 currentColor;
}

.ui-icon-building {
  width: 20px;
  height: 24px;
  border: 1.8px solid currentColor;
  border-radius: 2px 2px 0 0;
}

.ui-icon-building::before {
  content: "";
  position: absolute;
  inset: 4px 3px 6px;
  background: radial-gradient(circle, currentColor 0 1.2px, transparent 1.5px) 0 0 / 6px 6px;
}

.ui-icon-building::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 5px;
  height: 7px;
  background: currentColor;
  border-radius: 1px 1px 0 0;
  transform: translateX(-50%);
}

.ui-icon-users {
  background:
    radial-gradient(circle at 35% 32%, currentColor 0 3px, transparent 3.5px),
    radial-gradient(circle at 70% 38%, currentColor 0 2.6px, transparent 3.1px);
}

.ui-icon-users::before,
.ui-icon-users::after {
  content: "";
  position: absolute;
  bottom: 3px;
  border: 1.8px solid currentColor;
  border-bottom: 0;
  border-radius: 10px 10px 2px 2px;
}

.ui-icon-users::before {
  left: 2px;
  width: 13px;
  height: 8px;
}

.ui-icon-users::after {
  right: 1px;
  width: 10px;
  height: 7px;
}

.ui-icon-cloud::before {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 4px;
  left: 1px;
  height: 10px;
  background: currentColor;
  border-radius: 9px;
}

.ui-icon-cloud::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  width: 11px;
  height: 11px;
  background: currentColor;
  border-radius: 50%;
  box-shadow: 7px 4px 0 -2px currentColor;
}

.ui-icon-store {
  width: 23px;
  height: 14px;
  margin-top: 8px;
  border: 1.8px solid currentColor;
  border-radius: 1px;
}

.ui-icon-store::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -2px;
  width: 23px;
  height: 7px;
  background: repeating-linear-gradient(90deg, currentColor 0 4px, rgba(255, 255, 255, 0.35) 4px 8px);
  border: 1.8px solid currentColor;
  border-radius: 3px 3px 5px 5px;
}

.ui-icon-store::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 0;
  width: 5px;
  height: 8px;
  background: currentColor;
  border-radius: 1px 1px 0 0;
}

.ui-icon-buildings::before,
.ui-icon-buildings::after {
  content: "";
  position: absolute;
  bottom: 0;
  border: 1.8px solid currentColor;
  border-radius: 2px 2px 0 0;
  background: radial-gradient(circle, currentColor 0 1px, transparent 1.3px) 2px 3px / 6px 6px;
}

.ui-icon-buildings::before {
  left: 1px;
  width: 11px;
  height: 18px;
}

.ui-icon-buildings::after {
  right: 0;
  width: 12px;
  height: 23px;
}

.scale-icon {
  box-shadow:
    0 8px 18px rgba(0, 8, 17, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.scale-icon .ui-icon {
  width: 25px;
  height: 25px;
}

@media (max-width: 650px) {
  .reference-hero::after {
    bottom: 235px;
    left: -15%;
    height: 240px;
    opacity: 0.22;
  }

  .reference-card-icon {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  .reference-card-icon .ui-icon {
    transform: scale(0.7);
  }
}

/* Encabezado alineado a la referencia */
.site-header.structured-header.dark-header {
  position: fixed;
  inset: 0 0 auto;
  width: 100%;
  height: 72px;
  background: rgba(8, 47, 58, 0.08);
  border: 0;
  box-shadow: none;
  backdrop-filter: blur(5px) saturate(1.08);
  transition:
    background 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    backdrop-filter 0.28s ease;
}

.site-header.structured-header.dark-header.scrolled {
  background: rgba(8, 47, 58, 0.76);
  border-bottom: 1px solid rgba(232, 243, 245, 0.14);
  box-shadow: 0 10px 28px rgba(0, 7, 14, 0.18);
  backdrop-filter: blur(18px) saturate(1.32);
}

.site-header.structured-header.dark-header .header-inner,
.site-header.structured-header.dark-header.scrolled .header-inner {
  width: var(--container);
  height: 72px;
}

.site-header.structured-header.dark-header .brand {
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
}

.site-header.structured-header.dark-header .brand .header-brand-icon {
  /*width: 200px;*/
  height: 40px;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.08) contrast(1.03);
}

.header-wordmark {
  display: inline-flex;
  align-items: baseline;
  color: #fff;
  font-size: 1.65rem;
  font-weight: 730;
  line-height: 1;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.header-wordmark b {
  color: #fff;
  font: inherit;
}

.header-wordmark em {
  margin-left: 2px;
  color: var(--secondary);
  font: inherit;
  font-style: normal;
  font-weight: 620;
}

.site-header.structured-header.dark-header .main-nav {
  flex: 1;
  gap: 0;
  margin-left: 72px;
}

.site-header.structured-header.dark-header .nav-primary {
  gap: 5px;
}

.site-header.structured-header.dark-header .nav-menu-button,
.site-header.structured-header.dark-header .nav-direct {
  padding-inline: 17px;
  color: #f1f6f7;
  font-size: 0.9rem;
  font-weight: 470;
  letter-spacing: 0.005em;
}

.site-header.structured-header.dark-header .nav-menu-button::after,
.site-header.structured-header.dark-header .nav-direct::after {
  right: 17px;
  left: 17px;
  height: 2px;
  background: var(--secondary);
}

.site-header.structured-header.dark-header .nav-menu-button > span {
  width: 6px;
  height: 6px;
  border-width: 1.4px;
  color: #d9e7ea;
}

.site-header.structured-header.dark-header .nav-actions {
  gap: 25px;
  margin-left: auto;
}

.site-header.structured-header.dark-header .nav-login {
  gap: 10px;
  padding: 10px 0;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 470;
}

.site-header.structured-header.dark-header .nav-login > .login-user-icon {
  position: relative;
  display: block;
  width: 21px;
  height: 22px;
  border: 0;
  border-radius: 0;
}

.login-user-icon::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  width: 7px;
  height: 7px;
  border: 1.6px solid #fff;
  border-radius: 50%;
  transform: translateX(-50%);
}

.login-user-icon::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 1px;
  left: 2px;
  height: 9px;
  border: 1.6px solid #fff;
  border-radius: 9px 9px 3px 3px;
}

.site-header.structured-header.dark-header .nav-actions .nav-trial {
  min-width: 185px;
  height: 40px;
  padding: 0 13px 0 20px;
  background: var(--secondary);
  border: 1px solid var(--secondary);
  border-radius: 9px;
  box-shadow: none;
}

.site-header.structured-header.dark-header .nav-trial > span {
  font-size: 0.82rem;
  font-weight: 680;
}

.site-header.structured-header.dark-header .nav-trial > i {
  margin-left: auto;
  font-size: 0.86rem;
  transition: transform 0.2s ease;
}

.site-header.structured-header.dark-header .nav-actions .nav-trial:hover {
  background: var(--orange-dark);
  border-color: var(--orange-dark);
  box-shadow: none;
  transform: translateY(-1px);
}

.site-header.structured-header.dark-header .nav-actions .nav-trial:hover > i {
  background: transparent;
  transform: translateX(3px);
}

@media (max-width: 1180px) {
  .site-header.structured-header.dark-header .header-inner,
  .site-header.structured-header.dark-header.scrolled .header-inner {
    width: var(--container);
  }

  .site-header.structured-header.dark-header .main-nav {
    margin-left: 30px;
  }

  .site-header.structured-header.dark-header .nav-menu-button,
  .site-header.structured-header.dark-header .nav-direct {
    padding-inline: 11px;
    font-size: 0.83rem;
  }

  .site-header.structured-header.dark-header .nav-actions {
    gap: 14px;
  }

  .site-header.structured-header.dark-header .nav-actions .nav-trial {
    min-width: 158px;
  }
}

@media (max-width: 900px) {
  .site-header.structured-header.dark-header .header-wordmark {
    font-size: 1.45rem;
  }

  .site-header.structured-header.dark-header .main-nav {
    margin-left: 14px;
  }

  .site-header.structured-header.dark-header .nav-login {
    display: inline-flex;
    font-size: 0;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 62px;
  }

  .site-header.structured-header.dark-header,
  .site-header.structured-header.dark-header .header-inner,
  .site-header.structured-header.dark-header.scrolled .header-inner {
    height: 62px;
  }

  .site-header.structured-header.dark-header .header-inner,
  .site-header.structured-header.dark-header.scrolled .header-inner {
    width: var(--container);
  }

  .site-header.structured-header.dark-header .brand .header-brand-icon {
    width: auto;
    height: 34px;
  }

  .site-header.structured-header.dark-header .header-wordmark {
    font-size: 1.35rem;
  }

  .site-header.structured-header.dark-header .main-nav {
    inset: 62px 0 auto;
    height: calc(100dvh - 62px);
    margin-left: 0;
  }

  .site-header.structured-header.dark-header .nav-actions {
    gap: 10px;
  }

  .site-header.structured-header.dark-header .nav-login {
    justify-content: center;
    font-size: 0.82rem;
  }
}

@media (max-width: 900px) {
  .reference-hero {
    padding-top: 112px;
  }
}

@media (max-width: 650px) {
  .reference-hero {
    padding-top: 96px;
  }
}

/* El problema: señales dispersas que convergen en control */
.problem-section {
  position: relative;
  isolation: isolate;
  padding: 118px 0 112px;
  background: linear-gradient(180deg, #edf4f3 0%, #f7faf9 100%);
  overflow: hidden;
}

.problem-atmosphere {
  position: absolute;
  z-index: -1;
  inset: 0 0 auto;
  height: 580px;
  background:
    radial-gradient(circle at 10% 25%, rgba(21, 94, 117, 0.12), transparent 28%),
    radial-gradient(circle at 92% 80%, rgba(249, 115, 22, 0.08), transparent 25%);
  pointer-events: none;
}

.problem-container {
  position: relative;
}

.problem-heading {
  max-width: 880px;
  margin: 0 auto 58px;
  text-align: center;
}

.problem-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--primary);
  font-size: 0.69rem;
  font-weight: 820;
  letter-spacing: 0.18em;
}

.problem-eyebrow span {
  width: 22px;
  height: 2px;
  background: var(--secondary);
  box-shadow: 0 0 12px rgba(249, 115, 22, 0.45);
}

.problem-heading h2 {
  max-width: 830px;
  margin: 0 auto;
  color: var(--teal-ink);
  font-size: clamp(2.65rem, 5vw, 4.85rem);
  font-weight: 750;
  line-height: 1.01;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.problem-heading > p:last-child {
  max-width: 720px;
  margin: 27px auto 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
  text-wrap: pretty;
}

.problem-scene {
  position: relative;
  min-height: 840px;
  background:
    radial-gradient(circle at 50% 47%, rgba(46, 139, 163, 0.28), transparent 27%),
    linear-gradient(rgba(131, 193, 207, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(131, 193, 207, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, #082f3a, #061f27 58%, #071a20);
  background-size: auto, 42px 42px, 42px 42px, auto;
  border: 1px solid rgba(85, 159, 178, 0.25);
  border-radius: 38px;
  box-shadow: 0 35px 90px rgba(8, 47, 58, 0.2);
  overflow: hidden;
}

.problem-scene::before,
.problem-scene::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.problem-scene::before {
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(73, 156, 177, 0.11);
  box-shadow: 0 0 0 70px rgba(73, 156, 177, 0.025);
  transform: translate(-50%, -50%);
}

.problem-scene::after {
  right: -130px;
  bottom: -170px;
  width: 390px;
  height: 390px;
  background: rgba(249, 115, 22, 0.07);
  filter: blur(20px);
}

.problem-connections {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.problem-connections i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 27%;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(111, 185, 203, 0.48) 0 5px, transparent 5px 11px);
  transform-origin: 0 50%;
  opacity: 0.55;
}

.problem-connections i::after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 7px;
  height: 7px;
  background: var(--secondary);
  border: 2px solid #082f3a;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(249, 115, 22, 0.09);
}

.problem-connections i:nth-child(1) { transform: rotate(216deg); }
.problem-connections i:nth-child(2) { transform: rotate(321deg); }
.problem-connections i:nth-child(3) { width: 31%; transform: rotate(174deg); }
.problem-connections i:nth-child(4) { width: 31%; transform: rotate(5deg); }
.problem-connections i:nth-child(5) { transform: rotate(137deg); }
.problem-connections i:nth-child(6) { transform: rotate(43deg); }

.business-core {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 390px;
  transform: translate(-50%, -50%);
}

.business-core.reveal {
  transform: translate(-50%, calc(-50% + 18px));
}

.business-core.reveal.is-visible {
  transform: translate(-50%, -50%);
}

.core-window {
  padding: 8px;
  background: rgba(238, 248, 248, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  box-shadow:
    0 30px 60px rgba(0, 8, 12, 0.45),
    0 0 0 8px rgba(73, 156, 177, 0.06);
}

.core-topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 42px;
  padding: 0 9px;
  color: #6a8085;
  font-size: 0.58rem;
}

.core-topbar > span {
  display: flex;
  gap: 4px;
}

.core-topbar > span i {
  width: 6px;
  height: 6px;
  background: #b7c6c9;
  border-radius: 50%;
}

.core-topbar b {
  color: var(--teal-ink);
  font-size: 0.66rem;
  letter-spacing: 0.04em;
}

.core-topbar em {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #c4520c;
  font-style: normal;
}

.core-topbar em i {
  width: 6px;
  height: 6px;
  background: var(--secondary);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.13);
}

.core-body {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  min-height: 232px;
  padding: 0;
  overflow: hidden;
  background: #f2f7f8;
  border: 1px solid #dce7e8;
  border-radius: 15px;
}

.core-sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 9px;
  padding: 10px 0;
  background: #0b5264;
}

.core-mini-logo {
  display: grid;
  place-items: center;
  width: 22px;
  height: 14px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 0.5rem;
  font-weight: 900;
  font-style: italic;
}

.core-sidebar > i {
  position: relative;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}

.core-sidebar > i::before,
.core-sidebar > i::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.62);
}

.core-sidebar > i::before {
  inset: 4px 3px auto;
  height: 2px;
  box-shadow: 0 4px 0 rgba(255, 255, 255, 0.62), 0 8px 0 rgba(255, 255, 255, 0.62);
}

.core-sidebar > i.is-active {
  background: var(--secondary);
  border-color: var(--secondary);
  box-shadow: 0 0 0 5px var(--secondary);
}

.core-dashboard {
  min-width: 0;
  padding: 10px 11px 11px;
}

.core-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ccdde0;
}

.core-controls b {
  color: #079d4b;
  font-size: 0.57rem;
}

.core-controls span {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 3px 7px;
  background: #fff;
  border: 1px solid #a9c7ce;
  border-radius: 999px;
  color: #155e75;
  font-size: 0.43rem;
  font-weight: 800;
}

.core-controls span i {
  width: 0;
  height: 0;
  border-top: 3px solid #155e75;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}

.core-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.core-status p {
  margin: 0;
  color: var(--teal-ink);
  font-size: 0.61rem;
  font-weight: 760;
}

.core-status span {
  padding: 5px 8px;
  background: var(--orange-soft);
  border: 1px solid #fed7ba;
  border-radius: 999px;
  color: #bd4b08;
  font-size: 0.45rem;
  font-weight: 750;
}

.core-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin-top: 10px;
}

.core-kpi {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 57px;
  padding: 7px 6px 5px;
  overflow: hidden;
  border-radius: 7px;
  color: #fff;
  box-shadow: 0 4px 9px rgba(8, 47, 58, 0.13);
}

.core-kpi.is-green { background: #12a64d; }
.core-kpi.is-blue { background: #17667a; }
.core-kpi.is-orange { background: #ff6d12; }

.core-kpi > span {
  position: absolute;
  top: 5px;
  left: 5px;
  display: grid;
  place-items: center;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  color: var(--secondary);
  font-size: 0.42rem;
  font-weight: 900;
}

.core-kpi strong {
  align-self: flex-end;
  font-size: 0.58rem;
  line-height: 1;
}

.core-kpi small {
  margin-top: auto;
  overflow: hidden;
  font-size: 0.39rem;
  font-weight: 850;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.core-tables {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 8px;
}

.core-tables span {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid #d6e1e3;
  border-radius: 6px;
}

.core-tables b {
  grid-column: 1 / -1;
  padding: 5px;
  background: #17667a;
  color: #fff;
  font-size: 0.38rem;
  text-align: center;
}

.core-tables i {
  height: 25px;
  border-right: 1px solid #e5edef;
  background: linear-gradient(#fff 45%, #edf3f4 46% 51%, #fff 52%);
}

.core-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: max-content;
  margin: 14px auto 0;
  padding: 7px 12px;
  background: rgba(5, 28, 35, 0.78);
  border: 1px solid rgba(115, 181, 197, 0.24);
  border-radius: 999px;
  color: #b7d0d5;
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.core-caption i {
  width: 6px;
  height: 6px;
  background: var(--secondary);
  border-radius: 50%;
  animation: problem-pulse 2.2s ease-in-out infinite;
}

.problem-signal {
  position: absolute;
  z-index: 4;
  width: 300px;
  padding: 21px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 44px rgba(0, 12, 18, 0.3);
}

.problem-signal h3 {
  margin: 11px 0 16px;
  color: var(--teal-ink);
  font-size: 0.9rem;
  font-weight: 740;
  line-height: 1.4;
  letter-spacing: -0.018em;
}

.signal-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6e858a;
  font-size: 0.5rem;
  font-weight: 820;
  letter-spacing: 0.14em;
}

.signal-label span {
  color: var(--primary);
  font-size: 0.56rem;
  letter-spacing: 0;
}

.signal-label i {
  width: 5px;
  height: 5px;
  margin-left: auto;
  background: var(--secondary);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.11);
}

.signal-sales {
  top: 42px;
  left: 40px;
  width: 306px;
  border-radius: 18px 18px 18px 5px;
  transform: rotate(-1.3deg);
}

.signal-inventory {
  top: 54px;
  right: 42px;
  width: 294px;
  border-radius: 7px 20px 20px 20px;
  transform: rotate(1.1deg);
}

.signal-time {
  top: 335px;
  left: 18px;
  width: 274px;
  border-left: 3px solid var(--secondary);
  border-radius: 7px 18px 18px 7px;
  transform: rotate(0.7deg);
}

.signal-branches {
  top: 331px;
  right: 20px;
  width: 288px;
  border-radius: 18px 7px 18px 18px;
  transform: rotate(-0.8deg);
}

.signal-profit {
  bottom: 41px;
  left: 112px;
  width: 302px;
  border-radius: 20px 20px 6px 20px;
  transform: rotate(1deg);
}

.signal-dependency {
  right: 90px;
  bottom: 37px;
  width: 326px;
  border-radius: 20px 20px 20px 6px;
  transform: rotate(-1deg);
}

.sales-readout p,
.inventory-readout p,
.profit-readout p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  color: #72878c;
  font-size: 0.57rem;
}

.sales-readout p span {
  padding: 4px 7px;
  background: var(--orange-soft);
  border-radius: 999px;
  color: #bd4b08;
  font-weight: 720;
}

.sales-readout > strong {
  display: block;
  margin-top: 3px;
  color: var(--teal-ink);
  font-size: 1.7rem;
  letter-spacing: -0.05em;
}

.sales-readout sup {
  margin-left: 5px;
  color: var(--secondary);
  font-size: 0.82rem;
}

.sales-readout > div {
  display: flex;
  align-items: end;
  gap: 4px;
  height: 24px;
  margin-top: -22px;
  margin-left: 145px;
  border-bottom: 1px solid #d8e3e5;
}

.sales-readout > div i {
  flex: 1;
  height: 35%;
  background: #adc7cd;
  border-radius: 2px 2px 0 0;
}

.sales-readout > div i:nth-child(2) { height: 70%; }
.sales-readout > div i:nth-child(3) { height: 48%; }
.sales-readout > div i:nth-child(4) { height: 86%; background: #f59a5a; }
.sales-readout > div i:nth-child(5) { height: 40%; }
.sales-readout > div i:nth-child(6) { height: 55%; }

.inventory-readout {
  padding: 12px;
  background: #f5f8f8;
  border: 1px solid #e1eaeb;
  border-radius: 10px;
}

.inventory-readout p strong {
  color: var(--teal-ink);
  font-size: 0.72rem;
}

.inventory-readout > span {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px dashed #d4dfe1;
  color: #bc4c09;
  font-size: 0.6rem;
  font-weight: 720;
}

.inventory-readout > span i {
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  background: var(--secondary);
  border-radius: 50%;
  color: #fff;
  font-size: 0.58rem;
  font-style: normal;
}

.time-readout {
  display: flex;
  align-items: center;
  gap: 16px;
}

.clock-face {
  position: relative;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border: 2px solid var(--primary);
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px #edf4f5;
}

.clock-face::before,
.clock-face i {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: var(--secondary);
  transform-origin: left center;
  transform: rotate(-90deg);
}

.clock-face i {
  width: 11px;
  background: var(--primary);
  transform: rotate(28deg);
}

.time-readout div {
  position: relative;
  flex: 1;
  height: 48px;
}

.time-readout b {
  position: absolute;
  padding: 5px 8px;
  background: #f4f7f7;
  border: 1px solid #dce7e8;
  border-radius: 4px;
  color: #71858a;
  font-size: 0.52rem;
  font-weight: 700;
  transform: rotate(-3deg);
}

.time-readout b:nth-child(2) { top: 14px; left: 50px; color: var(--teal-ink); transform: rotate(3deg); }
.time-readout b:nth-child(3) { top: 29px; left: 12px; color: #bd4b08; transform: rotate(-1deg); }

.branches-readout {
  position: relative;
  display: grid;
  gap: 6px;
}

.branches-readout::before {
  content: "";
  position: absolute;
  top: 11px;
  bottom: 11px;
  left: 8px;
  border-left: 1px dashed #a9c2c8;
}

.branches-readout span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 5px 8px 5px 1px;
  color: #60777c;
  font-size: 0.58rem;
}

.branches-readout i {
  z-index: 1;
  width: 16px;
  height: 16px;
  background: #eef4f4;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #9fbcc2;
}

.branches-readout b {
  margin-left: auto;
  color: var(--secondary);
  font-size: 0.78rem;
}

.profit-readout > p strong {
  color: var(--secondary);
  font-size: 1.1rem;
}

.profit-readout > div {
  position: relative;
  display: flex;
  align-items: end;
  gap: 7px;
  height: 45px;
  margin-top: 5px;
  padding: 0 8px;
  border-bottom: 1px solid #d5e2e4;
}

.profit-readout > div i {
  width: 18px;
  height: 30%;
  background: repeating-linear-gradient(-45deg, #afc8cd 0 3px, #d8e5e7 3px 6px);
}

.profit-readout > div i:nth-child(2) { height: 68%; }
.profit-readout > div i:nth-child(3) { height: 43%; }
.profit-readout > div i:nth-child(4) { height: 82%; background: repeating-linear-gradient(-45deg, #f49a5d 0 3px, #ffdac0 3px 6px); }

.profit-readout > div span {
  position: absolute;
  right: 4px;
  top: 7px;
  color: #788d92;
  font-size: 0.58rem;
  font-weight: 720;
}

.dependency-readout {
  position: relative;
  min-height: 65px;
  padding-left: 73px;
}

.person-node {
  position: absolute;
  top: 0;
  left: 7px;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  background: var(--teal-soft);
  border: 1px solid #b7d2d8;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #f0f6f6;
}

.person-node::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -13px;
  background: var(--primary);
  border-radius: 50%;
}

.person-node i {
  position: absolute;
  bottom: 8px;
  width: 25px;
  height: 14px;
  background: var(--primary);
  border-radius: 14px 14px 5px 5px;
}

.dependency-readout p {
  display: flex;
  gap: 5px;
  margin: 0 0 9px;
}

.dependency-readout p::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 54px;
  width: 18px;
  border-top: 1px dashed #9ebac0;
}

.dependency-readout p span {
  padding: 5px 6px;
  background: #f2f6f6;
  border-radius: 4px;
  color: #667c81;
  font-size: 0.49rem;
  font-weight: 700;
}

.dependency-readout strong {
  display: block;
  color: #bd4b08;
  font-size: 0.58rem;
  line-height: 1.4;
}

.problem-resolution {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 25px;
  max-width: 1030px;
  margin: -1px auto 0;
  padding: 42px 48px;
  background: #fff;
  border: 1px solid #dbe7e5;
  border-top: 3px solid var(--tertiary);
  border-radius: 0 0 26px 26px;
  box-shadow: 0 20px 55px rgba(8, 47, 58, 0.11);
}

.resolution-flow {
  position: absolute;
  top: -31px;
  left: 50%;
  width: 140px;
  height: 30px;
  transform: translateX(-50%);
}

.resolution-flow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 30px;
  border-left: 1px solid rgba(22, 163, 74, 0.72);
}

.resolution-flow i {
  position: absolute;
  top: 0;
  width: 5px;
  height: 5px;
  background: var(--tertiary);
  border-radius: 50%;
}

.resolution-flow i:nth-child(1) { left: 8px; animation: resolution-converge 2.8s ease-in-out infinite; }
.resolution-flow i:nth-child(2) { left: calc(50% - 2px); animation: resolution-converge-center 2.8s ease-in-out 0.25s infinite; }
.resolution-flow i:nth-child(3) { right: 8px; animation: resolution-converge-right 2.8s ease-in-out 0.5s infinite; }

.resolution-mark {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  background: var(--green-soft);
  border: 1px solid #b9e4c6;
  border-radius: 19px;
  transform: rotate(-3deg);
}

.resolution-mark span {
  width: 25px;
  height: 13px;
  border-bottom: 3px solid var(--tertiary);
  border-left: 3px solid var(--tertiary);
  transform: rotate(-45deg) translate(2px, -2px);
}

.resolution-copy > p {
  margin: 0 0 7px;
  color: var(--tertiary);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.resolution-copy h3 {
  max-width: 610px;
  margin: 0;
  color: var(--teal-ink);
  font-size: clamp(1.45rem, 2.6vw, 2.3rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.resolution-copy > span {
  display: block;
  max-width: 620px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.6;
}

.resolution-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--primary);
  border-radius: 9px;
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 780;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.resolution-cta:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px);
}

.resolution-cta:focus-visible {
  outline: 3px solid rgba(249, 115, 22, 0.5);
  outline-offset: 4px;
}

@keyframes problem-pulse {
  0%, 100% { opacity: 0.55; box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.22); }
  50% { opacity: 1; box-shadow: 0 0 0 5px rgba(249, 115, 22, 0); }
}

@keyframes resolution-converge {
  0%, 20% { transform: translate(0, 0); opacity: 0; }
  60%, 100% { transform: translate(60px, 25px); opacity: 1; }
}

@keyframes resolution-converge-center {
  0%, 20% { transform: translateY(0); opacity: 0; }
  60%, 100% { transform: translateY(25px); opacity: 1; }
}

@keyframes resolution-converge-right {
  0%, 20% { transform: translate(0, 0); opacity: 0; }
  60%, 100% { transform: translate(-60px, 25px); opacity: 1; }
}

@media (max-width: 1080px) {
  .problem-scene {
    min-height: 900px;
  }

  .business-core {
    width: 330px;
  }

  .signal-sales { left: 24px; }
  .signal-inventory { right: 24px; }
  .signal-time { top: 350px; left: 14px; width: 250px; }
  .signal-branches { top: 350px; right: 14px; width: 264px; }
  .signal-profit { bottom: 38px; left: 62px; }
  .signal-dependency { right: 52px; bottom: 35px; }

  .problem-resolution {
    margin-right: 36px;
    margin-left: 36px;
  }
}

@media (max-width: 850px) {
  .problem-section {
    padding: 90px 0 86px;
    background: linear-gradient(180deg, #edf4f3 0%, #f7faf9 100%);
  }

  .problem-heading {
    margin-bottom: 42px;
  }

  .problem-scene {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    min-height: 0;
    padding: 28px;
    border-radius: 30px;
    overflow: visible;
  }

  .problem-scene::before {
    top: 180px;
    width: 300px;
    height: 300px;
  }

  .problem-connections {
    display: none;
  }

  .business-core,
  .business-core.reveal,
  .business-core.reveal.is-visible,
  .problem-signal {
    position: relative;
    inset: auto;
    width: auto;
    transform: none;
  }

  .business-core {
    grid-column: 1 / -1;
    width: min(390px, 100%);
    margin: 0 auto 12px;
  }

  .problem-signal {
    min-height: 190px;
    border-radius: 16px;
  }

  .problem-resolution {
    grid-template-columns: auto 1fr;
    margin-right: 22px;
    margin-left: 22px;
    padding: 35px 32px;
  }

  .resolution-cta {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 600px) {
  .problem-section {
    padding-top: 78px;
  }

  .problem-heading {
    text-align: left;
  }

  .problem-heading h2 {
    font-size: clamp(2.4rem, 12vw, 3.45rem);
    text-wrap: pretty;
  }

  .problem-heading > p:last-child {
    margin-top: 20px;
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .problem-scene {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 18px;
    border-radius: 24px;
  }

  .business-core {
    width: 100%;
    margin-bottom: 10px;
  }

  .core-window {
    border-radius: 18px;
  }

  .core-body {
    min-height: 220px;
    padding: 0;
  }

  .problem-signal {
    min-height: 0;
    padding: 19px;
  }

  .problem-signal h3 {
    max-width: 320px;
    margin-bottom: 13px;
    font-size: 0.86rem;
  }

  .problem-resolution {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin: -1px 10px 0;
    padding: 31px 24px;
    border-radius: 0 0 22px 22px;
  }

  .resolution-mark {
    width: 54px;
    height: 54px;
    border-radius: 15px;
  }

  .resolution-copy h3 {
    font-size: 1.62rem;
  }

  .resolution-copy > span {
    font-size: 0.75rem;
  }

  .resolution-cta {
    width: 100%;
  }
}

@media (max-width: 370px) {
  .problem-scene {
    padding: 12px;
  }

  .core-topbar em {
    font-size: 0;
  }

  .core-topbar em i {
    display: block;
  }

  .core-status {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .core-fragments span {
    font-size: 0.38rem;
  }

  .dependency-readout {
    padding-left: 66px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .problem-signal.is-visible,
  .core-caption i,
  .resolution-flow i {
    animation: none;
  }
}

/* La solución: un solo producto, cinco áreas conectadas */
.solution-section {
  position: relative;
  isolation: isolate;
  padding: 124px 0 116px;
  background:
    radial-gradient(circle at 92% 15%, rgba(249, 115, 22, 0.14), transparent 25%),
    radial-gradient(circle at 12% 75%, rgba(22, 163, 74, 0.1), transparent 28%),
    linear-gradient(145deg, #061e26 0%, #0b3c4b 48%, #082f3a 100%);
  color: #fff;
  overflow: hidden;
}

.solution-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(rgba(116, 187, 204, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 187, 204, 0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
}

.solution-order-signal {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 72px;
  background: linear-gradient(var(--tertiary), rgba(22, 163, 74, 0));
}

.solution-order-signal i,
.solution-order-signal span {
  position: absolute;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
}

.solution-order-signal i {
  top: -5px;
  width: 9px;
  height: 9px;
  background: var(--tertiary);
  box-shadow: 0 0 0 7px rgba(22, 163, 74, 0.12);
}

.solution-order-signal span {
  bottom: 2px;
  width: 5px;
  height: 5px;
  background: #7bd698;
}

.solution-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.65fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 56px;
}

.solution-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 17px;
  color: #85dea0;
  font-size: 0.69rem;
  font-weight: 830;
  letter-spacing: 0.17em;
}

.solution-eyebrow span {
  width: 24px;
  height: 2px;
  background: var(--tertiary);
}

.solution-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 5.5vw, 5.4rem);
  font-weight: 750;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.solution-heading h2 em {
  color: #8bd7e7;
  font: inherit;
  font-style: normal;
}

.solution-heading > p {
  max-width: 470px;
  margin: 0 0 5px;
  padding-left: 24px;
  border-left: 2px solid rgba(249, 115, 22, 0.75);
  color: #c5d9dd;
  font-size: 0.94rem;
  line-height: 1.72;
}

.solution-ecosystem {
  position: relative;
  display: grid;
  grid-template-columns: 255px minmax(0, 1fr);
  min-height: 730px;
  background: #f2f6f6;
  border: 1px solid rgba(141, 203, 216, 0.34);
  border-radius: 29px;
  box-shadow: 0 38px 85px rgba(0, 10, 15, 0.42);
  overflow: hidden;
}

.solution-ecosystem::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 253px;
  width: 7px;
  height: 7px;
  background: var(--tertiary);
  border: 3px solid #f2f6f6;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(22, 163, 74, 0.1);
  transform: translate(-50%, -50%);
}

.solution-rail {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 29px 22px 25px;
  background:
    radial-gradient(circle at 0 100%, rgba(22, 163, 74, 0.12), transparent 34%),
    linear-gradient(180deg, #082f3a, #061f27);
  border-right: 1px solid rgba(105, 173, 190, 0.2);
}

.solution-rail-intro {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 6px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.solution-brand-mark {
  position: relative;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  background: var(--primary);
  border: 1px solid rgba(117, 195, 212, 0.35);
  border-radius: 11px;
  overflow: hidden;
}

.solution-brand-mark i {
  position: absolute;
  top: 11px;
  left: 8px;
  width: 24px;
  height: 3px;
  background: #fff;
  transform: rotate(33deg);
}

.solution-brand-mark i:nth-child(2) {
  top: 23px;
  background: var(--secondary);
  transform: rotate(-33deg);
}

.solution-rail-intro b,
.solution-rail-intro small {
  display: block;
}

.solution-rail-intro b {
  color: #fff;
  font-size: 0.92rem;
}

.solution-rail-intro small {
  margin-top: 3px;
  color: #91aeb4;
  font-size: 0.53rem;
}

.solution-tabs {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 26px;
}

.solution-tab {
  position: relative;
  display: grid;
  grid-template-columns: 27px 1fr 8px;
  align-items: center;
  gap: 9px;
  min-height: 62px;
  padding: 0 14px;
  background: transparent;
  border: 0;
  border-radius: 9px;
  color: #9bb5ba;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.solution-tab::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -39px;
  width: 39px;
  border-top: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.solution-tab span {
  font-size: 0.54rem;
  font-weight: 780;
  letter-spacing: 0.08em;
}

.solution-tab b {
  font-size: 0.73rem;
  font-weight: 680;
  line-height: 1.3;
}

.solution-tab i {
  width: 6px;
  height: 6px;
  border: 1px solid #66868d;
  border-radius: 50%;
}

.solution-tab:hover {
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
}

.solution-tab.is-active {
  background: rgba(21, 94, 117, 0.72);
  color: #fff;
}

.solution-tab.is-active span {
  color: #81d9ec;
}

.solution-tab.is-active i {
  background: var(--secondary);
  border-color: var(--secondary);
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.12);
}

.solution-tab.is-active::after {
  border-color: rgba(249, 115, 22, 0.7);
}

.solution-tab:focus-visible {
  outline: 3px solid rgba(249, 115, 22, 0.68);
  outline-offset: 2px;
}

.solution-rail-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: auto 4px 0;
  color: #8aa7ad;
  font-size: 0.56rem;
  line-height: 1.55;
}

.solution-rail-note i {
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  margin-top: 2px;
  background: var(--tertiary);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.12);
}

.solution-product {
  position: relative;
  min-width: 0;
  padding: 27px 27px 25px;
  color: var(--teal-ink);
}

.solution-product::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 360px;
  height: 260px;
  background: radial-gradient(circle at 100% 0, rgba(21, 94, 117, 0.12), transparent 66%);
  pointer-events: none;
}

.solution-window {
  position: relative;
  z-index: 1;
  padding: 7px;
  background: #fff;
  border: 1px solid #cadadd;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(8, 47, 58, 0.15);
}

.solution-window-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 39px;
  padding: 0 10px;
  color: #758b90;
  font-size: 0.55rem;
}

.solution-window-bar > span {
  display: flex;
  gap: 4px;
}

.solution-window-bar > span i {
  width: 6px;
  height: 6px;
  background: #b6c7ca;
  border-radius: 50%;
}

.solution-window-bar p {
  margin: 0;
}

.solution-window-bar p b {
  color: var(--primary);
}

.solution-window-bar em {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #218c44;
  font-style: normal;
}

.solution-window-bar em i {
  width: 6px;
  height: 6px;
  background: var(--tertiary);
  border-radius: 50%;
}

.solution-screen {
  position: relative;
  aspect-ratio: 1919 / 919;
  background: #e8f0f2;
  border: 1px solid #d2e0e2;
  border-radius: 11px;
  overflow: hidden;
}

.solution-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: inherit;
  pointer-events: none;
}

.solution-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.solution-screen-badge {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  background: rgba(5, 32, 40, 0.9);
  border: 1px solid rgba(126, 195, 210, 0.35);
  border-radius: 999px;
  color: #d9eaed;
  font-size: 0.51rem;
  font-weight: 700;
  backdrop-filter: blur(6px);
}

.solution-screen-badge i {
  width: 6px;
  height: 6px;
  background: var(--tertiary);
  border-radius: 50%;
}

.solution-screen-badge:focus-visible {
  outline: 3px solid rgba(249, 115, 22, 0.82);
  outline-offset: 3px;
}

.solution-panels {
  position: relative;
  z-index: 2;
  min-height: 112px;
  margin: -7px 20px 0;
}

.solution-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  padding: 22px 25px;
  background: #fff;
  border: 1px solid #d4e2e3;
  border-top: 3px solid var(--primary);
  border-radius: 0 0 16px 16px;
  box-shadow: 0 18px 35px rgba(8, 47, 58, 0.1);
}

.solution-panel > div {
  width: min(660px, 100%);
}

.solution-panel[hidden] {
  display: none;
}

.no-js .solution-panels {
  display: grid;
  gap: 10px;
  min-height: 0;
  margin-top: 14px;
}

.no-js .solution-panel[hidden] {
  display: flex;
}

.solution-panel.is-entering {
  animation: solution-panel-in 0.28s ease both;
}

.panel-copy > span {
  color: var(--primary);
  font-size: 0.5rem;
  font-weight: 840;
  letter-spacing: 0.13em;
}

.panel-copy h3 {
  margin: 4px 0 4px;
  color: var(--teal-ink);
  font-size: 1.55rem;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.panel-copy p {
  max-width: 330px;
  margin: 0;
  color: var(--muted);
  font-size: 0.69rem;
  line-height: 1.5;
}

.sales-proof {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 18px;
  padding: 14px 16px;
  background: #f2f7f7;
  border-left: 3px solid var(--tertiary);
  border-radius: 8px;
}

.sales-proof > span,
.sales-proof > small {
  color: #6c8287;
  font-size: 0.54rem;
}

.sales-proof strong {
  grid-row: 1 / 3;
  grid-column: 2;
  align-self: center;
  color: var(--teal-ink);
  font-size: 1.35rem;
  letter-spacing: -0.04em;
}

.sales-proof small {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #218c44;
  font-weight: 700;
}

.sales-proof small i {
  width: 6px;
  height: 6px;
  background: var(--tertiary);
  border-radius: 50%;
}

.inventory-proof {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 8px 15px;
}

.inventory-proof > span {
  color: #6c8287;
  font-size: 0.57rem;
}

.inventory-proof > div {
  display: flex;
  align-items: end;
  gap: 5px;
  height: 36px;
  padding-bottom: 4px;
  border-bottom: 1px solid #cddcdf;
}

.inventory-proof > div i {
  flex: 1;
  height: 85%;
  background: var(--primary);
  border-radius: 2px 2px 0 0;
}

.inventory-proof > div i:nth-child(2) { height: 58%; }
.inventory-proof > div i:nth-child(3) { height: 73%; }
.inventory-proof > div i:nth-child(4) { height: 25%; background: var(--secondary); }

.inventory-proof small {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #b94b0b;
  font-size: 0.55rem;
  font-weight: 700;
}

.inventory-proof small b {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  background: var(--secondary);
  border-radius: 50%;
  color: #fff;
}

.purchases-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.purchases-proof span {
  padding: 10px 12px;
  background: #eef5f5;
  border: 1px solid #d1e1e3;
  border-radius: 7px;
  color: var(--primary);
  font-size: 0.56rem;
  font-weight: 720;
}

.purchases-proof i {
  color: var(--secondary);
  font-size: 0.8rem;
  font-style: normal;
}

.reports-proof {
  position: relative;
}

.reports-proof > span {
  color: #6c8287;
  font-size: 0.55rem;
}

.reports-proof > div {
  display: flex;
  align-items: end;
  gap: 7px;
  height: 48px;
  margin-top: 4px;
  padding: 0 8px 5px;
  border-bottom: 1px solid #cddcdf;
}

.reports-proof > div i {
  flex: 1;
  height: 24%;
  background: #8bb7c1;
  border-radius: 2px 2px 0 0;
}

.reports-proof > div i:nth-child(2) { height: 40%; }
.reports-proof > div i:nth-child(3) { height: 33%; }
.reports-proof > div i:nth-child(4) { height: 62%; background: var(--primary); }
.reports-proof > div i:nth-child(5) { height: 73%; background: var(--primary); }
.reports-proof > div i:nth-child(6) { height: 91%; background: var(--tertiary); }

.reports-proof small {
  display: block;
  margin-top: 5px;
  color: #587076;
  font-size: 0.5rem;
}

.branches-proof {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
}

.branches-proof > b {
  position: relative;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  background: var(--primary);
  border-radius: 50%;
  color: #fff;
  font-size: 0.66rem;
  box-shadow: 0 0 0 7px var(--teal-soft);
}

.branches-proof > b::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 20px;
  border-top: 1px solid #9ebdc4;
}

.branches-proof > div {
  position: relative;
  display: grid;
  gap: 5px;
}

.branches-proof > div::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: -10px;
  border-left: 1px solid #9ebdc4;
}

.branches-proof span {
  padding: 5px 9px;
  background: #eef5f5;
  border-radius: 5px;
  color: #597177;
  font-size: 0.51rem;
}

.solution-value-flow {
  margin-top: 58px;
  padding: 46px 0 48px;
  border-top: 1px solid rgba(136, 198, 211, 0.2);
  border-bottom: 1px solid rgba(136, 198, 211, 0.2);
}

.solution-flow-intro {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(300px, 0.55fr);
  align-items: end;
  gap: 70px;
}

.solution-flow-intro > p {
  grid-column: 1 / -1;
  margin: 0 0 -48px;
  color: #7ed89a;
  font-size: 0.56rem;
  font-weight: 830;
  letter-spacing: 0.15em;
}

.solution-flow-intro h3 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3.4vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.solution-flow-intro > span {
  color: #a9c2c7;
  font-size: 0.75rem;
  line-height: 1.65;
}

.solution-value-flow ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.solution-value-flow ol::before {
  content: "";
  position: absolute;
  top: 15px;
  right: calc(25% - 39.5px);
  left: 39.5px;
  border-top: 1px solid rgba(110, 188, 205, 0.38);
}

.solution-value-flow li {
  position: relative;
  display: block;
  padding: 0 24px;
}

.solution-value-flow li > div {
  margin-top: 18px;
}

.solution-value-flow li > span {
  z-index: 1;
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  background: #0a3744;
  border: 1px solid rgba(115, 196, 214, 0.52);
  border-radius: 50%;
  color: #90d9e8;
  font-size: 0.62rem;
  font-weight: 800;
  box-shadow: 0 0 0 5px rgba(6, 30, 38, 0.88);
}

.solution-value-flow li:last-child > span {
  background: var(--tertiary);
  border-color: #64ce85;
  color: #fff;
}

.solution-value-flow li b,
.solution-value-flow li small {
  display: block;
}

.solution-value-flow li b {
  min-height: 40px;
  color: #eef7f8;
  font-size: 0.88rem;
  line-height: 1.4;
}

.solution-value-flow li small {
  margin-top: 10px;
  color: #8faeb4;
  font-size: 0.73rem;
  line-height: 1.58;
}

.solution-close {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 50px;
  padding: 35px 0 0;
  border-top: 1px solid rgba(143, 196, 208, 0.2);
}

.solution-close-rule {
  position: relative;
  display: block;
  width: 70px;
  border-top: 1px solid rgba(116, 193, 210, 0.48);
}

.solution-close-rule i {
  position: absolute;
  top: -5px;
  right: -1px;
  width: 9px;
  height: 9px;
  background: var(--tertiary);
  border: 2px solid #0a3846;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(22, 163, 74, 0.1);
}

.solution-close > div > p {
  margin: 0 0 6px;
  color: #7ed89a;
  font-size: 0.56rem;
  font-weight: 820;
  letter-spacing: 0.15em;
}

.solution-close h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.8rem);
  letter-spacing: -0.045em;
}

.solution-close > div > span {
  display: block;
  max-width: 650px;
  margin-top: 8px;
  color: #a9c2c7;
  font-size: 0.72rem;
  line-height: 1.55;
}

.solution-close > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 50px;
  padding: 0 20px;
  background: var(--secondary);
  border: 1px solid #fb8a3c;
  border-radius: 9px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 770;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}

.solution-close > a:hover {
  background: #df610d;
  transform: translateY(-2px);
}

.solution-close > a:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.8);
  outline-offset: 4px;
}

@keyframes solution-panel-in {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .solution-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .solution-heading > p {
    max-width: 650px;
  }

  .solution-ecosystem {
    grid-template-columns: 215px minmax(0, 1fr);
  }

  .solution-ecosystem::after {
    left: 213px;
  }

  .solution-rail {
    padding-right: 16px;
    padding-left: 16px;
  }

  .solution-tab::after {
    right: -25px;
    width: 25px;
  }

  .solution-panel {
    gap: 0;
  }

  .solution-flow-intro {
    gap: 36px;
  }

  .solution-value-flow li {
    padding: 0 12px;
  }

  .solution-value-flow li > span {
    width: 27px;
    height: 27px;
  }

  .solution-value-flow ol::before {
    top: 13px;
    right: calc(25% - 25.5px);
    left: 25.5px;
  }

  .solution-panels,
  .solution-panel {
    min-height: 128px;
  }

  .solution-close {
    grid-template-columns: 50px 1fr;
  }

  .solution-close > a {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .solution-section {
    padding: 96px 0 88px;
  }

  .solution-heading h2 {
    font-size: clamp(2.75rem, 11vw, 4.3rem);
  }

  .solution-heading > p {
    padding-left: 18px;
    font-size: 0.88rem;
  }

  .solution-ecosystem {
    display: block;
    min-height: 0;
    border-radius: 23px;
  }

  .solution-ecosystem::after {
    display: none;
  }

  .solution-rail {
    display: block;
    padding: 18px 17px 0;
    border-right: 0;
  }

  .solution-rail-intro {
    padding-bottom: 16px;
  }

  .solution-tabs {
    flex-direction: row;
    gap: 5px;
    margin-top: 13px;
    padding-bottom: 14px;
    overflow-x: auto;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
  }

  .solution-tab {
    flex: 0 0 auto;
    display: flex;
    gap: 7px;
    min-height: 42px;
    padding: 0 12px;
    scroll-snap-align: start;
  }

  .solution-tab::after,
  .solution-tab i {
    display: none;
  }

  .solution-tab.is-active {
    background: var(--primary);
    box-shadow: inset 0 -2px var(--secondary);
  }

  .solution-rail-note {
    display: none;
  }

  .solution-product {
    padding: 0;
  }

  .solution-panels {
    margin-right: 8px;
    margin-left: 8px;
  }

  .solution-panel {
    min-height: 128px;
    padding: 20px;
  }

  .solution-close {
    display: block;
    margin-top: 42px;
    padding-top: 29px;
  }

  .solution-value-flow {
    margin-top: 43px;
    padding: 38px 0;
  }

  .solution-flow-intro {
    display: block;
  }

  .solution-flow-intro > p {
    margin: 0 0 10px;
  }

  .solution-flow-intro > span {
    display: block;
    margin-top: 15px;
  }

  .solution-value-flow ol {
    grid-template-columns: 1fr 1fr;
    gap: 25px 18px;
    margin-top: 31px;
  }

  .solution-value-flow ol::before {
    display: none;
  }

  .solution-value-flow li,
  .solution-value-flow li:first-child,
  .solution-value-flow li:last-child {
    padding: 0;
  }

  .solution-close-rule {
    display: none;
  }

  .solution-close > a {
    margin-top: 22px;
  }
}

@media (max-width: 500px) {
  .solution-heading {
    margin-bottom: 38px;
  }

  .solution-heading h2 {
    font-size: clamp(2.55rem, 13vw, 3.5rem);
  }

  .solution-product {
    padding: 0;
  }

  .solution-window {
    padding: 0;
    border-radius: 0;
  }

  .solution-window-bar {
    grid-template-columns: 1fr auto;
    min-height: 34px;
  }

  .solution-window-bar > span {
    display: none;
  }

  .solution-window-bar p {
    font-size: 0.48rem;
  }

  .solution-screen {
    border-radius: 0;
  }

  .solution-screen-badge {
    right: 7px;
    bottom: 7px;
    padding: 5px 7px;
    font-size: 0.43rem;
  }

  .solution-panels {
    min-height: 145px;
    margin-right: 4px;
    margin-left: 4px;
  }

  .solution-panel {
    min-height: 145px;
    padding: 18px 16px;
  }

  .panel-copy h3 {
    font-size: 1.4rem;
  }

  .sales-proof {
    grid-template-columns: 1fr;
  }

  .sales-proof strong {
    grid-row: auto;
    grid-column: auto;
  }

  .purchases-proof {
    justify-content: flex-start;
    gap: 5px;
  }

  .purchases-proof span {
    padding: 8px 7px;
    font-size: 0.48rem;
  }

  .branches-proof > b {
    width: 60px;
    height: 60px;
  }

  .solution-close > a {
    width: 100%;
  }

  .solution-value-flow ol {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .solution-value-flow li {
    position: relative;
    display: grid;
    grid-template-columns: 31px 1fr;
    gap: 12px;
    padding-bottom: 25px;
  }

  .solution-value-flow li > div {
    margin-top: 0;
  }

  .solution-value-flow li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 31px;
    bottom: 0;
    left: 15px;
    border-left: 1px solid rgba(110, 188, 205, 0.34);
  }

  .solution-value-flow li b {
    min-height: 0;
  }

  .solution-value-flow li small {
    margin-top: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .solution-panel.is-entering {
    animation: none;
  }
}

/* El tablero usa el ancho completo para conservar la legibilidad de la interfaz real. */
@media (min-width: 761px) {
  .solution-section > .container {
    width: min(1420px, calc(100% - 40px));
  }

  .solution-ecosystem {
    display: block;
    min-height: 0;
  }

  .solution-ecosystem::after {
    display: none;
  }

  .solution-rail {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    padding: 16px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(105, 173, 190, 0.2);
  }

  .solution-rail-intro {
    padding: 0 18px 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.11);
    border-bottom: 0;
  }

  .solution-tabs {
    flex-direction: row;
    gap: 5px;
    margin-top: 0;
  }

  .solution-tab {
    flex: 1;
    grid-template-columns: 23px 1fr 6px;
    gap: 7px;
    min-width: 0;
    min-height: 52px;
    padding: 0 10px;
  }

  .solution-tab::after {
    display: none;
  }

  .solution-tab b {
    font-size: 0.68rem;
  }

  .solution-rail-note {
    display: none;
  }

  .solution-product {
    padding: 0;
  }

  .solution-window {
    max-width: none;
    margin: 0;
    padding: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .solution-screen {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .solution-panels {
    max-width: 1220px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* Capacidades: explorador editorial del producto */
.capabilities-section {
  position: relative;
  padding: 126px 0 118px;
  background:
    radial-gradient(circle at 85% 8%, rgba(21, 94, 117, 0.09), transparent 25%),
    linear-gradient(180deg, #f7faf9, #edf4f3 100%);
  overflow: hidden;
}

.capabilities-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 62px;
  background: linear-gradient(var(--tertiary), rgba(22, 163, 74, 0));
}

.capabilities-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(310px, 0.62fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 56px;
}

.capabilities-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 17px;
  color: var(--primary);
  font-size: 0.69rem;
  font-weight: 840;
  letter-spacing: 0.16em;
}

.capabilities-eyebrow span {
  width: 25px;
  height: 2px;
  background: var(--secondary);
}

.capabilities-heading h2 {
  margin: 0;
  color: var(--teal-ink);
  font-size: clamp(2.85rem, 5.25vw, 5.15rem);
  font-weight: 750;
  line-height: 0.99;
  letter-spacing: -0.065em;
}

.capabilities-heading h2 em {
  color: var(--primary);
  font: inherit;
  font-style: normal;
}

.capabilities-heading > p {
  max-width: 480px;
  margin: 0 0 5px;
  padding-left: 23px;
  border-left: 2px solid var(--secondary);
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.7;
}

.capabilities-bento {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 330px 285px 260px;
  gap: 16px;
}

.capability-card {
  position: relative;
  min-width: 0;
  padding: 27px;
  background: #fff;
  border: 1px solid #d7e4e5;
  border-radius: 22px;
  color: var(--teal-ink);
  box-shadow: 0 12px 32px rgba(8, 47, 58, 0.075);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.capability-card:hover {
  z-index: 2;
  border-color: rgba(21, 94, 117, 0.42);
  box-shadow: 0 22px 45px rgba(8, 47, 58, 0.13);
  transform: translateY(-4px);
}

.capability-card:focus-visible {
  z-index: 3;
  outline: 3px solid rgba(249, 115, 22, 0.65);
  outline-offset: 4px;
}

.capability-card-copy {
  position: relative;
  z-index: 2;
}

.capability-index {
  display: block;
  color: var(--primary);
  font-size: 0.55rem;
  font-weight: 840;
  letter-spacing: 0.13em;
}

.capability-card h3 {
  margin: 7px 0 7px;
  color: var(--teal-ink);
  font-size: clamp(1.35rem, 2.2vw, 2.05rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.capability-card p {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.55;
}

.capability-pos {
  grid-column: span 7;
  grid-row: span 2;
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 32px 32px 0;
  background:
    radial-gradient(circle at 95% 5%, rgba(249, 115, 22, 0.14), transparent 25%),
    linear-gradient(145deg, #082f3a, #0b4353);
  border-color: rgba(76, 152, 171, 0.38);
  color: #fff;
  box-shadow: 0 22px 50px rgba(8, 47, 58, 0.2);
}

.capability-pos:hover {
  border-color: rgba(129, 207, 223, 0.56);
  box-shadow: 0 28px 58px rgba(8, 47, 58, 0.27);
}

.capability-pos .capability-index {
  color: #78d6e8;
}

.capability-pos h3 {
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 3.35rem);
}

.capability-pos p {
  max-width: 540px;
  color: #b9d0d5;
  font-size: 0.82rem;
}

.capability-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  color: #fff;
  font-size: 0.67rem;
  font-weight: 760;
}

.capability-link i {
  color: var(--secondary);
  font-size: 0.9rem;
  font-style: normal;
  transition: transform 0.2s ease;
}

.capability-pos:hover .capability-link i {
  transform: translateX(4px);
}

.capability-pos-visual {
  position: relative;
  align-self: end;
  min-width: 0;
  margin: 28px -7px 0 24px;
  padding: 6px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 16px 16px 0 0;
  box-shadow: 0 22px 50px rgba(0, 7, 11, 0.35);
  transform: perspective(1100px) rotateX(1.5deg);
  transform-origin: bottom;
  transition: transform 0.28s ease;
  overflow: hidden;
}

.capability-pos:hover .capability-pos-visual {
  transform: perspective(1100px) rotateX(0) translateY(-3px);
}

.capability-browser-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 34px;
  padding: 0 8px;
  color: #758a8f;
  font-size: 0.47rem;
}

.capability-browser-bar span {
  display: flex;
  gap: 4px;
}

.capability-browser-bar span i {
  width: 5px;
  height: 5px;
  background: #b7c7ca;
  border-radius: 50%;
}

.capability-browser-bar b {
  color: var(--primary);
}

.capability-browser-bar em {
  justify-self: end;
  color: var(--tertiary);
  font-style: normal;
}

.capability-pos-screen {
  display: grid;
  grid-template-columns: 55px minmax(0, 1fr) 105px;
  min-height: 245px;
  background: #eef5f8;
  border: 1px solid #d8e4e6;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.capability-pos-sidebar {
  display: flex;
  flex-direction: column;
  background: #11657a;
  color: #fff;
}

.capability-pos-sidebar b {
  padding: 12px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.56rem;
  letter-spacing: 0.04em;
  text-align: center;
}

.capability-pos-sidebar span {
  display: grid;
  min-height: 34px;
  padding: 0 3px;
  place-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 0.37rem;
  font-weight: 700;
  text-align: center;
}

.capability-pos-sidebar span::before {
  content: "▦";
  display: block;
  margin-bottom: 2px;
  color: #a9d4de;
  font-size: 0.6rem;
}

.capability-pos-sidebar span.active {
  background: var(--secondary);
}

.capability-pos-sidebar span.active::before {
  color: #fff;
  content: "▤";
}

.capability-pos-workspace {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  min-width: 0;
  padding: 8px 7px 7px;
}

.capability-pos-toolbar {
  display: flex;
  align-items: center;
  min-height: 26px;
  background: #7caebe;
  border-radius: 5px;
  overflow: hidden;
}

.capability-pos-toolbar span,
.capability-pos-toolbar em {
  min-width: 0;
  padding: 6px 8px;
  overflow: hidden;
  background: #fff;
  color: #789096;
  font-size: 0.43rem;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.capability-pos-toolbar span {
  flex: 1;
  margin: 3px 0 3px 3px;
  border-radius: 5px 0 0 5px;
}

.capability-pos-toolbar b {
  padding: 7px 10px;
  background: #075c73;
  color: #fff;
  font-size: 0.42rem;
  text-transform: uppercase;
}

.capability-pos-toolbar em {
  flex: 0.65;
  margin: 3px;
  color: var(--secondary);
  border-radius: 5px;
}

.capability-pos-table {
  margin-top: 6px;
  background: #fff;
  border: 1px solid #d8e4e6;
  border-radius: 5px 5px 0 0;
}

.capability-pos-table > div {
  display: grid;
  grid-template-columns: 1fr 42px 52px 48px;
  padding: 7px 8px;
  border-bottom: 1px solid #e3eaec;
  color: var(--secondary);
  font-size: 0.38rem;
}

.capability-pos-table p {
  margin: 12px 0 0;
  color: #8bb0ba;
  font-size: 0.43rem;
  text-align: center;
}

.capability-pos-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  padding: 0 10px;
  background: #11657a;
  color: #fff;
}

.capability-pos-total span {
  font-size: 0.56rem;
  font-weight: 750;
  text-transform: uppercase;
}

.capability-pos-total strong {
  font-size: 0.75rem;
}

.capability-pos-controls {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding-top: 7px;
}

.capability-pos-controls span,
.capability-pos-controls b {
  display: grid;
  min-height: 27px;
  place-items: center;
  background: #11657a;
  border-radius: 999px;
  color: #fff;
  font-size: 0.42rem;
  text-transform: uppercase;
}

.capability-pos-controls span:nth-child(2) {
  background: var(--secondary);
}

.capability-pos-controls b {
  background: var(--tertiary);
}

.capability-pos-actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px 7px;
  background: #f7fafb;
  border-left: 1px dotted #77adbb;
}

.capability-pos-actions span,
.capability-pos-actions em {
  display: flex;
  align-items: center;
  min-height: 29px;
  padding: 0 7px;
  background: #11657a;
  border-radius: 6px;
  color: #fff;
  font-size: 0.4rem;
  font-style: normal;
  font-weight: 750;
  text-transform: uppercase;
}

.capability-pos-actions span::before,
.capability-pos-actions em::before {
  content: "▣";
  margin-right: 5px;
  color: #bce0e7;
}

.capability-pos-actions em {
  margin-top: 3px;
  background: #fff;
  color: #11657a;
  box-shadow: 0 4px 10px rgba(8, 47, 58, 0.1);
}

.capability-inventory {
  grid-column: span 5;
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(230px, 1fr);
  align-items: center;
  gap: 20px;
  background: linear-gradient(135deg, #fff, #eef6f5);
}

.capability-stock {
  padding: 13px;
  background: #fff;
  border: 1px solid #d7e4e5;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(8, 47, 58, 0.09);
}

.stock-heading,
.stock-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px 36px;
  align-items: center;
  gap: 8px;
}

.stock-heading {
  padding: 0 4px 9px;
  color: #74898e;
  font-size: 0.52rem;
  font-style: normal;
}

.stock-heading b {
  color: #74898e;
  text-align: center;
}

.stock-heading em {
  color: var(--tertiary);
  font-style: normal;
  font-weight: 750;
  text-align: center;
}

.stock-row {
  padding: 10px 4px;
  border-top: 1px solid #edf2f3;
  color: #49646a;
  font-size: 0.56rem;
}

.stock-row span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.stock-row span i {
  width: 7px;
  height: 7px;
  background: #9dc2ca;
  border-radius: 2px;
}

.stock-row b {
  color: var(--teal-ink);
  font-size: 0.68rem;
  text-align: center;
}

.stock-row em {
  color: #74898e;
  font-size: 0.58rem;
  font-style: normal;
  text-align: center;
}

.stock-row.stock-low {
  background: #fff7f1;
}

.stock-row.stock-low span i {
  background: var(--secondary);
}

.stock-row.stock-low em {
  color: #c4520c;
}

.stock-row.stock-low b {
  color: #c4520c;
}

.stock-alert {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 8px 10px;
  background: #fff3e9;
  border: 1px solid #ffd8bd;
  border-radius: 8px;
  color: #a9470d;
}

.stock-alert > i {
  display: grid;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  place-items: center;
  background: var(--secondary);
  border-radius: 50%;
  color: #fff;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 850;
}

.stock-alert span {
  display: flex;
  flex-direction: column;
}

.stock-alert b {
  font-size: 0.55rem;
}

.stock-alert small {
  margin-top: 1px;
  color: #a96338;
  font-size: 0.47rem;
}

.stock-meter {
  display: flex;
  gap: 4px;
  margin-top: 10px;
}

.stock-meter span {
  flex: 1;
  height: 4px;
  background: var(--primary);
  border-radius: 3px;
}

.stock-meter span:nth-last-child(-n + 2) {
  background: #dfe9ea;
}

.capability-dashboard {
  grid-column: span 5;
  display: grid;
  grid-template-columns: minmax(185px, 0.75fr) minmax(220px, 1fr);
  align-items: center;
  gap: 22px;
  background: #f9fbfb;
}

.capability-dashboard-visual {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  margin: -8px -10px -8px 0;
  padding: 13px;
  background: #edf4f5;
  border: 1px solid #cedfe1;
  border-radius: 13px;
  box-shadow: 0 12px 26px rgba(8, 47, 58, 0.11);
  overflow: hidden;
}

.capability-dashboard-top,
.capability-dashboard-trend p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.capability-dashboard-top {
  color: var(--teal-ink);
  font-size: 0.53rem;
  font-weight: 780;
}

.capability-dashboard-top i {
  color: var(--tertiary);
  font-size: 0.43rem;
  font-style: normal;
}

.capability-dashboard-kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 9px;
}

.capability-dashboard-kpis > span {
  display: grid;
  padding: 9px;
  background: #fff;
  border: 1px solid #dce7e8;
  border-radius: 7px;
}

.capability-dashboard-kpis small {
  color: #71888d;
  font-size: 0.43rem;
}

.capability-dashboard-kpis b {
  margin-top: 3px;
  color: var(--teal-ink);
  font-size: 0.76rem;
}

.capability-dashboard-kpis em {
  margin-top: 2px;
  color: var(--tertiary);
  font-size: 0.41rem;
  font-style: normal;
}

.capability-dashboard-trend {
  flex: 1;
  margin-top: 8px;
  padding: 8px 9px;
  background: #fff;
  border: 1px solid #dce7e8;
  border-radius: 7px;
}

.capability-dashboard-trend p {
  margin: 0;
  color: #6c8388;
  font-size: 0.43rem;
}

.capability-dashboard-trend p b {
  color: var(--tertiary);
  font-size: 0.4rem;
}

.capability-dashboard-trend > div {
  display: flex;
  align-items: end;
  gap: 5px;
  height: 38px;
  margin-top: 5px;
}

.capability-dashboard-trend i {
  flex: 1;
  height: 30%;
  background: #a9cad1;
  border-radius: 2px 2px 0 0;
}

.capability-dashboard-trend i:nth-child(2) { height: 46%; }
.capability-dashboard-trend i:nth-child(3) { height: 38%; }
.capability-dashboard-trend i:nth-child(4) { height: 62%; background: var(--primary); }
.capability-dashboard-trend i:nth-child(5) { height: 55%; background: var(--primary); }
.capability-dashboard-trend i:nth-child(6) { height: 76%; background: var(--primary); }
.capability-dashboard-trend i:nth-child(7) { height: 92%; background: var(--tertiary); }

.capability-reports,
.capability-purchases,
.capability-branches {
  grid-column: span 4;
}

.capability-reports {
  background: linear-gradient(145deg, #fff, #eef6f7);
}

.capability-chart {
  margin-top: 24px;
}

.capability-chart > span {
  color: #71868b;
  font-size: 0.51rem;
}

.capability-chart > div {
  display: flex;
  align-items: end;
  gap: 7px;
  height: 62px;
  margin-top: 8px;
  padding: 0 8px 6px;
  border-bottom: 1px solid #cadadd;
}

.capability-chart > div i {
  flex: 1;
  height: 24%;
  background: #9fc4cc;
  border-radius: 3px 3px 0 0;
}

.capability-chart > div i:nth-child(2) { height: 38%; }
.capability-chart > div i:nth-child(3) { height: 32%; }
.capability-chart > div i:nth-child(4) { height: 59%; background: var(--primary); }
.capability-chart > div i:nth-child(5) { height: 51%; background: var(--primary); }
.capability-chart > div i:nth-child(6) { height: 72%; background: var(--primary); }
.capability-chart > div i:nth-child(7) { height: 91%; background: var(--tertiary); }

.capability-chart small {
  display: block;
  margin-top: 9px;
  color: #637b80;
  font-size: 0.51rem;
}

.capability-chart small b {
  margin-right: 5px;
  color: var(--tertiary);
}

.capability-purchases {
  background:
    radial-gradient(circle at 95% 90%, rgba(249, 115, 22, 0.12), transparent 35%),
    #fff;
}

.capability-purchase-flow {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 38px;
}

.capability-purchase-flow span {
  flex: 1;
  padding: 10px 6px;
  background: #f0f6f6;
  border: 1px solid #d7e4e5;
  border-radius: 7px;
  color: var(--primary);
  font-size: 0.51rem;
  font-weight: 720;
  text-align: center;
}

.capability-purchase-flow i {
  color: var(--secondary);
  font-size: 0.75rem;
  font-style: normal;
}

.capability-branches {
  background: linear-gradient(145deg, #0b3c4b, #082f3a);
  border-color: rgba(72, 150, 169, 0.4);
}

.capability-branches .capability-index {
  color: #80d6e7;
}

.capability-branches h3 {
  color: #fff;
}

.capability-branches p {
  color: #b0c9ce;
}

.capability-branch-map {
  position: relative;
  height: 95px;
  margin-top: 13px;
}

.capability-branch-map::before {
  content: "";
  position: absolute;
  top: 46px;
  right: 42px;
  left: 42px;
  border-top: 1px solid rgba(120, 200, 217, 0.35);
}

.capability-branch-map b {
  position: absolute;
  z-index: 2;
  top: 26px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  background: var(--primary);
  border: 1px solid #6fb8c9;
  border-radius: 50%;
  color: #fff;
  font-size: 0.48rem;
  box-shadow: 0 0 0 7px rgba(21, 94, 117, 0.42);
  transform: translateX(-50%);
}

.capability-branch-map > span {
  position: absolute;
  top: 38px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(130, 192, 205, 0.24);
  border-radius: 6px;
  color: #d0e2e5;
  font-size: 0.47rem;
}

.capability-branch-map > span i {
  width: 5px;
  height: 5px;
  background: var(--tertiary);
  border-radius: 50%;
}

.capability-branch-map .branch-one { left: 0; }
.capability-branch-map .branch-two { right: 0; }
.capability-branch-map .branch-three { top: 77px; left: 50%; transform: translateX(-50%); }

.capabilities-more {
  display: grid;
  grid-template-columns: minmax(240px, 0.55fr) minmax(0, 1.45fr);
  align-items: center;
  gap: 45px;
  margin-top: 17px;
  padding: 30px 34px;
  background: #fff;
  border: 1px solid #d7e4e5;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(8, 47, 58, 0.06);
}

.capabilities-more > div p {
  margin: 0 0 6px;
  color: var(--secondary);
  font-size: 0.55rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.capabilities-more h3 {
  margin: 0;
  color: var(--teal-ink);
  font-size: 1.35rem;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.capabilities-more ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.capabilities-more li {
  padding: 8px 11px;
  background: #eef5f5;
  border: 1px solid #d7e4e5;
  border-radius: 999px;
  color: #4b676d;
  font-size: 0.62rem;
  font-weight: 650;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.capabilities-more li:hover {
  background: var(--teal-soft);
  border-color: #a9cbd2;
  color: var(--primary);
}

.capabilities-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  margin-top: 42px;
  padding-top: 39px;
  border-top: 1px solid #d4e2e3;
}

.capabilities-cta p {
  margin: 0;
  color: var(--teal-ink);
  font-size: clamp(1.45rem, 2.5vw, 2.25rem);
  font-weight: 740;
  letter-spacing: -0.04em;
}

.capabilities-cta > div > span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.73rem;
}

.capabilities-cta > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 20px;
  background: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 9px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 780;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}

.capabilities-cta > a:hover {
  background: var(--teal-dark);
  transform: translateY(-2px);
}

.capabilities-cta > a:focus-visible {
  outline: 3px solid rgba(249, 115, 22, 0.6);
  outline-offset: 4px;
}

@media (max-width: 1050px) {
  .capabilities-bento {
    grid-template-rows: 340px 300px 275px;
  }

  .capability-pos {
    grid-column: span 8;
  }

  .capability-inventory,
  .capability-dashboard {
    grid-column: span 4;
    display: block;
  }

  .capability-stock {
    margin-top: 19px;
  }

  .capability-dashboard-visual {
    height: 145px;
    margin: 18px -10px -8px 0;
  }

  .capability-reports,
  .capability-purchases,
  .capability-branches {
    grid-column: span 4;
  }
}

@media (max-width: 820px) {
  .capabilities-section {
    padding: 96px 0 88px;
  }

  .capabilities-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .capabilities-heading > p {
    max-width: 650px;
  }

  .capabilities-bento {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .capability-card,
  .capability-pos,
  .capability-inventory,
  .capability-dashboard,
  .capability-reports,
  .capability-purchases,
  .capability-branches {
    grid-column: span 1;
    grid-row: auto;
  }

  .capability-pos {
    grid-column: 1 / -1;
    min-height: 610px;
  }

  .capability-inventory,
  .capability-dashboard {
    min-height: 340px;
  }

  .capability-reports,
  .capability-purchases,
  .capability-branches {
    min-height: 285px;
  }

  .capability-branches {
    grid-column: 1 / -1;
  }

  .capabilities-more {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .capabilities-heading h2 {
    font-size: clamp(2.45rem, 12vw, 3.45rem);
  }

  .capabilities-heading > p {
    font-size: 0.87rem;
  }

  .capabilities-bento {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .capability-card {
    min-height: 0;
    padding: 24px;
    border-radius: 18px;
  }

  .capability-pos {
    min-height: 510px;
    padding: 27px 24px 0;
  }

  .capability-pos-visual {
    margin: 25px -7px 0 0;
  }

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

  .capability-browser-bar > span {
    display: none;
  }

  .capability-pos-screen {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .capability-pos-actions {
    display: none;
  }

  .capability-pos-sidebar span {
    font-size: 0;
  }

  .capability-pos-sidebar span::before {
    margin: 0;
    font-size: 0.62rem;
  }

  .capability-inventory,
  .capability-dashboard {
    min-height: 325px;
  }

  .capability-dashboard-visual {
    height: 150px;
    margin: 20px 0 0;
  }

  .capability-reports,
  .capability-purchases,
  .capability-branches {
    min-height: 260px;
  }

  .capabilities-more {
    margin-top: 13px;
    padding: 25px 22px;
  }

  .capabilities-more ul {
    gap: 6px;
  }

  .capabilities-more li {
    padding: 7px 9px;
    font-size: 0.58rem;
  }

  .capabilities-cta {
    grid-template-columns: 1fr;
    gap: 21px;
  }

  .capabilities-cta > a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .capability-card,
  .capability-pos-visual,
  .capability-link i,
  .capabilities-cta > a {
    transition: none;
  }

  .capability-card:hover,
  .capability-pos:hover .capability-pos-visual,
  .capabilities-cta > a:hover {
    transform: none;
  }
}

/* Conoce tu negocio: de la operacion a decisiones claras */
.business-insight-section {
  position: relative;
  isolation: isolate;
  padding: 128px 0 112px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(21, 94, 117, 0.72), transparent 38%),
    radial-gradient(circle at 92% 18%, rgba(249, 115, 22, 0.12), transparent 25%),
    radial-gradient(circle at 8% 78%, rgba(22, 163, 74, 0.1), transparent 27%),
    linear-gradient(145deg, #041419 0%, #082f3a 48%, #061d24 100%);
  color: #fff;
}

.business-insight-section::before,
.business-insight-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(104, 184, 202, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.business-insight-section::before {
  top: 185px;
  left: 50%;
  width: 820px;
  height: 820px;
  transform: translateX(-50%);
}

.business-insight-section::after {
  top: 270px;
  left: 50%;
  width: 620px;
  height: 620px;
  transform: translateX(-50%);
}

.business-insight-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(111, 184, 200, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111, 184, 200, 0.08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 78%, transparent);
}

.business-insight-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 60px;
}

.business-insight-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 17px;
  color: #83d7e7;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.business-insight-eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--secondary);
}

.business-insight-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.2rem, 6.4vw, 6.1rem);
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.business-insight-heading h2 em {
  color: #78d1e3;
  font-style: normal;
}

.business-insight-heading > div {
  padding: 3px 0 3px 24px;
  border-left: 2px solid var(--secondary);
}

.business-insight-heading h3 {
  margin: 0;
  color: #f3fafb;
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.business-insight-heading > div p {
  margin: 14px 0 0;
  color: #afc9ce;
  font-size: 0.86rem;
  line-height: 1.7;
}

.business-insight-stage {
  position: relative;
  min-height: 690px;
  margin: 0 auto;
}

.business-insight-halo {
  position: absolute;
  top: 46%;
  left: 50%;
  width: 72%;
  height: 60%;
  background: radial-gradient(ellipse, rgba(74, 175, 197, 0.25), transparent 68%);
  filter: blur(24px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.business-insight-dashboard {
  position: absolute;
  z-index: 2;
  top: 94px;
  left: 50%;
  width: min(76%, 880px);
  margin: 0;
  padding: 7px 7px 0;
  background: rgba(245, 251, 252, 0.98);
  border: 1px solid rgba(164, 215, 225, 0.52);
  border-radius: 18px;
  box-shadow:
    0 45px 90px rgba(0, 7, 10, 0.48),
    0 0 0 1px rgba(255, 255, 255, 0.09),
    0 0 70px rgba(70, 174, 198, 0.14);
  transform: translateX(-50%) perspective(1500px) rotateX(1.4deg);
  transform-origin: center bottom;
  transition: transform 0.45s ease, box-shadow 0.45s ease;
  overflow: hidden;
}

.business-insight-stage:hover .business-insight-dashboard {
  box-shadow:
    0 52px 100px rgba(0, 7, 10, 0.54),
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 85px rgba(70, 174, 198, 0.18);
  transform: translateX(-50%) perspective(1500px) rotateX(0deg) translateY(-4px);
}

.business-insight-windowbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 40px;
  padding: 0 9px;
  color: #6b848a;
  font-size: 0.52rem;
}

.business-insight-windowbar > span {
  display: flex;
  gap: 5px;
}

.business-insight-windowbar > span i {
  width: 6px;
  height: 6px;
  background: #b4c8cc;
  border-radius: 50%;
}

.business-insight-windowbar b {
  color: var(--primary);
}

.business-insight-windowbar em {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--tertiary);
  font-style: normal;
}

.business-insight-windowbar em i {
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.12);
  animation: businessInsightPulse 2.8s ease-in-out infinite;
}

.business-insight-screen {
  aspect-ratio: 1919 / 919;
  overflow: hidden;
  border: 1px solid #d3e1e3;
  border-radius: 11px 11px 0 0;
}

.insight-board {
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: 100%;
  height: 100%;
  padding: 18px;
  background:
    linear-gradient(rgba(21, 94, 117, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 94, 117, 0.035) 1px, transparent 1px),
    #eef5f6;
  background-size: 28px 28px;
  color: var(--teal-ink);
}

.insight-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
}

.insight-board-head > div {
  display: flex;
  flex-direction: column;
}

.insight-board-head small,
.insight-card-title small,
.insight-board-foot small {
  color: #789096;
  font-size: 0.46rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.insight-board-head b {
  margin-top: 3px;
  color: var(--primary);
  font-size: 0.72rem;
}

.insight-board-head > span {
  padding: 7px 10px;
  background: #fff;
  border: 1px solid #cbdcdf;
  border-radius: 999px;
  color: #4e6e75;
  font-size: 0.49rem;
  font-weight: 700;
}

.insight-board-head > span i {
  margin-left: 6px;
  color: var(--secondary);
  font-style: normal;
}

.insight-board-body {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(175px, 0.65fr);
  gap: 12px;
  min-height: 0;
}

.insight-trend-card,
.insight-signal-card {
  min-width: 0;
  padding: 13px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #d5e3e5;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(8, 47, 58, 0.06);
}

.insight-card-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.insight-card-title > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.insight-card-title b {
  margin-top: 3px;
  color: #315a63;
  font-size: 0.58rem;
}

.insight-card-title em {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #668087;
  font-size: 0.44rem;
  font-style: normal;
  white-space: nowrap;
}

.insight-card-title em i {
  width: 7px;
  height: 7px;
  background: var(--tertiary);
  border-radius: 50%;
}

.insight-chart {
  position: relative;
  min-height: 150px;
  margin-top: 5px;
}

.insight-chart svg {
  position: absolute;
  inset: 15px 0 18px;
  width: 100%;
  height: calc(100% - 33px);
  overflow: visible;
}

.insight-gridline {
  fill: none;
  stroke: #dfe9ea;
  stroke-width: 1;
}

.insight-chart-area {
  fill: url(#businessInsightArea);
}

.insight-chart-line {
  fill: none;
  stroke: var(--tertiary);
  stroke-width: 4;
  stroke-linecap: round;
  filter: drop-shadow(0 3px 5px rgba(22, 163, 74, 0.18));
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  transition: stroke-dashoffset 1.6s cubic-bezier(0.22, 1, 0.36, 1) 0.35s;
}

.business-insight-stage.is-visible .insight-chart-line {
  stroke-dashoffset: 0;
}

.insight-chart circle {
  fill: #fff;
  stroke: var(--tertiary);
  stroke-width: 4;
}

.chart-value {
  position: absolute;
  z-index: 2;
  top: 17px;
  right: 5px;
  display: flex;
  flex-direction: column;
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 850;
  text-align: right;
}

.chart-value small {
  margin-top: 1px;
  color: var(--tertiary);
  font-size: 0.39rem;
}

.insight-chart-days {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  color: #86999d;
  font-size: 0.4rem;
}

.insight-signal-card {
  display: flex;
  flex-direction: column;
}

.insight-signal-card ul {
  display: grid;
  gap: 7px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.insight-signal-card li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 8px;
  background: #f4f8f8;
  border: 1px solid #e0e9ea;
  border-radius: 7px;
}

.insight-signal-card li > i {
  display: grid;
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  place-items: center;
  background: rgba(21, 94, 117, 0.1);
  border-radius: 7px;
  color: var(--primary);
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 850;
}

.insight-signal-card li > i.positive {
  background: rgba(22, 163, 74, 0.1);
  color: var(--tertiary);
}

.insight-signal-card li > i.warning {
  background: rgba(249, 115, 22, 0.1);
  color: var(--secondary);
}

.insight-signal-card li span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.insight-signal-card li small {
  color: #7a9095;
  font-size: 0.4rem;
}

.insight-signal-card li b {
  margin-top: 2px;
  overflow: hidden;
  color: #315a63;
  font-size: 0.52rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.insight-board-foot {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding-top: 10px;
}

.insight-board-foot > span {
  display: grid;
  grid-template-columns: 8px 1fr;
  align-items: center;
  column-gap: 7px;
  padding: 7px 9px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #d9e5e7;
  border-radius: 7px;
}

.insight-board-foot > span > i {
  grid-row: span 2;
  width: 7px;
  height: 7px;
  background: var(--tertiary);
  border-radius: 50%;
}

.insight-board-foot > span > i.orange {
  background: var(--secondary);
}

.insight-board-foot b {
  margin-top: 1px;
  overflow: hidden;
  color: #41636a;
  font-size: 0.45rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.business-insight-dashboard figcaption {
  padding: 9px 0 10px;
  color: #698187;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.business-insight-metric {
  --metric-delay: 0s;
  position: absolute;
  z-index: 4;
  width: 220px;
  padding: 17px 18px;
  background: rgba(250, 253, 253, 0.97);
  border: 1px solid rgba(172, 211, 219, 0.7);
  border-radius: 14px;
  color: var(--teal-ink);
  box-shadow: 0 20px 45px rgba(0, 12, 16, 0.26);
  opacity: 0;
  translate: 0 16px;
  transition: opacity 0.6s ease var(--metric-delay), translate 0.6s ease var(--metric-delay), box-shadow 0.25s ease;
}

.business-insight-stage.is-visible .business-insight-metric {
  opacity: 1;
  translate: 0 0;
  animation: businessInsightFloat 7s ease-in-out infinite;
  animation-delay: calc(var(--metric-delay) + 0.75s);
}

.business-insight-metric:hover {
  box-shadow: 0 26px 54px rgba(0, 12, 16, 0.34);
}

.metric-heading {
  display: flex;
  align-items: center;
  gap: 9px;
}

.metric-heading small {
  color: #567178;
  font-size: 0.61rem;
  font-weight: 760;
}

.metric-icon {
  display: grid;
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  place-items: center;
  background: rgba(22, 163, 74, 0.1);
  border: 1px solid rgba(22, 163, 74, 0.28);
  border-radius: 8px;
  color: var(--tertiary);
  font-size: 0.72rem;
  font-weight: 850;
}

.metric-icon.orange {
  background: rgba(249, 115, 22, 0.1);
  border-color: rgba(249, 115, 22, 0.28);
  color: var(--secondary);
}

.business-insight-metric > strong {
  display: block;
  margin-top: 11px;
  color: var(--teal-ink);
  font-size: 1.45rem;
  line-height: 1;
  letter-spacing: -0.045em;
}

.business-insight-metric > p {
  margin: 8px 0 0;
  color: #758b90;
  font-size: 0.53rem;
}

.business-insight-metric > p b {
  margin-right: 3px;
  color: var(--tertiary);
}

.business-insight-metric > p.attention {
  color: #c25410;
  font-weight: 760;
}

.metric-sales {
  --metric-delay: 0.08s;
  top: 58px;
  left: 0;
}

.metric-products {
  --metric-delay: 0.18s;
  top: 27px;
  right: 3%;
  width: 205px;
}

.metric-top-product {
  --metric-delay: 0.28s;
  bottom: 76px;
  left: 2%;
  width: 245px;
}

.metric-top-product > strong,
.metric-restock > strong {
  font-size: 1.04rem;
}

.metric-profit {
  --metric-delay: 0.38s;
  right: 0;
  bottom: 120px;
}

.metric-restock {
  --metric-delay: 0.48s;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
}

.business-insight-sample {
  position: absolute;
  z-index: 3;
  right: 18%;
  bottom: 30px;
  color: #789ba3;
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.business-insight-close {
  display: grid;
  grid-template-columns: 80px minmax(0, 820px);
  justify-content: center;
  align-items: start;
  gap: 28px;
  margin-top: 35px;
  padding-top: 42px;
  border-top: 1px solid rgba(146, 194, 204, 0.2);
}

.business-insight-close-mark {
  position: relative;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(121, 193, 208, 0.35);
  border-radius: 50%;
}

.business-insight-close-mark::before,
.business-insight-close-mark::after,
.business-insight-close-mark i {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: var(--tertiary);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(22, 163, 74, 0.1);
}

.business-insight-close-mark::before { top: 15px; left: 16px; }
.business-insight-close-mark::after { right: 16px; bottom: 15px; }
.business-insight-close-mark i { top: 50%; left: 50%; background: var(--secondary); transform: translate(-50%, -50%); }

.business-insight-close h3 {
  margin: 0;
  color: #f4fafb;
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  letter-spacing: -0.045em;
}

.business-insight-close p {
  max-width: 760px;
  margin: 12px 0 0;
  color: #a9c3c9;
  font-size: 0.86rem;
  line-height: 1.7;
}

@keyframes businessInsightPulse {
  0%, 100% { opacity: 0.68; transform: scale(0.92); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes businessInsightFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -5px; }
}

@media (max-width: 1050px) {
  .business-insight-heading {
    gap: 45px;
  }

  .business-insight-stage {
    min-height: 620px;
  }

  .business-insight-dashboard {
    top: 92px;
    width: 84%;
  }

  .metric-products,
  .metric-top-product {
    display: none;
  }

  .metric-sales { left: 0; }
  .metric-profit { right: 0; bottom: 95px; }
  .metric-restock { bottom: 5px; }
  .business-insight-sample { right: 5%; bottom: 25px; }
}

@media (max-width: 760px) {
  .business-insight-section {
    padding: 92px 0 84px;
  }

  .business-insight-section::before,
  .business-insight-section::after {
    display: none;
  }

  .business-insight-heading {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 42px;
  }

  .business-insight-heading h2 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .business-insight-heading > div {
    padding-left: 18px;
  }

  .business-insight-stage {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: 12px;
  }

  .business-insight-halo {
    top: 110px;
    width: 100%;
    height: 300px;
    transform: translate(-50%, 0);
  }

  .business-insight-dashboard,
  .business-insight-metric,
  .metric-sales,
  .metric-products,
  .metric-top-product,
  .metric-profit,
  .metric-restock {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    transform: none;
  }

  .business-insight-dashboard {
    order: 1;
    margin-bottom: 10px;
  }

  .business-insight-stage:hover .business-insight-dashboard {
    transform: none;
  }

  .business-insight-windowbar {
    grid-template-columns: 1fr auto;
  }

  .business-insight-windowbar > span {
    display: none;
  }

  .business-insight-windowbar b {
    font-size: 0.48rem;
  }

  .business-insight-windowbar em {
    font-size: 0.42rem;
  }

  .business-insight-dashboard figcaption {
    font-size: 0.44rem;
  }

  .business-insight-screen {
    aspect-ratio: auto;
  }

  .insight-board {
    height: auto;
    min-height: 320px;
    padding: 12px;
  }

  .insight-board-head b {
    font-size: 0.62rem;
  }

  .insight-board-head > span {
    padding: 6px 8px;
    font-size: 0.44rem;
  }

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

  .insight-trend-card {
    min-height: 205px;
  }

  .insight-card-title b {
    font-size: 0.54rem;
  }

  .insight-signal-card {
    display: none;
  }

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

  .insight-board-foot > span:first-child {
    display: none;
  }

  .insight-board-foot b {
    font-size: 0.5rem;
  }

  .business-insight-metric {
    min-height: 112px;
    padding: 18px 20px;
    opacity: 1;
    translate: none;
    transition: border-color 0.2s ease;
  }

  .business-insight-stage.is-visible .business-insight-metric {
    animation: none;
  }

  .metric-sales { order: 2; }
  .metric-products { order: 3; }
  .metric-top-product { order: 4; }
  .metric-profit { order: 5; }
  .metric-restock { order: 6; }

  .metric-heading small {
    font-size: 0.68rem;
  }

  .business-insight-metric > strong,
  .metric-top-product > strong,
  .metric-restock > strong {
    font-size: 1.45rem;
  }

  .business-insight-metric > p {
    font-size: 0.6rem;
  }

  .business-insight-sample {
    position: relative;
    inset: auto;
    order: 7;
    align-self: flex-end;
    margin-top: 2px;
  }

  .business-insight-close {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .business-insight-windowbar em i,
  .business-insight-stage.is-visible .business-insight-metric {
    animation: none;
  }

  .business-insight-metric {
    opacity: 1;
    translate: 0 0;
    transition: none;
  }

  .insight-chart-line {
    stroke-dashoffset: 0;
    transition: none;
  }
}

/* Encabezado compacto para Conoce tu negocio */
.business-insight-section {
  padding-top: 96px;
  padding-bottom: 88px;
}

.business-insight-heading {
  display: block;
  max-width: 940px;
  margin: 0 0 42px;
}

.business-insight-eyebrow {
  margin-bottom: 13px;
}

.business-insight-heading h2 {
  max-width: 900px;
  font-size: clamp(3rem, 5.4vw, 5.25rem);
  line-height: 0.98;
  letter-spacing: -0.058em;
}

.business-insight-heading > div {
  max-width: 760px;
  margin-top: 22px;
  padding: 0;
  border-left: 0;
}

.business-insight-heading h3 {
  font-size: clamp(1.18rem, 1.7vw, 1.5rem);
  line-height: 1.2;
}

.business-insight-heading > div p {
  max-width: 720px;
  margin-top: 11px;
}

.business-insight-close {
  margin-top: 26px;
  padding-top: 34px;
}

@media (max-width: 760px) {
  .business-insight-section {
    padding-top: 74px;
    padding-bottom: 70px;
  }

  .business-insight-heading {
    margin-bottom: 32px;
  }

  .business-insight-heading h2 {
    max-width: 620px;
    font-size: clamp(2.7rem, 11.5vw, 4rem);
    line-height: 1;
  }

  .business-insight-heading > div {
    margin-top: 18px;
    padding: 0;
  }

  .business-insight-close {
    margin-top: 34px;
    padding-top: 30px;
  }
}

/* Encabezado compacto para Crece con XoraPOS */
.business-growth-section {
  padding-top: 96px;
  padding-bottom: 88px;
}

.business-growth-heading {
  display: block;
  max-width: 940px;
  margin: 0 0 42px;
}

.business-growth-eyebrow {
  margin-bottom: 13px;
}

.business-growth-heading h2 {
  max-width: 900px;
  font-size: clamp(3rem, 5.4vw, 5.25rem);
  line-height: 0.98;
  letter-spacing: -0.058em;
}

.business-growth-heading > div {
  max-width: 760px;
  margin-top: 22px;
  padding: 0;
  border-left: 0;
}

.business-growth-heading h3 {
  font-size: clamp(1.18rem, 1.7vw, 1.5rem);
  line-height: 1.2;
}

.business-growth-heading > div p {
  max-width: 720px;
  margin-top: 11px;
}

@media (max-width: 760px) {
  .business-growth-section {
    padding-top: 74px;
    padding-bottom: 70px;
  }

  .business-growth-heading {
    margin-bottom: 32px;
  }

  .business-growth-heading h2 {
    max-width: 620px;
    font-size: clamp(2.7rem, 11.5vw, 4rem);
    line-height: 1;
  }

  .business-growth-heading > div {
    margin-top: 18px;
    padding: 0;
  }
}

/* Logotipo real de XoraPOS en el footer */
.footer-logo-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 48px;
}

.footer-brand-icon {
  display: block;
  width: auto;
  height: 48px;
  object-fit: contain;
  object-position: left center;
  filter: saturate(1.04) contrast(1.02);
}

.footer-logo-link:focus-visible {
  outline: 3px solid rgba(142, 214, 229, 0.72);
  outline-offset: 5px;
  border-radius: 5px;
}

@media (max-width: 600px) {
  .footer-brand-icon {
    height: 42px;
  }
}

.footer-grid nav .footer-trial-link {
  width: fit-content;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(142, 214, 229, 0.48);
  color: #e4f4f6;
  font-weight: 760;
}

.footer-grid nav .footer-trial-link:hover {
  border-color: #fff;
}

.footer-login-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
}

.footer-login-link span {
  color: #8ed6e5;
  font-size: 0.72em;
  transition: transform 0.2s ease;
}

.footer-login-link:hover span {
  transform: translate(2px, -2px);
}

@media (prefers-reduced-motion: reduce) {
  .footer-login-link span {
    transition: none;
  }

  .footer-login-link:hover span {
    transform: none;
  }
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 11px;
}

.footer-legal a {
  color: #86a7ae;
  text-decoration: none;
  text-underline-offset: 3px;
  transition: color 0.2s;

  &:hover {
    color: #fff;
    text-decoration: underline;
  }

  &:focus-visible {
    outline: 3px solid rgba(142, 214, 229, 0.45);
    outline-offset: 3px;
    border-radius: 3px;
  }
}

.footer-legal i {
  color: #496f78;
  font-size: 0.6em;
  font-style: normal;
}

@media (max-width: 600px) {
  .footer-bottom {
    align-items: flex-start;
    gap: 13px;
    flex-direction: column;
  }

  .footer-legal {
    flex-wrap: wrap;
  }
}
