:root {
  --brand-lime: #c9e600;
  --brand-green: #034100;
  --brand-teal: #0a6373;
  --brand-blue: #112446;
  --brand-coral: #e66c6c;
  --ink: #172033;
  --muted: #5f6d7e;
  --line: rgba(17, 36, 70, 0.12);
  --paper: #ffffff;
  --wash: #f5f9f7;
  --soft-lime: rgba(201, 230, 0, 0.16);
  --soft-teal: rgba(10, 99, 115, 0.1);
  --shadow: 0 20px 60px rgba(17, 36, 70, 0.12);
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/source-sans-pro/SourceSansPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/source-sans-pro/SourceSansPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(201, 230, 0, 0.16), transparent 24rem),
    linear-gradient(180deg, #071d23 0, #071d23 38rem, #f7faf7 38rem, #ffffff 62rem, #f7faf7 100%);
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

body::before {
  width: 100%;
  height: 100%;
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image: url("../images/site/bg-pattern-3.svg");
  background-size: 34rem;
  opacity: 0.08;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.site-shell {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.site-header {
  width: 100%;
  max-width: none;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 14px clamp(24px, 4vw, 64px);
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background: rgba(5, 23, 28, 0.84);
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.site-header.is-scrolled {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(5, 23, 28, 0.88);
}

.brand img {
  width: 150px;
  height: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.94);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  padding: 10px 12px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1;
  transition: color 180ms ease, background-color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--brand-lime);
  background: rgba(255, 255, 255, 0.08);
}

.site-nav .nav-cta {
  color: var(--brand-green);
  background: var(--brand-lime);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  color: white;
  background: var(--brand-green);
}

.nav-toggle {
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  display: block;
  position: absolute;
  border-radius: 99px;
  background: white;
  transition: transform 180ms ease;
}

.nav-toggle span:first-child {
  transform: translateY(-4px);
}

.nav-toggle span:last-child {
  transform: translateY(4px);
}

.nav-open .nav-toggle span:first-child {
  transform: rotate(45deg);
}

.nav-open .nav-toggle span:last-child {
  transform: rotate(-45deg);
}

.section-panel,
.service-section,
.diagnostic {
  width: calc(100% - 48px);
  max-width: 1720px;
  margin: 24px auto;
  border: 1px solid rgba(17, 36, 70, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 40px rgba(17, 36, 70, 0.06);
}

.hero {
  width: 100%;
  max-width: none;
  min-height: calc(100svh - 112px);
  display: grid;
  grid-template-columns: minmax(520px, 0.88fr) minmax(560px, 1.12fr);
  align-items: center;
  gap: clamp(28px, 4vw, 76px);
  position: relative;
  padding: clamp(46px, 6vw, 92px) clamp(34px, 7vw, 120px);
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(115deg, rgba(8, 31, 38, 0.98), rgba(9, 63, 72, 0.9) 48%, rgba(3, 65, 0, 0.72)),
    #071d23;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.84), transparent 82%);
}

.hero::after {
  width: 42%;
  height: 86%;
  content: "";
  position: absolute;
  right: -12%;
  bottom: -18%;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(201, 230, 0, 0.22), rgba(230, 108, 108, 0.08));
  transform: skewX(-12deg) rotate(-7deg);
}

.hero-copy {
  min-width: 0;
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--brand-green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: var(--brand-lime);
  box-shadow: 0 0 0 6px var(--soft-lime);
}

.hero .eyebrow,
.hero h1 {
  color: white;
}

.hero .eyebrow::before {
  box-shadow: 0 0 0 6px rgba(201, 230, 0, 0.18);
}

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

h1 {
  max-width: 900px;
  margin-bottom: 22px;
  color: var(--brand-blue);
  font-size: clamp(52px, 5.2vw, 88px);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  color: var(--brand-blue);
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  color: var(--brand-blue);
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0;
}

.hero-lead,
.intro-band p,
.service-content > p,
.diagnostic-copy p,
.site-footer p {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
}

.hero .hero-lead {
  color: rgba(255, 255, 255, 0.74);
}

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

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 13px 18px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--brand-green);
  background: var(--brand-lime);
  box-shadow: 0 12px 30px rgba(201, 230, 0, 0.22);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  color: white;
  background: var(--brand-green);
}

.btn-secondary {
  color: var(--brand-blue);
  background: #eef5f3;
}

.hero .btn-secondary {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.1);
}

.hero-system-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
}

.hero-system-list span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.trust-list,
.feature-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

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

.trust-list li,
.feature-list li {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 15px;
}

