
/* ==========================================================================
   Omega POS — Landing principal · Dirección visual A · V19
   Mobile-first. Interfaz ilustrativa sin información de clientes.
   ========================================================================== */

body.theme-pos {
  --pos-night: #020d1f;
  --pos-navy: #031a3d;
  --pos-navy-2: #062b63;
  --pos-blue: #007bff;
  --pos-cyan: #12b9f2;
  --pos-sky: #72c7ff;
  --pos-light: #f3f7fc;
  --pos-line: #d8e3ef;
  --pos-ink: #0a1730;
  --pos-muted: #64748b;
  background: #fff;
}

body.theme-pos .nav {
  border-top: 0;
}

.pos-home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 54px 0 0;
  color: #fff;
  background:
    radial-gradient(circle at 82% 15%, rgba(0,123,255,.25), transparent 30%),
    radial-gradient(circle at 15% 92%, rgba(18,185,242,.10), transparent 27%),
    linear-gradient(135deg, #031a3d 0%, #020d1f 58%, #062b63 145%);
}

.pos-hero-grid {
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .44;
  background:
    linear-gradient(rgba(114,199,255,.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114,199,255,.052) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 92%);
}

.pos-home-hero::before,
.pos-home-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.pos-home-hero::before {
  width: 520px;
  height: 520px;
  right: -300px;
  top: -260px;
  border: 1px solid rgba(114,199,255,.14);
  box-shadow:
    0 0 0 58px rgba(114,199,255,.025),
    0 0 0 116px rgba(114,199,255,.014);
}

.pos-home-hero::after {
  width: 330px;
  height: 330px;
  left: -205px;
  bottom: -220px;
  background: radial-gradient(circle, rgba(0,123,255,.15), transparent 68%);
}

.pos-hero-layout {
  display: grid;
  gap: 45px;
  align-items: center;
}

.pos-hero-copy {
  min-width: 0;
}

.pos-kicker,
.pos-section-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #78c8ff;
  font-size: .71rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.pos-hero-copy h1 {
  max-width: 780px;
  margin-top: 18px;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(2.55rem, 13vw, 4.2rem);
  line-height: .98;
  letter-spacing: -.062em;
  text-wrap: balance;
}

.pos-hero-copy h1 span {
  display: block;
  background: linear-gradient(90deg, #67adff, #58d7ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pos-hero-lead {
  max-width: 690px;
  margin-top: 23px;
  color: #c4d3e5;
  font-size: clamp(.98rem, 3.7vw, 1.08rem);
  line-height: 1.75;
}

.pos-hero-actions {
  display: grid;
  gap: 11px;
  margin-top: 28px;
}

.pos-btn-primary,
.pos-btn-secondary,
.pos-btn-outline-light {
  min-height: 48px;
  border-radius: 12px;
}

.pos-btn-primary {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #075ec7, #078fff);
  box-shadow: 0 16px 38px rgba(0,123,255,.28);
}

.pos-btn-primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 21px 48px rgba(0,123,255,.38);
}

.pos-btn-secondary {
  color: #fff;
  border-color: rgba(255,255,255,.27);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
}

.pos-btn-secondary:hover {
  color: #fff;
  border-color: rgba(255,255,255,.58);
  background: rgba(255,255,255,.11);
}

.pos-hero-points {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.pos-hero-points > div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #a8bbd0;
  font-size: .79rem;
}

.pos-hero-points i {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #70c9ff;
  font-size: 1rem;
}

.pos-hero-points strong {
  color: #fff;
}

.pos-interface-stage {
  position: relative;
  min-height: 500px;
  display: grid;
  align-content: center;
}

.pos-interface-glow {
  position: absolute;
  inset: 12% 4% 12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,123,255,.24), rgba(18,185,242,.07) 48%, transparent 72%);
  filter: blur(8px);
}

.pos-app-window {
  position: relative;
  z-index: 3;
  width: min(96vw, 620px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 19px;
  background: #eef3f8;
  box-shadow: 0 32px 85px rgba(0,0,0,.37);
}

.pos-app-topbar {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  padding: 9px 12px;
  border-bottom: 1px solid #dbe4ee;
  background: #fff;
}

.pos-window-brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}

