:root {
  --ink: #0a0a0a;
  --muted: #515151;
  --subtle: #77746d;
  --line: #e5e2da;
  --paper: #fffefa;
  --warm: #fff4cf;
  --yellow: #ffbf00;
  --yellow-deep: #075ca8;
  --green: #16a53a;
  --night: #111312;
  --radius: 13px;
  --shadow: 0 16px 34px rgba(30, 24, 4, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
section, aside { scroll-margin-top: 84px; }

.sr-only {
  position: absolute;
  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;
  z-index: 1000;
  left: 18px;
  top: -70px;
  padding: 11px 15px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-weight: 700;
}
.skip-link:focus { top: 14px; }

/* Header */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 70px;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid #e6e4df;
  transition: box-shadow .2s ease;
}
.site-header.scrolled { box-shadow: 0 7px 24px rgba(0,0,0,.07); }
.nav-wrap {
  width: min(1440px, calc(100% - 72px));
  height: 70px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}
.brand { display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto; }
.brand-symbol {
  position: relative;
  width: 51px;
  height: 46px;
  overflow: hidden;
  background: transparent;
}
.brand-symbol img {
  width: 51px;
  height: 46px;
  object-fit: cover;
  mix-blend-mode: normal;
}
.brand-copy strong, .brand-copy small { display: block; }
.brand-copy strong { font-size: 25px; line-height: .95; letter-spacing: .035em; font-weight: 900; }
.brand-copy small { margin-top: 5px; font-size: 9px; line-height: 1; letter-spacing: .055em; }
.main-nav { display: flex; align-items: center; gap: clamp(28px, 4.4vw, 62px); font-size: 14px; font-weight: 700; }
.main-nav > a:not(.header-cta) { padding: 25px 0 23px; position: relative; }
.main-nav > a:not(.header-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 17px;
  height: 2px;
  background: var(--yellow);
  transition: right .2s ease;
}
.main-nav > a:not(.header-cta):hover::after,
.main-nav > a:not(.header-cta):focus-visible::after { right: 0; }
.header-cta {
  min-width: 196px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--yellow), #ffc819);
  box-shadow: 0 8px 18px rgba(255, 190, 0, .2);
}
.header-cta:hover { background: #ffca1d; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.nav-toggle i { display: block; width: 25px; height: 2px; margin: 5px auto; background: var(--ink); transition: .2s; }

/* Hero */
.hero {
  position: relative;
  min-height: 414px;
  overflow: hidden;
  background: linear-gradient(105deg, #fff 0%, #fff 67%, #fff9e5 100%);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 28%;
  height: 100%;
  background: linear-gradient(145deg, #ffc20a, #ffb800);
  clip-path: polygon(70% 0, 100% 0, 100% 100%, 0 100%);
}
.hero-shape {
  position: absolute;
  z-index: 1;
  right: 5.4%;
  top: 0;
  width: 72px;
  height: 100%;
  background: rgba(255,255,255,.98);
  transform: skewX(-43deg);
  transform-origin: top;
}
.hero-wrap {
  position: relative;
  z-index: 3;
  width: min(1220px, calc(100% - 52px));
  min-height: 414px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 470px minmax(0, 1fr);
  align-items: center;
  gap: 40px;
  padding: 20px 0 30px;
}
.dot-field {
  position: absolute;
  z-index: 2;
  width: 150px;
  height: 130px;
  opacity: .8;
  background-image: radial-gradient(var(--yellow) 1.1px, transparent 1.1px);
  background-size: 15px 15px;
  mask-image: linear-gradient(to right, #000, transparent);
}
.dot-field-one { left: 0; top: 10px; }
.dot-field-two { left: 40.5%; bottom: -21px; transform: rotate(180deg); }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 13px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.eyebrow > span { width: 12px; height: 12px; border-radius: 50%; background: var(--yellow); }
.hero h1 {
  max-width: 470px;
  margin: 0;
  font-size: clamp(39px, 3.4vw, 49px);
  line-height: 1.01;
  letter-spacing: -.045em;
  font-weight: 850;
}
.hero h1 em { display: block; color: var(--yellow-deep); font-style: italic; letter-spacing: -.035em; }
.hero-lead { max-width: 410px; margin: 17px 0 0; font-size: 15px; line-height: 1.55; color: #333; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 18px; }
.button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 750;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 23px rgba(0,0,0,.13); }
.button-dark { background: var(--ink); color: #fff; }
.button-outline { background: #fff; border-color: #999; color: var(--ink); }
.button-yellow { background: var(--yellow); color: var(--ink); }
.hero-checks { display: flex; gap: 23px; margin-top: 21px; font-size: 11px; font-weight: 650; }
.hero-checks span { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.hero-checks i { width: 17px; height: 17px; display: inline-grid; place-items: center; border: 1.5px solid var(--yellow); border-radius: 50%; color: #947000; font-size: 10px; font-style: normal; }

.hero-product { position: relative; height: 354px; }
.dashboard-shell {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 3px;
  width: min(586px, calc(100% - 44px));
  height: 348px;
  display: grid;
  grid-template-columns: 70px 1fr;
  overflow: hidden;
  border: 1px solid #e7e4dd;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 13px 30px rgba(0,0,0,.12);
}
.dashboard-nav { display: flex; flex-direction: column; align-items: center; gap: 17px; padding: 17px 10px; background: #101211; color: #fff; }
.dash-logo { width: 34px; height: 30px; overflow: hidden; background: #fff; border-radius: 3px; }
.dash-logo img { width: 34px; height: 30px; object-fit: cover; }
.dash-nav-item { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 7px; font-size: 16px; font-weight: 700; }
.dash-nav-item.active { background: var(--yellow); color: var(--ink); }
.dashboard-content { padding: 22px 24px 23px; }
.dashboard-head { display: flex; align-items: center; justify-content: space-between; }
.dashboard-head small, .dashboard-head strong { display: block; }
.dashboard-head small { font-size: 8px; letter-spacing: .1em; }
.dashboard-head strong { margin-top: 3px; font-size: 17px; }
.dashboard-head > span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 6px; font-size: 11px; }
.dashboard-kpis { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 17px 0 13px; }
.dashboard-kpis article { padding: 17px; border: 1px solid var(--line); border-radius: 11px; }
.dashboard-kpis small, .dashboard-kpis strong, .dashboard-kpis b { display: block; }
.dashboard-kpis small { font-size: 8px; }
.dashboard-kpis strong { margin: 7px 0 3px; font-size: 24px; line-height: 1; }
.dashboard-kpis b { color: var(--green); font-size: 11px; }
.dashboard-lower { display: grid; grid-template-columns: 1.05fr .95fr; gap: 14px; }
.dashboard-chart, .sync-card { min-height: 126px; border: 1px solid var(--line); border-radius: 11px; }
.dashboard-chart { padding: 15px 17px 10px; }
.dashboard-chart header { display: flex; justify-content: space-between; align-items: center; }
.dashboard-chart small { font-size: 8px; }
.dashboard-chart b { color: var(--green); font-size: 11px; }
.bars { height: 77px; display: flex; align-items: flex-end; gap: 9px; padding: 9px 15px 0; }
.bars i { flex: 1; min-width: 8px; background: var(--yellow); border-radius: 3px 3px 0 0; }
.bars i:nth-child(1) { height: 9%; }.bars i:nth-child(2) { height: 30%; }.bars i:nth-child(3) { height: 48%; }
.bars i:nth-child(4) { height: 24%; }.bars i:nth-child(5) { height: 39%; }.bars i:nth-child(6) { height: 64%; }.bars i:nth-child(7) { height: 82%; }
.sync-card { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 15px; }
.sync-card > i { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-style: normal; }
.sync-card strong, .sync-card small { display: block; }
.sync-card strong { font-size: 11px; }.sync-card small { margin-top: 4px; font-size: 9px; color: #666; }
.online-badge {
  position: absolute;
  z-index: 4;
  right: -2px;
  top: 99px;
  width: 101px;
  height: 101px;
  display: grid;
  align-content: center;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffc400, #ffb812);
  box-shadow: 0 12px 24px rgba(153, 105, 0, .22);
}
.online-badge strong, .online-badge small { display: block; }
.online-badge strong { font-size: 23px; line-height: 1; }
.online-badge small { margin-top: 4px; font-size: 12px; font-weight: 800; }
.connected-card {
  position: absolute;
  z-index: 5;
  right: -64px;
  bottom: -4px;
  min-width: 194px;
  min-height: 111px;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 20px 17px;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow);
}
.connected-card > span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #f3dd8b; border-radius: 50%; color: #9b7200; font-size: 20px; }
.connected-card strong, .connected-card small { display: block; }
.connected-card strong { max-width: 108px; font-size: 13px; line-height: 1.25; }
.connected-card small { margin-top: 7px; font-size: 11px; line-height: 1.25; }

/* Proof */
.proof { min-height: 94px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.proof-wrap { width: min(1140px, calc(100% - 48px)); margin-inline: auto; padding: 14px 0 12px; }
.proof-wrap > p { margin: 0 0 9px; text-align: center; font-size: 11px; letter-spacing: .11em; font-weight: 750; }
.proof-wrap > p strong { color: var(--yellow-deep); }
.proof-logos { display: grid; grid-template-columns: repeat(5, 1fr); gap: 34px; align-items: center; text-align: center; }
.proof-logos > span { justify-self: center; color: #101010; white-space: nowrap; }
.proof-logos small { display: block; font-size: 7px; letter-spacing: .19em; font-weight: 700; }
.client-formas, .client-guapa { font-size: 22px; letter-spacing: .09em; font-weight: 900; }
.client-swift { font-size: 23px; font-style: italic; font-weight: 800; }
.client-swift b { font-size: 34px; font-style: normal; }
.client-bimbo { padding: 2px 8px; border: 3px solid #1f468e; border-radius: 50%; color: #d6202e !important; font-size: 18px; font-weight: 900; transform: rotate(-2deg); }
.client-amigos { color: #15488d !important; font-size: 20px; font-weight: 800; line-height: .8; }
.client-amigos small { margin-bottom: 6px; color: #2585a2; }

/* Shared content */
.body-layout {
  width: min(1440px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  align-items: start;
}
.body-main { min-width: 0; border-right: 1px solid var(--line); }
.panel-section { padding: 22px 44px 20px 54px; }
.section-number { display: block; font-size: 10px; font-weight: 800; letter-spacing: .07em; }
.section-number b { color: var(--yellow-deep); }
.panel-section h2, .wide-heading h2, .service-copy h2 { margin: 12px 0 13px; font-size: 28px; line-height: 1.06; letter-spacing: -.035em; }
.panel-section h2 em, .wide-heading h2 em, .service-copy h2 em { color: var(--yellow-deep); font-style: italic; }
.panel-section p { color: #3d3d3d; font-size: 12px; line-height: 1.55; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 13px; padding-bottom: 2px; border-bottom: 1px solid; font-size: 11px; font-weight: 750; }

/* Benefits */
.benefits { min-height: 266px; border-bottom: 1px solid var(--line); }
.section-intro { display: grid; grid-template-columns: 265px minmax(0, 1fr); gap: 30px; align-items: stretch; }
.section-intro > div:first-child { padding-top: 9px; }
.section-intro > div:first-child > p { max-width: 220px; }
.benefit-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.benefit-card { position: relative; min-height: 223px; display: flex; flex-direction: column; overflow: hidden; padding: 17px 17px 15px; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,.06); }
.card-white { border: 1px solid var(--line); background: #fff; }
.card-warm { background: linear-gradient(135deg, #fffdf5, #fff0c0); }
.card-dark { background: linear-gradient(145deg, #171918, #0b0c0b); color: #fff; }
.card-dark .card-number { color: var(--yellow); }
.card-number { color: var(--yellow-deep); font-size: 20px; }
.card-title { display: flex; align-items: flex-start; gap: 12px; margin-top: 7px; }
.square-icon { width: 41px; height: 41px; flex: 0 0 41px; display: grid; place-items: center; border-radius: 6px; background: var(--night); color: #fff; font-size: 23px; font-style: normal; }
.grid-icon { color: var(--yellow); }
.benefit-card h3 { margin: 2px 0 0; font-size: 14px; line-height: 1.3; }
.benefit-card > p { margin: 13px 0 12px; color: #333; font-size: 11px; line-height: 1.48; }
.card-dark > p { color: #ddd; }
.sale-pill { position: static; display: flex; align-items: center; gap: 10px; min-height: 53px; margin-top: auto; padding: 8px 10px; border: 1px solid #bde5c8; border-radius: 7px; }
.sale-pill > i { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #bde5c8; border-radius: 50%; color: var(--green); font-style: normal; }
.sale-pill small, .sale-pill strong { display: block; }
.sale-pill small { color: #16852c; font-size: 8px; }.sale-pill strong { margin-top: 2px; color: var(--green); font-size: 14px; }
.stock-meters { position: static; display: grid; gap: 7px; margin-top: auto; }
.stock-meters i { position: relative; height: 7px; overflow: hidden; border-radius: 10px; background: linear-gradient(90deg, #2aa735 0 36%, #ffbf00 36% 56%, #e7e3d6 56%); }
.stock-meters i:nth-child(2) { background: linear-gradient(90deg, #2aa735 0 24%, #ffbf00 24% 44%, #777 44% 59%, #e7e3d6 59%); }
.stock-meters i:nth-child(3) { background: linear-gradient(90deg, #ffd365 0 18%, #ffbf00 18% 48%, #e7e3d6 48%); }
.metric-pill { position: static; margin-top: auto; padding: 8px 11px; border: 1px solid #4ba527; border-radius: 7px; }
.metric-pill strong, .metric-pill small { display: block; }
.metric-pill strong { color: #55c52b; font-size: 19px; }.metric-pill small { margin-top: 2px; font-size: 8px; letter-spacing: .06em; }

/* Platform */
.platform { min-height: 245px; display: grid; grid-template-columns: 250px minmax(280px, 1fr) 255px; align-items: center; gap: 22px; padding-top: 17px; padding-bottom: 17px; }
.platform-copy h2 { font-size: 22px; margin: 9px 0 7px; }
.platform-copy p { max-width: 230px; margin: 0; font-size: 11px; }
.platform-copy .text-link { margin-top: 10px; }
.device-scene { width: 100%; min-width: 0; display: grid; place-items: center; margin: 0; }
.device-scene img { display: block; width: auto; max-width: 100%; height: auto; max-height: 230px; object-fit: contain; }
.platform-list { display: grid; gap: 8px; padding: 0; margin: 0; list-style: none; font-size: 11px; line-height: 1.25; }
.platform-list li { display: grid; grid-template-columns: 18px 1fr; gap: 6px; align-items: start; }
.platform-list i { width: 15px; height: 15px; display: grid; place-items: center; border: 1px solid #444; border-radius: 50%; font-size: 8px; font-style: normal; }

/* Contact panel */
.contact-panel {
  position: sticky;
  top: 70px;
  min-height: 450px;
  align-self: start;
  padding: 34px 42px 30px;
  background: #fff;
}
.contact-panel h2 { margin: 12px 0 7px; font-size: 24px; line-height: 1.1; letter-spacing: -.03em; }
.contact-panel > p { max-width: 290px; margin: 0 0 13px; font-size: 12px; line-height: 1.45; }
.demo-form { display: grid; gap: 8px; }
.field-label { display: block; margin: 0 0 4px; color: #3d3d3d; font-size: 11px; font-weight: 700; }
.demo-form input, .demo-form select { width: 100%; height: 38px; padding: 0 11px; border: 1px solid #dcd9d1; border-radius: 5px; background: #fff; color: #222; font-size: 11px; outline: none; }
.demo-form input:focus, .demo-form select:focus { border-color: #aa8500; box-shadow: 0 0 0 3px rgba(255,191,0,.17); }
.demo-form button { height: 39px; margin-top: 2px; border: 0; border-radius: 5px; background: linear-gradient(135deg, var(--yellow), #ffc716); color: #0a0a0a; font-size: 13px; font-weight: 800; cursor: pointer; }
.demo-form button:hover { background: #ffc923; }
.form-privacy { margin: 1px 0 0; color: #5f5b52; font-size: 11px; line-height: 1.45; }
.form-status { min-height: 1.45em; margin: 0 !important; color: #17772b; font-size: 11px !important; }
.form-fallback { color: #4b3a00; font-size: 11px; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.contact-or { position: relative; margin: 16px 0 12px; text-align: center; font-size: 11px; }
.contact-or::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; border-top: 1px solid var(--line); }
.contact-or span { position: relative; padding: 0 15px; background: #fff; }
.contact-options { display: flex; align-items: center; justify-content: center; gap: 13px; }
.mini-brand { width: 58px; height: 48px; overflow: hidden; }
.mini-brand img { width: 58px; height: 48px; object-fit: cover; }
.whatsapp-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: #19b85d; color: #fff; }
.whatsapp-mark svg { width: 31px; fill: currentColor; }
.contact-phone { display: block; margin-top: 9px; text-align: center; color: #4b4b4b; font-size: 11px; font-weight: 700; }

/* Lower sections */
.section-wide { padding: 86px 0; }
.wide-wrap { width: min(1240px, calc(100% - 52px)); margin-inline: auto; }
.solutions { border-top: 1px solid var(--line); background: #faf9f5; }
.wide-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.wide-heading h2, .service-copy h2 { font-size: clamp(39px, 4vw, 58px); }
.wide-heading > p { max-width: 430px; margin: 0 0 10px; color: #555; line-height: 1.6; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 42px; }
.solution-grid article { position: relative; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.solution-grid article.featured { background: #ffd137; border-color: #ffd137; }
.solution-grid article > em { position: absolute; top: 0; right: 22px; padding: 7px 10px; background: var(--night); color: #fff; font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .08em; }
.solution-grid article > span { color: var(--yellow-deep); font-size: 12px; font-weight: 900; }
.solution-grid article > small { display: block; margin-top: 35px; color: #777; font-size: 9px; letter-spacing: .1em; font-weight: 800; }
.solution-grid h3 { margin: 7px 0 20px; font-size: 28px; letter-spacing: -.04em; }
.solution-grid ul { padding: 18px 0; margin: 0 0 19px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.solution-grid li { position: relative; margin: 10px 0; padding-left: 21px; color: #505050; font-size: 13px; }
.solution-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.solution-grid a { display: flex; justify-content: space-between; color: #6e5400; font-size: 13px; font-weight: 800; }
.service { background: var(--night); color: #fff; }
.service .section-number b, .service-copy h2 em { color: var(--yellow); }
.service-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.service-copy p { max-width: 620px; color: #b8bbb9; line-height: 1.65; }
.service-copy .button { margin-top: 17px; }
.service-steps { padding: 0; margin: 0; list-style: none; }
.service-steps li { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.service-steps li > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 9px; background: var(--yellow); color: var(--ink); font-size: 10px; font-weight: 800; }
.service-steps strong, .service-steps small { display: block; }.service-steps strong { margin-top: 2px; }.service-steps small { margin-top: 6px; color: #aeb1af; }

/* Footer */
.footer { padding: 47px 0 22px; border-top: 1px solid #2c2d2c; background: #0b0c0b; color: #fff; }
.footer-wrap, .footer-bottom { width: min(1240px, calc(100% - 52px)); margin-inline: auto; }
.footer-wrap { display: grid; grid-template-columns: 240px 1fr auto; gap: 46px; align-items: center; padding-bottom: 35px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand .brand-symbol { background: transparent; }
.footer-wrap > p { max-width: 420px; color: #919693; }
.footer-wrap nav { display: flex; gap: 23px; color: #c2c5c3; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; color: #777c79; font-size: 10px; }
.floating-whatsapp { position: fixed; z-index: 90; right: 22px; bottom: 22px; width: 54px; height: 54px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 50%; background: #18b75c; color: #fff; box-shadow: 0 11px 27px rgba(0,0,0,.24); }
.floating-whatsapp svg { width: 30px; fill: currentColor; }

/* Error page */
.error-page { min-height: 100vh; display: grid; place-items: center; padding: 32px; background: var(--paper); }
.error-card { width: min(620px, 100%); padding: clamp(32px, 7vw, 64px); border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.error-brand { justify-content: center; margin-bottom: 34px; }
.error-code { margin: 0; color: var(--yellow-deep); font-size: clamp(54px, 12vw, 92px); line-height: .9; font-weight: 900; }
.error-card h1 { margin: 18px 0 10px; font-size: clamp(30px, 6vw, 46px); }
.error-card > p { margin: 0 auto 26px; max-width: 440px; color: var(--muted); line-height: 1.6; }
.error-card .button { margin-inline: auto; }

/* Motion and focus */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .58s ease, transform .58s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid rgba(255, 191, 0, .75); outline-offset: 3px; }

@media (max-width: 1260px) {
  .hero-wrap { width: min(1120px, calc(100% - 44px)); grid-template-columns: 430px minmax(0,1fr); gap: 30px; }
  .connected-card { right: -8px; }
  .online-badge { right: 35px; }
  .body-layout { grid-template-columns: minmax(0,1fr) 340px; }
  .panel-section { padding-left: 34px; padding-right: 30px; }
  .section-intro { grid-template-columns: 225px minmax(0,1fr); gap: 22px; }
  .benefit-card { padding-inline: 14px; }
  .card-title { gap: 8px; }.square-icon { width: 36px; height: 36px; flex-basis: 36px; }
  .contact-panel { padding-inline: 30px; }
}

@media (max-width: 1020px) {
  .nav-wrap { width: min(100% - 36px, 940px); }
  .main-nav { gap: 22px; }.header-cta { min-width: 172px; }
  .hero { min-height: auto; }.hero-wrap { min-height: auto; grid-template-columns: 1fr; padding: 48px 0 56px; }
  .hero-copy { max-width: 610px; margin-inline: auto; text-align: center; }
  .eyebrow, .hero-actions, .hero-checks { justify-content: center; }
  .hero h1, .hero-lead { margin-inline: auto; }
  .hero-product { width: min(680px,100%); margin-inline: auto; }
  .hero::after { width: 58%; clip-path: polygon(70% 0,100% 0,100% 100%,15% 100%); opacity: .85; }
  .hero-shape { display: none; }
  .body-layout { grid-template-columns: 1fr; }
  .body-main { border-right: 0; }
  .contact-panel { position: relative; top: auto; width: min(660px, calc(100% - 44px)); min-height: 0; margin: 38px auto 55px; border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow); }
  .section-intro { grid-template-columns: 240px minmax(0,1fr); }
  .platform { grid-template-columns: 230px minmax(280px,1fr) 250px; }
}

@media (max-width: 820px) {
  .site-header, .nav-wrap { height: 66px; }
  .nav-wrap { width: calc(100% - 28px); }
  .brand-symbol { width: 43px; height: 39px; }.brand-symbol img { width: 43px; height: 39px; }
  .brand-copy strong { font-size: 21px; }.brand-copy small { font-size: 7px; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav {
    position: fixed;
    z-index: 110;
    inset: 66px 0 auto;
    height: calc(100dvh - 66px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 24px 22px;
    background: #fff;
    transform: translateX(100%);
    transition: transform .25s ease;
  }
  .main-nav.open { transform: none; }
  .main-nav > a:not(.header-cta) { padding: 17px 5px; border-bottom: 1px solid var(--line); font-size: 17px; }
  .main-nav > a:not(.header-cta)::after { display: none; }
  .header-cta { min-height: 51px; margin-top: 20px; }
  .proof-logos { grid-template-columns: repeat(3,1fr); gap: 18px; }.proof-logos > span:nth-child(n+4) { display: none; }
  .section-intro { grid-template-columns: 1fr; }.section-intro > div:first-child > p { max-width: 520px; }
  .benefit-cards { margin-top: 10px; }
  .platform { grid-template-columns: 1fr 1.3fr; }.platform-list { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
  .wide-heading { align-items: flex-start; flex-direction: column; gap: 15px; }
  .solution-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; gap: 42px; }
  .footer-wrap { grid-template-columns: 1fr 1fr; }.footer-wrap nav { grid-column: 1/-1; }
}

@media (max-width: 620px) {
  .hero-wrap { width: calc(100% - 28px); padding: 36px 0 32px; }
  .eyebrow { font-size: 9px; }.hero h1 { font-size: clamp(39px, 12vw, 55px); }.hero-lead { font-size: 14px; }
  .hero-actions { flex-direction: column; align-items: stretch; }.button { min-height: 48px; }
  .hero-checks { flex-direction: column; align-items: center; gap: 9px; }
  .hero-product { height: 331px; margin-top: 6px; }
  .dashboard-shell { width: 100%; height: 298px; grid-template-columns: 49px 1fr; }
  .dashboard-nav { gap: 13px; padding: 12px 7px; }.dash-logo { width: 30px; height: 27px; }.dash-nav-item { width: 27px; height: 27px; }
  .dashboard-content { padding: 14px 11px; }.dashboard-head strong { font-size: 14px; }.dashboard-head > span { padding: 7px; font-size: 8px; }
  .dashboard-kpis { gap: 7px; margin: 12px 0 9px; }.dashboard-kpis article { padding: 11px; }.dashboard-kpis strong { font-size: 17px; }
  .dashboard-lower { gap: 7px; }.dashboard-chart, .sync-card { min-height: 104px; }.dashboard-chart { padding: 11px 8px; }.bars { height: 63px; gap: 4px; padding-inline: 4px; }
  .sync-card { flex-direction: column; text-align: center; gap: 6px; padding: 8px; }
  .online-badge { right: -5px; top: 92px; width: 76px; height: 76px; }.online-badge strong { font-size: 18px; }.online-badge small { font-size: 9px; }
  .connected-card { right: 5px; bottom: 0; min-width: 165px; min-height: 80px; padding: 12px; }.connected-card > span { width: 31px; height: 31px; }.connected-card strong { font-size: 11px; }.connected-card small { font-size: 9px; margin-top: 3px; }
  .proof-wrap { width: calc(100% - 28px); }.proof-logos { grid-template-columns: repeat(2,1fr); }.proof-logos > span:nth-child(3) { display: none; }
  .panel-section { padding: 38px 20px; }.panel-section h2 { font-size: 34px; }
  .benefit-cards { grid-template-columns: 1fr; }.benefit-card { min-height: 245px; padding: 20px; }.benefit-card h3 { font-size: 18px; }.benefit-card > p { font-size: 12px; }.sale-pill, .stock-meters, .metric-pill { left: 20px; right: 20px; bottom: 18px; }
  .platform { grid-template-columns: 1fr; row-gap: 26px; }.device-scene { width: min(520px,100%); margin-inline: auto; }.device-scene img { max-height: none; }.platform-list { grid-column: auto; grid-template-columns: 1fr; }
  .contact-panel { width: calc(100% - 28px); margin-top: 18px; padding: 29px 20px; }.contact-panel h2 { font-size: 29px; }.demo-form input, .demo-form select { height: 46px; font-size: 13px; }.demo-form button { height: 47px; }
  .section-wide { padding: 64px 0; }.wide-wrap { width: calc(100% - 34px); }.wide-heading h2, .service-copy h2 { font-size: 39px; }
  .solution-grid article { padding: 24px; }
  .footer-wrap, .footer-bottom { width: calc(100% - 34px); }.footer-wrap { grid-template-columns: 1fr; gap: 21px; }.footer-wrap nav { grid-column: auto; flex-wrap: wrap; }.footer-bottom { flex-direction: column; gap: 7px; }
  .floating-whatsapp { right: 14px; bottom: 14px; width: 51px; height: 51px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