.hero .trust-list li {
  color: rgba(255, 255, 255, 0.72);
}

.trust-list li::before,
.feature-list li::before {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  content: "";
  border-radius: 50%;
  background:
    linear-gradient(135deg, var(--brand-lime), #ffffff),
    var(--brand-lime);
  box-shadow: inset 0 0 0 5px rgba(3, 65, 0, 0.12);
}

.hero-visual {
  min-height: min(760px, calc(100svh - 190px));
  position: relative;
  overflow: visible;
  border-radius: 0;
  z-index: 1;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.hero-3d-canvas {
  width: 100%;
  height: 100%;
  min-height: min(760px, calc(100svh - 190px));
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.95;
}

.device-stage {
  height: 100%;
  min-height: min(760px, calc(100svh - 190px));
  position: relative;
  isolation: isolate;
  z-index: 1;
  perspective: 1100px;
}

.device-stage::before {
  width: 76%;
  height: 70%;
  content: "";
  position: absolute;
  top: 12%;
  right: 8%;
  z-index: -1;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(201, 230, 0, 0.24), rgba(10, 99, 115, 0.18)),
    rgba(255, 255, 255, 0.04);
  transform: rotate(-5deg) translateZ(-40px);
}

.erp-orbit {
  width: min(720px, 92%);
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 48%;
  z-index: 5;
  transform-style: preserve-3d;
  transform: translate(-50%, -50%) rotateX(62deg) rotateZ(-18deg);
  animation: orbitFloat 8s ease-in-out infinite;
}

.orbit-ring {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(201, 230, 0, 0.45);
  border-radius: 50%;
  box-shadow:
    0 0 40px rgba(201, 230, 0, 0.12),
    inset 0 0 30px rgba(201, 230, 0, 0.08);
  transform-style: preserve-3d;
}

.orbit-ring-one {
  animation: orbitSpin 18s linear infinite;
}

.orbit-ring-two {
  inset: 25%;
  border-color: rgba(255, 255, 255, 0.24);
  transform: rotateZ(56deg) translateZ(58px);
  animation: orbitSpinReverse 14s linear infinite;
}

.orbit-core {
  width: 178px;
  height: 178px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: white;
  background:
    radial-gradient(circle at 35% 25%, rgba(201, 230, 0, 0.5), rgba(10, 99, 115, 0.18) 38%, rgba(7, 29, 35, 0.78) 72%),
    rgba(7, 29, 35, 0.84);
  box-shadow:
    0 40px 90px rgba(0, 0, 0, 0.36),
    0 0 80px rgba(201, 230, 0, 0.22);
  transform: translate(-50%, -50%) translateZ(86px) rotateZ(18deg) rotateX(-62deg);
  backdrop-filter: blur(20px);
}

.orbit-core strong {
  font-size: 52px;
  line-height: 0.86;
}

.orbit-core span {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
}

.orbit-module {
  min-width: 132px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 12px 14px;
  color: white;
  font-weight: 700;
  background: rgba(5, 23, 28, 0.72);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
  transform-style: preserve-3d;
  animation: panelPulse 4.8s ease-in-out infinite;
}

.orbit-sales {
  top: 9%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(72px) rotateZ(18deg) rotateX(-62deg);
}

.orbit-stock {
  top: 48%;
  right: -1%;
  transform: translate(0, -50%) translateZ(98px) rotateZ(18deg) rotateX(-62deg);
  animation-delay: -0.8s;
}

.orbit-accounting {
  left: 10%;
  bottom: 12%;
  transform: translate(-50%, 0) translateZ(104px) rotateZ(18deg) rotateX(-62deg);
  animation-delay: -1.3s;
}

.orbit-reports {
  right: 12%;
  bottom: 7%;
  transform: translate(20%, 0) translateZ(64px) rotateZ(18deg) rotateX(-62deg);
  animation-delay: -1.9s;
}

.orbit-branches {
  top: 38%;
  left: 0;
  transform: translate(-16%, -50%) translateZ(70px) rotateZ(18deg) rotateX(-62deg);
  animation-delay: -2.5s;
}

.erp-console-card {
  width: 240px;
  position: absolute;
  top: 6%;
  right: 6%;
  z-index: 7;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: white;
  background: rgba(7, 29, 35, 0.66);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.console-bar {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
}

.console-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
}

.console-bar span:first-child {
  background: var(--brand-lime);
}

.console-grid {
  display: grid;
  gap: 4px;
}

.console-grid strong {
  font-size: 22px;
  line-height: 1;
}

.console-grid small {
  color: rgba(255, 255, 255, 0.66);
}

.device-tablet {
  width: min(650px, 70%);
  position: absolute;
  top: 20%;
  right: -2%;
  z-index: 2;
  opacity: 0.62;
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.28));
  animation: floatTablet 7s ease-in-out infinite;
}