.pos-window-brand img {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.pos-window-brand strong,
.pos-window-brand small {
  display: block;
  min-width: 0;
}

.pos-window-brand strong {
  color: #0a1730;
  font-size: .73rem;
}

.pos-window-brand small {
  margin-top: 2px;
  overflow: hidden;
  color: #7b899b;
  font-size: .55rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pos-window-session {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border-radius: 999px;
  color: #32704f;
  background: #edf9f2;
  font-size: .54rem;
  font-weight: 800;
}

.session-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #28b56d;
  box-shadow: 0 0 0 4px rgba(40,181,109,.12);
}

.pos-app-body {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr);
  min-height: 348px;
}

.pos-app-sidebar {
  display: grid;
  align-content: start;
  gap: 6px;
  padding: 10px 6px;
  background: #031a3d;
}

.pos-app-sidebar span {
  min-height: 36px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #7990aa;
}

.pos-app-sidebar span.active {
  color: #fff;
  background: #087af1;
}

.pos-app-sidebar i {
  font-size: .9rem;
}

.pos-app-sidebar em {
  display: none;
  font-style: normal;
}

.pos-sale-area {
  min-width: 0;
  padding: 12px;
  background: #f4f7fb;
}

.pos-sale-head {
  display: grid;
  gap: 8px;
}

.pos-sale-head small,
.pos-sale-head strong {
  display: block;
}

.pos-sale-head small {
  color: #748399;
  font-size: .53rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .07em;
}

.pos-sale-head strong {
  margin-top: 2px;
  color: #13213a;
  font-size: .71rem;
}

.pos-sale-head button {
  width: 100%;
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  color: #6b7a90;
  border: 1px solid #d8e2ec;
  border-radius: 9px;
  background: #fff;
  font-size: .58rem;
}

.pos-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 7px;
  margin-top: 10px;
}

.pos-product-grid article {
  min-width: 0;
  padding: 9px;
  border: 1px solid #dce5ee;
  border-radius: 10px;
  background: #fff;
}

.product-demo-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  color: #0875df;
  background: #e9f3ff;
}

.pos-product-grid strong,
.pos-product-grid small {
  display: block;
}

.pos-product-grid strong {
  margin-top: 7px;
  overflow: hidden;
  color: #17243a;
  font-size: .57rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pos-product-grid small {
  margin-top: 3px;
  overflow: hidden;
  color: #7a879a;
  font-size: .48rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pos-cart-panel {
  grid-column: 1 / -1;
  min-width: 0;
  padding: 12px;
  border-top: 1px solid #d7e1eb;
  background: #fff;
}

.pos-cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.pos-cart-head small,
.pos-cart-head strong {
  display: block;
}

.pos-cart-head small {
  color: #7a899c;
  font-size: .5rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-weight: 800;
}

.pos-cart-head strong {
  margin-top: 2px;
  color: #152239;
  font-size: .7rem;
}

.cart-count {
  padding: 5px 7px;
  border-radius: 999px;
  color: #0d68b7;
  background: #eaf5ff;
  font-size: .5rem;
  font-weight: 800;
}

.pos-cart-items {
  display: none;
}

.pos-cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 9px;
  padding-top: 9px;
  border-top: 1px solid #e1e8ef;
}

.pos-cart-total span {
  color: #6e7c8f;
  font-size: .56rem;
}

.pos-cart-total strong {
  color: #0b1730;
  font-size: .64rem;
}

.pos-charge-button {
  width: 100%;
  min-height: 36px;
  margin-top: 9px;
  color: #fff;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(135deg, #075ec7, #078fff);
  font-size: .59rem;
  font-weight: 850;
}

.pos-interface-label {
  position: relative;
  z-index: 5;
  width: max-content;
  max-width: 92%;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: -15px 0 0 10px;
  padding: 10px 12px;
  border: 1px solid rgba(114,199,255,.18);
  border-radius: 12px;
  background: rgba(3,26,61,.88);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 34px rgba(0,0,0,.24);
}

.interface-pulse {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2bd27b;
  box-shadow: 0 0 0 6px rgba(43,210,123,.12);
}

.pos-interface-label small,
.pos-interface-label strong {
  display: block;
}

.pos-interface-label small {
  color: #8ca5c0;
  font-size: .53rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.pos-interface-label strong {
  margin-top: 2px;
  color: #fff;
  font-size: .72rem;
}

.pos-capability-bar {
  position: relative;
  z-index: 5;
  display: grid;
  gap: 1px;
  margin-top: 45px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}

.pos-capability-bar > div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
  background: rgba(2,13,31,.69);
}

.capability-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border-radius: 11px;
  color: #70c9ff;
  background: rgba(0,123,255,.13);
}