.device-phone {
  width: min(260px, 30%);
  position: absolute;
  left: 9%;
  bottom: 10%;
  z-index: 3;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.34));
  animation: floatPhone 6s ease-in-out infinite;
}

.metric {
  width: 168px;
  position: absolute;
  z-index: 3;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.metric span,
.price-grid span,
.price-block span,
.benefit-grid span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.metric strong {
  display: block;
  margin-top: 4px;
  color: var(--brand-blue);
  font-size: 17px;
}

.metric-one {
  top: 10%;
  left: 4%;
}

.metric-two {
  right: 2%;
  bottom: 18%;
}

.metric-three {
  left: 18%;
  bottom: 0;
}

.intro-band {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  align-items: end;
  gap: 32px;
  padding: clamp(30px, 5vw, 64px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 250, 246, 0.9)),
    white;
}

.intro-band h2 {
  margin-bottom: 0;
}

.service-map {
  width: calc(100% - 48px);
  max-width: 1720px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 24px auto;
}

.service-tile {
  min-height: 250px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(244, 250, 246, 0.82)),
    var(--paper);
  box-shadow: 0 12px 38px rgba(17, 36, 70, 0.07);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.service-tile::after {
  width: 72px;
  height: 5px;
  content: "";
  position: absolute;
  left: 22px;
  bottom: 0;
  border-radius: 99px 99px 0 0;
  background: var(--brand-lime);
  transform: translateY(5px);
  transition: transform 180ms ease;
}

.service-tile:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 230, 0, 0.9);
  box-shadow: 0 24px 54px rgba(17, 36, 70, 0.13);
}

.service-tile:hover::after {
  transform: translateY(0);
}

.service-tile span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--brand-green);
  font-weight: 700;
  background: var(--soft-lime);
}

.service-tile p {
  color: var(--muted);
  line-height: 1.45;
}

.tile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.tile-actions a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 9px 12px;
  color: var(--brand-blue);
  font-weight: 700;
  background: #eef5f3;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.tile-actions a:last-child {
  color: var(--brand-green);
  background: var(--soft-lime);
}

.tile-actions a:hover,
.tile-actions a:focus-visible {
  color: white;
  background: var(--brand-green);
  transform: translateY(-2px);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--brand-green);
  font-weight: 700;
}

.text-link::after {
  content: "->";
  transition: transform 180ms ease;
}

.text-link:hover::after,
.text-link:focus-visible::after {
  transform: translateX(4px);
}

.service-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 420px);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(30px, 6vw, 74px);
  scroll-margin-top: 110px;
  box-shadow: 0 24px 70px rgba(17, 36, 70, 0.08);
}

.free-service {
  background: linear-gradient(135deg, rgba(201, 230, 0, 0.18), rgba(255, 255, 255, 0.92));
}

.accounting-service {
  background: linear-gradient(135deg, rgba(10, 99, 115, 0.1), rgba(255, 255, 255, 0.95));
}

.erp-service {
  background:
    linear-gradient(135deg, rgba(17, 36, 70, 0.92), rgba(10, 99, 115, 0.9)),
    var(--brand-blue);
  color: white;
}

.erp-service h2,
.erp-service h3,
.erp-service .eyebrow,
.erp-service .price-grid strong {
  color: white;
}

.erp-service .service-content > p,
.erp-service .feature-list li,
.erp-service .price-grid span,
.erp-service .price-grid small {
  color: rgba(255, 255, 255, 0.76);
}

.erp-service .form-card {
  color: var(--ink);
}

.erp-service .text-link {
  color: var(--brand-lime);
}

.price-block {
  width: min(260px, 100%);
  padding: 22px;
  margin: 26px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.price-block strong {
  display: block;
  color: var(--brand-green);
  font-size: 64px;
  line-height: 0.9;
}

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

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

.price-grid div {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.erp-service .price-grid div {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
}

.price-grid strong {
  display: block;
  margin: 6px 0;
  color: var(--brand-green);
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1;
}

.price-grid small {
  color: var(--muted);
  font-size: 14px;
}

.form-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 248, 0.9)),
    white;
  box-shadow: 0 24px 70px rgba(17, 36, 70, 0.12);
}

.form-card h3 {
  margin-bottom: 8px;
}

.form-card p {
  color: var(--muted);
  line-height: 1.45;
}

.lead-form {
  display: grid;
  gap: 12px;
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--brand-blue);
  font-size: 14px;
  font-weight: 700;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: white;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form input:focus,
.lead-form textarea:focus {
  border-color: var(--brand-teal);
  box-shadow: 0 0 0 4px rgba(10, 99, 115, 0.1);
}

.lead-form button {
  width: 100%;
  margin-top: 4px;
}

.form-status {
  min-height: 22px;
  margin: 0;
  font-size: 14px;
}

.form-status.is-error {
  color: #b02323;
}

.form-status.is-success {
  color: var(--brand-green);
}

.detail-hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  gap: clamp(24px, 6vw, 78px);
  align-items: center;
  position: relative;
  padding: clamp(34px, 7vw, 86px);
  overflow: hidden;
}

.detail-hero::after {
  width: 44%;
  height: 72%;
  content: "";
  position: absolute;
  right: -8%;
  bottom: -16%;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(201, 230, 0, 0.28), rgba(10, 99, 115, 0.08));
  transform: rotate(-8deg);
}

.detail-copy,
.detail-price {
  position: relative;
  z-index: 1;
}

.detail-copy h1 {
  max-width: 940px;
}

.detail-price {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.detail-price span {
  display: block;
  color: var(--muted);
  font-weight: 700;
}

.detail-price strong {
  display: block;
  margin: 10px 0;
  color: var(--brand-green);
  font-size: clamp(42px, 5vw, 70px);
  line-height: 0.95;
}

.detail-price p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
}

.detail-free {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(201, 230, 0, 0.15)),
    white;
}

.detail-entrepreneur {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(230, 108, 108, 0.1)),
    white;
}

.detail-accounting {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(10, 99, 115, 0.12)),
    white;
}

.detail-erp {
  background:
    linear-gradient(135deg, rgba(17, 36, 70, 0.96), rgba(10, 99, 115, 0.9)),
    var(--brand-blue);
}

.detail-erp h1,
.detail-erp .eyebrow {
  color: white;
}

.detail-erp .hero-lead {
  color: rgba(255, 255, 255, 0.78);
}

.back-link {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--brand-green);
  font-weight: 700;
}

.detail-erp .back-link {
  color: var(--brand-lime);
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 430px);
  gap: 24px;
  margin: 24px 0;
}

.detail-panel,
.modules-section {
  border: 1px solid rgba(17, 36, 70, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 40px rgba(17, 36, 70, 0.06);
}

.detail-panel {
  padding: clamp(26px, 5vw, 56px);
}

.detail-panel h2 {
  margin-bottom: 0;
}

.modules-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 1fr);
  gap: 24px;
  align-items: center;
  padding: clamp(28px, 5vw, 60px);
}

.modules-heading h2 {
  margin-bottom: 0;
}

.module-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.module-chips span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 14px;
  color: var(--brand-blue);
  font-weight: 700;
  background: white;
}

.steps-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: steps;
}

.steps-list li {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  counter-increment: steps;
}

.steps-list li::before {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  content: counter(steps);
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--brand-green);
  font-weight: 700;
  background: var(--soft-lime);
}

.benefits {
  padding: clamp(30px, 5vw, 64px);
}

.benefits h2 {
  max-width: 800px;
}

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

.benefit-grid div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.benefit-grid strong {
  display: block;
  margin: 8px 0;
  color: var(--brand-green);
  font-size: 28px;
}

.benefit-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.45;
}

.diagnostic {
  display: grid;
  grid-template-columns: 1fr minmax(330px, 430px);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(34px, 6vw, 74px);
  background:
    linear-gradient(135deg, rgba(201, 230, 0, 0.16), rgba(230, 108, 108, 0.08)),
    white;
}

.site-footer {
  width: calc(100% - 48px);
  max-width: 1720px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  align-items: center;
  margin: 24px auto 0;
  padding: 54px clamp(30px, 6vw, 74px) 82px;
}

.site-footer img {
  width: 170px;
}