.pos-capability-bar strong,
.pos-capability-bar small {
  display: block;
}

.pos-capability-bar strong {
  color: #fff;
  font-size: .82rem;
}

.pos-capability-bar small {
  margin-top: 3px;
  color: #91a7c0;
  font-size: .71rem;
  line-height: 1.5;
}

.pos-flows-section {
  padding: 74px 0;
  background: #f3f7fc;
}

.pos-section-heading {
  display: grid;
  gap: 17px;
}

.pos-section-label {
  color: #165e9f;
}

.pos-section-heading h2,
.pos-product-copy h2,
.pos-customization-copy h2,
.pos-closing-cta h2 {
  margin-top: 12px;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(2rem, 8.9vw, 3.46rem);
  line-height: 1.06;
  letter-spacing: -.052em;
  text-wrap: balance;
}

.pos-section-heading p {
  max-width: 570px;
  color: #65758a;
}

.pos-flow-grid {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.pos-flow-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 22px;
  border: 1px solid #d7e2ed;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(3,26,61,.055);
}

.pos-flow-card::after {
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  right: -66px;
  top: -63px;
  border-radius: 50%;
  border: 26px solid #edf3f9;
}

.flow-number {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 20px;
  color: #9aa7b5;
  font-family: Manrope, Inter, sans-serif;
  font-size: .7rem;
  font-weight: 850;
}

.flow-icon {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #0876df;
  background: #e7f2ff;
  font-size: 1.3rem;
}

.pos-flow-card h3 {
  position: relative;
  z-index: 2;
  margin-top: 19px;
  color: #0d1b32;
  font-size: 1.12rem;
}

.pos-flow-card p {
  position: relative;
  z-index: 2;
  margin-top: 9px;
  color: #68778a;
  font-size: .85rem;
  line-height: 1.65;
}

.pos-flow-card a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 19px;
  color: #0d6cbb;
  font-size: .77rem;
  font-weight: 850;
}

.pos-flow-card:hover {
  border-color: #a7c8e6;
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(3,26,61,.10);
}

.pos-product-section {
  padding: 70px 0;
  background: #fff;
}

.pos-product-panel {
  overflow: hidden;
  color: #fff;
  border-radius: 26px;
  background:
    linear-gradient(rgba(114,199,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114,199,255,.04) 1px, transparent 1px),
    radial-gradient(circle at 90% 8%, rgba(0,123,255,.20), transparent 28%),
    linear-gradient(135deg, #031a3d, #020d1f);
  background-size: 28px 28px, 28px 28px, auto, auto;
  box-shadow: 0 27px 70px rgba(3,26,61,.18);
}

.pos-product-copy {
  padding: 29px 23px;
}

.pos-section-label--light {
  color: #78c9ff;
}

.pos-product-copy h2 {
  max-width: 720px;
  font-size: clamp(1.9rem, 8vw, 3.18rem);
}

.pos-product-copy p {
  max-width: 650px;
  margin-top: 16px;
  color: #adbed2;
}

.pos-product-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 9px;
  margin-top: 20px;
}

.pos-product-features span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #d1dfed;
  font-size: .73rem;
  font-weight: 750;
}

.pos-product-features i {
  flex: 0 0 auto;
  color: #70c9ff;
}

.pos-btn-outline-light {
  margin-top: 24px;
  color: #fff;
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.06);
}

.pos-btn-outline-light:hover {
  color: #fff;
  border-color: rgba(255,255,255,.58);
  background: rgba(255,255,255,.11);
}

.pos-module-stack {
  display: grid;
  gap: 1px;
  border-top: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.08);
}

.pos-module-stack article {
  min-width: 0;
  display: grid;
  grid-template-columns: 44px minmax(0,1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 17px;
  background: rgba(2,13,31,.86);
}

.module-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #74c9ff;
  background: rgba(0,123,255,.13);
}