.site-footer p {
  max-width: 560px;
  margin-bottom: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-links a {
  color: var(--brand-green);
  font-weight: 700;
}

.whatsapp-link {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 18;
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
  transition: transform 180ms ease;
}

.whatsapp-link:hover,
.whatsapp-link:focus-visible {
  transform: translateY(-4px);
}

.captcha-modal {
  display: grid;
  place-items: center;
  position: fixed;
  inset: 0;
  z-index: 40;
  padding: 18px;
  background: rgba(17, 32, 51, 0.6);
  backdrop-filter: blur(10px);
}

.captcha-modal[hidden] {
  display: none;
}

.captcha-dialog {
  width: min(420px, 100%);
  position: relative;
  padding: 28px;
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

.captcha-dialog h2 {
  margin-bottom: 8px;
  font-size: 30px;
}

.captcha-dialog p {
  color: var(--muted);
}

.captcha-close {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 12px;
  right: 12px;
  border: 0;
  border-radius: 8px;
  background: #eef5f3;
  cursor: pointer;
}

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

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

@keyframes floatTablet {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-16px) rotate(1deg);
  }
}

/* Design pass 2: Billease as an operational control table. */
:root {
  --studio-ink: #071d23;
  --studio-deep: #0c2c32;
  --studio-paper: #fbfcf6;
  --studio-panel: #eef4ed;
  --studio-line: rgba(7, 29, 35, 0.12);
  --studio-teal: #0a6373;
  --studio-lime: #c9e600;
  --studio-coral: #e66c6c;
}

body {
  background:
    linear-gradient(90deg, rgba(7, 29, 35, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(7, 29, 35, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #eff6ef 0, #fbfcf6 42rem, #ffffff 100%);
  background-size: 84px 84px, 84px 84px, auto;
}

body::before {
  display: none;
}

.site-header {
  min-height: 84px;
  padding: 14px clamp(22px, 4vw, 72px);
  background: rgba(7, 29, 35, 0.94);
  box-shadow: none;
}

.site-nav {
  gap: 10px;
}

.site-nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.76);
}

.site-nav .nav-cta {
  color: var(--studio-ink);
  box-shadow: 0 10px 24px rgba(201, 230, 0, 0.18);
}

.hero.section-panel {
  width: 100%;
  max-width: none;
  min-height: calc(100svh - 84px);
  grid-template-columns: minmax(420px, 0.92fr) minmax(620px, 1.08fr);
  gap: clamp(24px, 5vw, 96px);
  margin: 0;
  padding: clamp(56px, 7vw, 104px) clamp(28px, 6vw, 104px);
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 72% 24%, rgba(201, 230, 0, 0.18), transparent 24rem),
    linear-gradient(108deg, rgba(251, 252, 246, 0.98) 0 46%, rgba(235, 244, 236, 0.94) 46% 100%);
  box-shadow: none;
}

.hero::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 29, 35, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(7, 29, 35, 0.08) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 72%);
}

.hero::after {
  width: 30vw;
  height: 100%;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(10, 99, 115, 0.16), rgba(230, 108, 108, 0.1));
  transform: skewX(-10deg) translateX(34%);
}

.hero .eyebrow {
  color: var(--studio-teal);
}

.hero h1 {
  max-width: 760px;
  color: var(--studio-ink);
  font-size: clamp(58px, 6.2vw, 112px);
  line-height: 0.88;
}

.hero .hero-lead {
  max-width: 680px;
  color: rgba(7, 29, 35, 0.68);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.34;
}

.hero-actions {
  margin: 34px 0 30px;
}

.hero .btn-secondary {
  color: var(--studio-ink);
  border-color: rgba(7, 29, 35, 0.14);
  background: rgba(255, 255, 255, 0.72);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(680px, 100%);
  margin: 0;
  border: 1px solid var(--studio-line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--studio-line);
}

.hero-proof div {
  min-height: 98px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.74);
}

.hero-proof dt,
.hero-proof dd {
  margin: 0;
}

.hero-proof dt {
  color: var(--studio-ink);
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 700;
  line-height: 0.9;
}

.hero-proof dd {
  color: rgba(7, 29, 35, 0.58);
  font-size: 14px;
}

.hero-visual {
  min-height: min(760px, calc(100svh - 176px));
  display: grid;
  align-items: center;
}

.hero-3d-canvas {
  opacity: 0.34;
  mix-blend-mode: multiply;
}

.operation-board {
  width: min(820px, 100%);
  min-height: 640px;
  position: relative;
  justify-self: end;
  padding: 28px;
  border: 1px solid rgba(7, 29, 35, 0.16);
  border-radius: 8px;
  color: white;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(145deg, rgba(7, 29, 35, 0.98), rgba(10, 99, 115, 0.9));
  background-size: 48px 48px, 48px 48px, auto;
  box-shadow: 0 44px 90px rgba(7, 29, 35, 0.22);
  overflow: hidden;
  transform: perspective(1100px) rotateY(-7deg) rotateX(2deg);
}

.operation-board::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(201, 230, 0, 0.18), transparent);
  transform: translateX(-100%);
  animation: boardScan 5.4s ease-in-out infinite;
}

.operation-board::after {
  content: "";
  position: absolute;
  inset: auto -12% -34% 18%;
  height: 52%;
  background: radial-gradient(circle, rgba(201, 230, 0, 0.22), transparent 58%);
}

.board-topline,
.board-flow,
.erp-stack,
.board-metrics {
  position: relative;
  z-index: 1;
}

.board-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.board-topline span {
  color: rgba(255, 255, 255, 0.58);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  text-transform: uppercase;
}

.board-topline strong {
  color: var(--studio-lime);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1;
}

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

.flow-node {
  min-height: 108px;
  display: grid;
  align-content: end;
  gap: 8px;
  position: relative;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
}

.flow-node::before {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  border-radius: 50%;
  background: var(--studio-lime);
  box-shadow: 0 0 0 8px rgba(201, 230, 0, 0.12);
}

.flow-node span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.flow-node strong {
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1;
}

.flow-accent {
  background: rgba(230, 108, 108, 0.16);
}

.erp-stack {
  height: 300px;
  margin: 38px 0 22px;
  transform-style: preserve-3d;
  perspective: 900px;
}

.stack-plane {
  width: 58%;
  height: 116px;
  position: absolute;
  left: 22%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  transform: rotateX(62deg) rotateZ(-18deg);
  animation: planeFloat 6s ease-in-out infinite;
}

.stack-plane-a {
  top: 32px;
}

.stack-plane-b {
  top: 94px;
  left: 14%;
  background: rgba(201, 230, 0, 0.28);
  animation-delay: -1.2s;
}

.stack-plane-c {
  top: 158px;
  left: 30%;
  background: rgba(255, 255, 255, 0.2);
  animation-delay: -2.4s;
}

.stack-core {
  width: 250px;
  min-height: 138px;
  display: grid;
  align-content: center;
  gap: 10px;
  position: absolute;
  left: 50%;
  top: 48%;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(7, 29, 35, 0.72);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(18px);
}

.stack-core strong {
  color: white;
  font-size: 64px;
  line-height: 0.82;
}

.stack-core span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.35;
}

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

.board-metrics div {
  min-height: 86px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.board-metrics span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.board-metrics strong {
  color: var(--studio-lime);
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1;
}

.intro-band {
  border: 0;
  box-shadow: none;
  background: transparent;
}

.service-map {
  gap: 1px;
  border: 1px solid var(--studio-line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--studio-line);
}

.service-tile {
  min-height: 310px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
}

.service-tile::after {
  width: 100%;
  height: 5px;
  left: 0;
  background: linear-gradient(90deg, var(--studio-lime), var(--studio-teal), var(--studio-coral));
}

.service-tile span {
  width: auto;
  height: auto;
  justify-self: start;
  padding: 8px 10px;
  color: var(--studio-ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  text-transform: uppercase;
  background: rgba(201, 230, 0, 0.18);
}

.service-tile h3 {
  margin-top: 28px;
  font-size: clamp(28px, 2vw, 36px);
}

.service-tile p {
  font-size: 17px;
}

.service-section,
.diagnostic,
.benefits {
  border-color: var(--studio-line);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
}

.erp-service {
  background:
    linear-gradient(135deg, rgba(7, 29, 35, 0.96), rgba(10, 99, 115, 0.88)),
    var(--studio-ink);
}

.site-footer {
  border-top: 1px solid var(--studio-line);
}

@keyframes boardScan {
  0%,
  42% {
    transform: translateX(-105%);
  }

  78%,
  100% {
    transform: translateX(105%);
  }
}

@keyframes planeFloat {
  0%,
  100% {
    transform: rotateX(62deg) rotateZ(-18deg) translateY(0);
  }

  50% {
    transform: rotateX(62deg) rotateZ(-14deg) translateY(-12px);
  }
}

@media (max-width: 1120px) {
  .hero.section-panel {
    grid-template-columns: 1fr;
  }

  .operation-board {
    justify-self: stretch;
    width: 100%;
    min-height: 600px;
    transform: none;
  }
}

@media (max-width: 740px) {
  .hero.section-panel {
    padding: 34px 20px;
  }

  .hero h1 {
    font-size: 46px;
    line-height: 0.94;
  }

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

  .hero-proof div {
    min-height: 82px;
    padding: 14px 12px;
  }

  .hero-proof dt {
    font-size: 24px;
  }

  .hero-proof dd {
    font-size: 12px;
  }

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

  .board-metrics {
    grid-template-columns: 1fr;
  }

  .operation-board {
    min-height: 640px;
    padding: 18px;
  }

  .erp-stack {
    height: 280px;
  }

  .stack-core {
    width: min(230px, 86%);
  }
}

.whatsapp-link {
  width: auto;
  min-width: 218px;
  height: 64px;
  grid-template-columns: 40px auto;
  gap: 12px;
  left: 24px;
  bottom: 24px;
  padding: 10px 18px 10px 12px;
  border: 1px solid rgba(201, 230, 0, 0.22);
  border-radius: 8px;
  color: white;
  background:
    linear-gradient(90deg, rgba(201, 230, 0, 0.12), transparent 48%),
    rgba(7, 29, 35, 0.94);
  backdrop-filter: blur(18px);
  box-shadow:
    0 22px 54px rgba(7, 29, 35, 0.28),
    0 0 0 8px rgba(201, 230, 0, 0.06);
  animation: whatsappPulse 3.2s ease-in-out infinite;
}

.whatsapp-link::after {
  content: "Hablar con asesor\A WhatsApp";
  color: white;
  white-space: pre-line;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.12;
}

.whatsapp-link svg {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background: transparent;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.26));
}