.pos-module-stack small,
.pos-module-stack strong {
  display: block;
}

.pos-module-stack small {
  color: #7792ad;
  font-size: .57rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-weight: 800;
}

.pos-module-stack strong {
  margin-top: 3px;
  color: #fff;
  font-size: .82rem;
}

.pos-module-stack article > i {
  color: #62809d;
}

.pos-customization-section {
  padding: 72px 0;
  background: #f3f7fc;
}

.pos-customization-grid {
  display: grid;
  gap: 32px;
  align-items: center;
}

.pos-customization-copy h2 {
  max-width: 690px;
  color: #0b1730;
  font-size: clamp(1.95rem, 8.5vw, 3.3rem);
}

.pos-customization-copy > p {
  max-width: 620px;
  margin-top: 15px;
  color: #66768b;
}

.pos-customization-copy ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.pos-customization-copy li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #40536b;
  font-size: .79rem;
  font-weight: 750;
}

.pos-customization-copy li i {
  color: #087ce6;
}

.pos-theme-preview {
  overflow: hidden;
  border: 1px solid #d4e1ed;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(3,26,61,.11);
}

.theme-preview-top {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 13px;
  border-bottom: 1px solid #dbe5ee;
  background: #f8fafc;
}

.theme-preview-top span {
  color: #17253c;
  font-size: .76rem;
  font-weight: 850;
}

.theme-preview-top em {
  padding: 5px 7px;
  border-radius: 999px;
  color: #0b70bd;
  background: #e8f5ff;
  font-size: .53rem;
  font-style: normal;
  font-weight: 850;
  text-transform: uppercase;
}

.theme-preview-body {
  display: grid;
  grid-template-columns: 43px minmax(0,1fr);
  min-height: 310px;
}

.theme-preview-body aside {
  display: grid;
  align-content: start;
  gap: 6px;
  padding: 9px 6px;
  background: #031a3d;
}

.theme-preview-body aside span {
  min-height: 34px;
  display: grid;
  place-items: center;
  color: #7890aa;
  border-radius: 8px;
}

.theme-preview-body aside span.active {
  color: #fff;
  background: #087af1;
}

.theme-preview-content {
  padding: 16px;
  background: #f5f8fb;
}

.theme-logo-demo {
  display: grid;
  place-items: center;
  min-height: 90px;
  border: 1px dashed #bbcad9;
  border-radius: 13px;
  background: #fff;
}

.theme-logo-demo span {
  color: #0b6ec0;
  font-family: Manrope, Inter, sans-serif;
  font-size: 1.15rem;
  font-weight: 850;
  letter-spacing: .08em;
}

.theme-logo-demo small {
  margin-top: 3px;
  color: #8794a6;
  font-size: .55rem;
}