.whatsapp-link svg path:first-child {
  fill: var(--studio-lime, #c9e600);
}

.whatsapp-link svg path:last-child {
  fill: var(--studio-ink, #071d23);
}

.whatsapp-link:hover,
.whatsapp-link:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(201, 230, 0, 0.46);
  box-shadow:
    0 28px 64px rgba(7, 29, 35, 0.34),
    0 0 0 10px rgba(201, 230, 0, 0.1);
}

@keyframes whatsappPulse {
  0%,
  100% {
    box-shadow:
      0 22px 54px rgba(7, 29, 35, 0.28),
      0 0 0 8px rgba(201, 230, 0, 0.06);
  }

  50% {
    box-shadow:
      0 26px 62px rgba(7, 29, 35, 0.34),
      0 0 0 13px rgba(201, 230, 0, 0.02);
  }
}

@media (max-width: 640px) {
  .whatsapp-link {
    min-width: 60px;
    width: 60px;
    height: 60px;
    grid-template-columns: 1fr;
    padding: 10px;
    left: 16px;
    bottom: 16px;
    border-radius: 8px;
  }

  .whatsapp-link::after {
    display: none;
  }
}

@keyframes floatPhone {
  0%,
  100% {
    transform: translateY(0) rotate(2deg);
  }

  50% {
    transform: translateY(14px) rotate(-1deg);
  }
}

@keyframes orbitFloat {
  0%,
  100% {
    transform: translate(-50%, -50%) rotateX(62deg) rotateZ(-18deg) translateY(0);
  }

  50% {
    transform: translate(-50%, -50%) rotateX(62deg) rotateZ(-12deg) translateY(-18px);
  }
}

@keyframes orbitSpin {
  from {
    transform: rotateZ(0deg) translateZ(28px);
  }

  to {
    transform: rotateZ(360deg) translateZ(28px);
  }
}

@keyframes orbitSpinReverse {
  from {
    transform: rotateZ(56deg) translateZ(58px);
  }

  to {
    transform: rotateZ(-304deg) translateZ(58px);
  }
}

@keyframes panelPulse {
  0%,
  100% {
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  }

  50% {
    box-shadow:
      0 30px 74px rgba(0, 0, 0, 0.34),
      0 0 34px rgba(201, 230, 0, 0.18);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

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

@media (max-width: 1040px) {
  .hero,
  .service-section,
  .diagnostic,
  .intro-band,
  .detail-hero,
  .detail-grid,
  .modules-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual,
  .hero-3d-canvas,
  .device-stage {
    min-height: 620px;
  }

  .erp-orbit {
    width: min(620px, 86vw);
    left: 52%;
  }

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

@media (max-width: 860px) {
  .nav-toggle {
    display: grid;
  }

  .site-nav {
    display: none;
    position: fixed;
    top: 86px;
    right: 16px;
    left: 16px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(5, 23, 28, 0.96);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  }

  .nav-open .site-nav {
    display: grid;
  }

  .site-nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .trust-list,
  .price-grid,
  .price-grid.two {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .site-shell {
    width: 100%;
  }

  .site-header {
    top: 0;
    min-height: 66px;
    padding: 10px 20px;
  }

  .brand img {
    width: 128px;
  }

  .hero,
  .service-section,
  .diagnostic,
  .intro-band,
  .benefits {
    padding: 26px;
  }

  .section-panel,
  .service-section,
  .diagnostic,
  .service-map,
  .site-footer {
    width: calc(100% - 20px);
  }

  h1 {
    font-size: 38px;
    line-height: 1;
  }

  h2 {
    font-size: 32px;
  }

  .hero-visual,
  .hero-3d-canvas,
  .device-stage {
    min-height: 560px;
  }

  .erp-orbit {
    width: 440px;
    top: 48%;
    left: 50%;
  }

  .orbit-module {
    min-width: 102px;
    min-height: 40px;
    padding: 10px 12px;
    font-size: 13px;
  }

  .orbit-sales {
    top: 13%;
  }

  .orbit-stock {
    top: 48%;
    right: 7%;
  }

  .orbit-accounting {
    left: 18%;
    bottom: 15%;
  }

  .orbit-reports {
    right: 16%;
    bottom: 9%;
  }

  .orbit-branches {
    left: 8%;
  }

  .orbit-core {
    width: 138px;
    height: 138px;
  }

  .orbit-core strong {
    font-size: 40px;
  }

  .erp-console-card {
    width: 210px;
    top: 7%;
    right: 5%;
  }

  .device-tablet {
    width: 92%;
    top: 44%;
    right: -18%;
    opacity: 0.52;
  }

  .device-phone {
    width: 36%;
    left: 4%;
    bottom: 7%;
  }

  .metric {
    width: 132px;
    padding: 10px;
  }

  .metric strong {
    font-size: 15px;
  }

  .metric-one {
    top: 0;
    left: 0;
  }

  .metric-two {
    right: 10px;
    bottom: 12%;
  }

  .metric-three {
    display: none;
  }

  .service-map,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .service-tile {
    min-height: 210px;
  }

  .form-card {
    padding: 18px;
  }

  .whatsapp-link {
    width: 52px;
    height: 52px;
    left: 14px;
    bottom: 14px;
  }
}

/* ── Pantallas 1200–1440px (1280/1366): reducir escala ── */
@media (min-width: 1200px) and (max-width: 1439px) {
  .section-panel,
  .service-section,
  .diagnostic,
  .service-map,
  .site-footer {
    max-width: 1180px;
  }

  .hero.section-panel {
    padding: clamp(46px, 5vw, 72px) clamp(24px, 4vw, 64px);
  }

  h1 {
    font-size: clamp(46px, 4.6vw, 74px);
  }

  h2 {
    font-size: clamp(28px, 3.6vw, 46px);
  }

  h3 {
    font-size: 21px;
  }

  .hero .hero-lead,
  .intro-band p,
  .service-content > p,
  .diagnostic-copy p,
  .site-footer p {
    font-size: clamp(16px, 1.5vw, 20px);
  }

  .hero-proof dt {
    font-size: clamp(22px, 2.2vw, 32px);
  }

  .hero-proof div {
    min-height: 80px;
    padding: 14px;
  }

  .operation-board {
    width: min(700px, 100%);
    min-height: 540px;
    padding: 22px;
  }

  .flow-node {
    min-height: 88px;
    padding: 12px;
  }

  .flow-node strong {
    font-size: clamp(16px, 1.3vw, 20px);
  }

  .erp-stack {
    height: 250px;
    margin: 30px 0 18px;
  }

  .board-topline strong {
    font-size: clamp(22px, 2.2vw, 34px);
  }

  .service-section {
    padding: clamp(24px, 4vw, 54px);
  }

  .service-tile {
    min-height: 220px;
    padding: 18px;
  }

  .price-grid strong {
    font-size: clamp(22px, 2.2vw, 30px);
  }

  .detail-hero {
    padding: clamp(28px, 5vw, 64px);
  }

  .detail-price strong {
    font-size: clamp(34px, 4vw, 56px);
  }

  .brand img {
    width: 130px;
  }

  .site-nav a {
    font-size: 14px;
    padding: 8px 10px;
  }

  .site-footer {
    padding: 42px clamp(24px, 4vw, 54px) 60px;
  }

  .diagnostic {
    padding: clamp(28px, 4vw, 54px);
  }

  .benefits {
    padding: clamp(24px, 4vw, 48px);
  }

  .benefit-grid strong {
    font-size: 24px;
  }

  .intro-band {
    padding: clamp(24px, 4vw, 48px);
  }

  .whatsapp-link {
    min-width: auto;
    width: 54px;
    height: 54px;
    grid-template-columns: 1fr;
    padding: 0;
    left: 18px;
    bottom: 18px;
  }

  .whatsapp-link::after {
    display: none;
  }
}