.theme-color-row {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.theme-color-row i {
  width: 31px;
  height: 31px;
  border: 3px solid #fff;
  border-radius: 9px;
  box-shadow: 0 0 0 1px #d1dce7;
}

.theme-color-row i:nth-child(1) { background: #062b63; }
.theme-color-row i:nth-child(2) { background: #007bff; }
.theme-color-row i:nth-child(3) { background: #22a06b; }
.theme-color-row i:nth-child(4) { background: #8b5cf6; }

.theme-layout-demo {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 7px;
  margin-top: 14px;
}

.theme-layout-demo span {
  height: 55px;
  border: 1px solid #d7e2ec;
  border-radius: 9px;
  background:
    linear-gradient(#087af1 0 10px, #fff 10px);
}

.theme-preview-content button {
  width: 100%;
  min-height: 38px;
  margin-top: 14px;
  color: #fff;
  border: 0;
  border-radius: 9px;
  background: #087af1;
  font-size: .62rem;
  font-weight: 850;
}

.pos-scale-section {
  padding: 72px 0;
  background: #fff;
}

.pos-scale-grid {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.pos-scale-grid article {
  min-width: 0;
  padding: 22px;
  border: 1px solid #d7e2ed;
  border-radius: 20px;
  background: #f8fbfe;
}

.scale-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #0876df;
  background: #e7f2ff;
  font-size: 1.28rem;
}

.pos-scale-grid small {
  display: block;
  margin-top: 18px;
  color: #0c70bd;
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.pos-scale-grid h3 {
  margin-top: 7px;
  color: #0c1a31;
  font-size: 1.08rem;
}

.pos-scale-grid p {
  margin-top: 9px;
  color: #68778a;
  font-size: .84rem;
  line-height: 1.65;
}

.pos-scale-note {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: 10px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #d7e3ee;
  border-radius: 15px;
  background: #f4f8fc;
}

.pos-scale-note > i {
  color: #0a75cb;
}

.pos-scale-note span {
  color: #63748a;
  font-size: .75rem;
  line-height: 1.5;
}

.pos-scale-note a {
  grid-column: 2;
  color: #0b70bd;
  font-size: .75rem;
  font-weight: 850;
}

.pos-implementation-section {
  padding: 72px 0;
  background: #f3f7fc;
}

.pos-implementation-grid {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}

.pos-implementation-grid article {
  display: grid;
  grid-template-columns: 48px minmax(0,1fr);
  gap: 14px;
  padding: 20px;
  border: 1px solid #d7e2ed;
  border-radius: 18px;
  background: #fff;
}

.pos-implementation-grid article > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: #0876df;
  background: #e7f2ff;
  font-family: Manrope, Inter, sans-serif;
  font-size: .72rem;
  font-weight: 850;
}

.pos-implementation-grid h3 {
  color: #0d1b32;
  font-size: .97rem;
}

.pos-implementation-grid p {
  margin-top: 5px;
  color: #68778a;
  font-size: .79rem;
  line-height: 1.55;
}

.pos-implementation-link {
  margin-top: 19px;
  text-align: center;
}

.pos-implementation-link a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0b70bd;
  font-size: .8rem;
  font-weight: 850;
}

.pos-closing-cta {
  padding: 68px 0;
  color: #fff;
  background:
    radial-gradient(circle at 90% 50%, rgba(0,123,255,.18), transparent 28%),
    linear-gradient(135deg, #031a3d, #020d1f);
}

.pos-closing-grid {
  display: grid;
  gap: 28px;
}

.pos-closing-cta h2 {
  max-width: 800px;
  font-size: clamp(1.9rem, 8.3vw, 3.25rem);
}

.pos-closing-cta p {
  max-width: 650px;
  margin-top: 14px;
  color: #afc0d3;
}

.pos-closing-actions {
  display: grid;
  gap: 13px;
}

.pos-closing-actions .pos-btn-primary {
  width: 100%;
}

.pos-whatsapp-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #bfd1e5;
  font-size: .78rem;
  font-weight: 800;
}

.pos-whatsapp-link i {
  color: #49d27b;
  font-size: 1rem;
}

body.theme-pos .menu {
  width: 44px;
  height: 44px;
}

@media (min-width: 390px) {
  .pos-app-body {
    grid-template-columns: 44px minmax(0,1fr) 145px;
  }

  .pos-cart-panel {
    grid-column: auto;
    border-top: 0;
    border-left: 1px solid #d7e1eb;
  }

  .pos-cart-items {
    display: grid;
    gap: 7px;
    margin-top: 10px;
  }

  .pos-cart-items article {
    display: grid;
    gap: 4px;
    padding: 7px;
    border: 1px solid #e0e7ee;
    border-radius: 8px;
    background: #fafbfd;
  }

  .pos-cart-items strong,
  .pos-cart-items small {
    display: block;
  }

  .pos-cart-items strong {
    font-size: .52rem;
    color: #17243a;
  }

  .pos-cart-items small {
    margin-top: 2px;
    color: #8490a1;
    font-size: .45rem;
  }

  .pos-cart-items em {
    color: #0d6ebb;
    font-size: .48rem;
    font-style: normal;
    font-weight: 800;
  }

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

@media (min-width: 700px) {
  .pos-home-hero {
    padding-top: 70px;
  }

  .pos-hero-layout {
    gap: 58px;
  }

  .pos-hero-copy h1 {
    font-size: clamp(3.5rem, 9vw, 5.1rem);
  }

  .pos-hero-actions {
    display: flex;
  }

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

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

  .pos-capability-bar > div + div {
    border-left: 1px solid rgba(255,255,255,.08);
  }

  .pos-section-heading {
    grid-template-columns: minmax(0,1.15fr) minmax(280px,.85fr);
    align-items: end;
  }

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

  .pos-product-panel {
    display: grid;
    grid-template-columns: minmax(0,1.08fr) minmax(330px,.92fr);
  }

  .pos-product-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 41px;
  }

  .pos-module-stack {
    border-top: 0;
    border-left: 1px solid rgba(255,255,255,.10);
  }

  .pos-customization-grid {
    grid-template-columns: minmax(0,1fr) minmax(340px,.9fr);
  }

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

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

  .pos-closing-grid {
    grid-template-columns: minmax(0,1fr) auto;
    align-items: end;
  }

  .pos-closing-actions {
    justify-items: end;
  }

  .pos-closing-actions .pos-btn-primary {
    width: auto;
  }
}

@media (min-width: 1000px) {
  .pos-home-hero {
    padding-top: 78px;
  }

  .pos-hero-layout {
    grid-template-columns: minmax(0,1.02fr) minmax(500px,.98fr);
    gap: 70px;
  }

  .pos-hero-copy h1 {
    font-size: clamp(4.15rem, 5.4vw, 6rem);
  }

  .pos-interface-stage {
    min-height: 565px;
  }

  .pos-app-window {
    width: min(43vw, 650px);
  }

  .pos-app-body {
    grid-template-columns: 92px minmax(0,1fr) 180px;
    min-height: 380px;
  }

  .pos-app-sidebar {
    gap: 5px;
    padding: 12px 8px;
  }

  .pos-app-sidebar span {
    grid-template-columns: 25px minmax(0,1fr);
    justify-items: start;
    gap: 7px;
    padding: 0 8px;
  }

  .pos-app-sidebar em {
    display: block;
    font-size: .48rem;
  }

  .pos-sale-area {
    padding: 14px;
  }

  .pos-sale-head {
    grid-template-columns: minmax(0,1fr) 145px;
    align-items: center;
  }

  .pos-product-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 9px;
    margin-top: 14px;
  }

  .pos-product-grid article {
    min-height: 105px;
  }

  .pos-interface-label {
    margin-left: 22px;
  }

  .pos-capability-bar {
    margin-top: 58px;
  }

  .pos-flows-section {
    padding: 92px 0;
  }

  .pos-flow-grid {
    grid-template-columns: repeat(5, minmax(0,1fr));
  }

  .pos-flow-card {
    min-height: 330px;
    display: flex;
    flex-direction: column;
  }

  .pos-flow-card a {
    margin-top: auto;
    padding-top: 22px;
  }

  .pos-product-section {
    padding: 92px 0;
  }

  .pos-customization-section {
    padding: 90px 0;
  }

  .pos-scale-section {
    padding: 90px 0;
  }

  .pos-implementation-section {
    padding: 90px 0;
  }

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

  .pos-implementation-grid article {
    grid-template-columns: 1fr;
    min-height: 225px;
    align-content: start;
  }

  .pos-closing-cta {
    padding: 82px 0;
  }
}

@media (max-width: 359px) {
  .pos-hero-copy h1 {
    font-size: 2.28rem;
  }

  .pos-kicker {
    font-size: .61rem;
    letter-spacing: .09em;
  }

  .pos-app-window {
    width: 278px;
  }

  .pos-product-grid {
    grid-template-columns: 1fr;
  }

  .pos-product-grid article:nth-child(n+3) {
    display: none;
  }

  .pos-product-features {
    grid-template-columns: 1fr;
  }

  .theme-color-row {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pos-btn-primary,
  .pos-btn-secondary,
  .pos-flow-card,
  .pos-module-stack article {
    transition: none;
  }
}


/* ==========================================================================
   HOTFIX VISUAL V20
   Navbar fijo: el kicker ya no queda pegado ni oculto bajo el encabezado.
   ========================================================================== */

body.theme-pos .pos-home-hero{
  padding-top:132px;
}

@media (min-width:700px){
  body.theme-pos .pos-home-hero{
    padding-top:144px;
  }
}

@media (min-width:1000px){
  body.theme-pos .pos-home-hero{
    padding-top:150px;
  }
}

@media (max-width:359px){
  body.theme-pos .pos-home-hero{
    padding-top:120px;
  }
}
