@font-face {
  font-family:"Outfit";
  src:url("fonts/Outfit-VariableFont_wght.ttf") format("truetype");
  font-weight:100 900;
  font-style:normal;
  font-display:swap
}
:root {
  --navy:#00305A;
  --blue:#005394;
  --cyan:#8CCB00;
  --lime:#A7D600;
  --yellow:#F2C500;
  --ink:#12324A;
  --muted:#65728a;
  --light:#f4f8fd;
  --line:#dfe8f3
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  color:var(--ink);
  background:#fff;
  font-family:Arial,Helvetica,sans-serif
}
a {
  text-decoration:none;
  color:inherit
}
.container {
  width:min(1160px,calc(100% - 48px));
  margin:auto
}
.nav-wrap {
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid #e7edf5
}
.nav {
  height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.brand {
  display:flex;
  align-items:center;
  gap:10px;
  color:#083b8c
}
.brand>span:last-child {
  display:flex;
  flex-direction:column;
  line-height:1
}
.brand b {
  font-size:19px;
  letter-spacing:1.7px
}
.brand small {
  font-size:7.5px;
  letter-spacing:2.4px;
  margin-top:4px;
  color:#63728c
}
.brand-mark {
  width:32px;
  height:34px;
  display:flex;
  align-items:flex-end;
  gap:3px;
  transform:skewY(-22deg)
}
.brand-mark span {
  display:block;
  width:8px;
  border-radius:2px;
  background:linear-gradient(#A7D600,#005394)
}
.brand-mark span:nth-child(1) {
  height:14px
}
.brand-mark span:nth-child(2) {
  height:23px
}
.brand-mark span:nth-child(3) {
  height:32px
}
.nav-links {
  display:flex;
  gap:34px;
  font-size:14px;
  color:#3d4b60
}
.nav-links a:hover {
  color:var(--blue)
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  border-radius:7px;
  padding:15px 22px;
  color:#fff;
  background:linear-gradient(135deg,#0070A8,#004987);
  font-weight:700;
  font-size:14px;
  box-shadow:0 9px 25px rgba(8,101,223,.25);
  transition:.2s
}
.button:hover {
  transform:translateY(-2px);
  box-shadow:0 13px 30px rgba(8,101,223,.32)
}
.button span {
  font-size:18px
}
.button-sm {
  padding:11px 17px;
  font-size:12px;
  gap:10px
}
.hero {
  position:relative;
  overflow:hidden;
  background:linear-gradient(125deg,#f8fbff 0%,#eef6ff 62%,#f8fbff 100%);
  padding:88px 0 0
}
.hero:before {
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(31,102,174,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(31,102,174,.04) 1px,transparent 1px);
  background-size:42px 42px
}
.hero-glow {
  position:absolute;
  width:600px;
  height:600px;
  border-radius:50%;
  right:-180px;
  top:-180px;
  background:rgba(42,174,245,.15);
  filter:blur(40px)
}
.hero-grid {
  position:relative;
  display:grid;
  grid-template-columns:48% 52%;
  align-items:center;
  min-height:520px
}
.eyebrow {
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#31608f;
  background:#e8f3ff;
  border:1px solid #d1e7ff;
  border-radius:30px;
  padding:8px 13px;
  font-weight:700;
  font-size:11px;
  letter-spacing:.25px
}
.eyebrow i {
  width:7px;
  height:7px;
  border-radius:50%;
  background:#A7D600;
  box-shadow:0 0 0 4px rgba(24,194,162,.13)
}
.hero h1 {
  font-size:53px;
  line-height:1.08;
  letter-spacing:-2.2px;
  margin:24px 0 18px;
  color:#0a203f
}
.hero h1 em,.section h2 em {
  font-style:normal;
  color:var(--blue)
}
.hero-copy>p {
  font-size:17px;
  line-height:1.65;
  color:#58687e;
  max-width:550px
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:27px;
  margin:30px 0
}
.text-link {
  font-size:14px;
  font-weight:700;
  display:flex;
  align-items:center;
  gap:10px
}
.play {
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid #cddbea;
  color:var(--blue);
  font-size:10px;
  padding-left:2px
}
.hero-proof {
  display:flex;
  align-items:center;
  gap:13px;
  margin-top:35px
}
.avatars {
  display:flex
}
.avatars span {
  width:30px;
  height:30px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:9px;
  font-weight:700;
  border:2px solid #fff;
  margin-left:-7px;
  background:#3979b9
}
.avatars span:first-child {
  margin:0;
  background:#102e57
}
.avatars span:last-child {
  background:#0b9b93
}
.hero-proof>div:last-child {
  display:flex;
  flex-direction:column
}
.hero-proof b {
  font-size:12px
}
.hero-proof small {
  font-size:10px;
  color:#7a8697;
  margin-top:3px
}
.product-stage {
  position:relative;
  height:510px;
  display:flex;
  align-items:center
}
.app-window {
  width:590px;
  height:425px;
  background:#fff;
  border-radius:14px;
  box-shadow:0 30px 70px rgba(7,37,76,.2);
  border:1px solid rgba(155,184,217,.45);
  overflow:hidden;
  display:flex;
  transform:perspective(1100px) rotateY(-3deg)
}
.app-side {
  width:58px;
  background:#082a57;
  color:#9fb8d4;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:18px;
  padding:14px 8px
}
.mini-brand {
  height:38px;
  margin-bottom:6px
}
.mini-brand .brand-mark {
  transform:scale(.55) skewY(-22deg)
}
.app-side>span {
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:7px;
  font-size:14px
}
.app-side>span.active {
  color:#fff;
  background:#005394
}
.app-main {
  flex:1;
  padding:18px;
  background:#f7f9fc
}
.app-top {
  display:flex;
  justify-content:space-between;
  align-items:center
}
.app-top>div:first-child {
  display:flex;
  flex-direction:column
}
.app-top small {
  font-size:8px;
  color:#8a96a7
}
.app-top b {
  font-size:17px;
  margin-top:3px
}
.app-user {
  width:28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#dbeafa;
  color:#1458a3;
  font-size:9px;
  font-weight:bold
}
.metrics {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:14px
}
.metrics>div {
  background:#fff;
  border:1px solid #e8edf4;
  border-radius:8px;
  padding:11px;
  display:flex;
  flex-direction:column
}
.metrics span {
  font-size:8px;
  color:#778397
}
.metrics b {
  font-size:19px;
  margin:6px 0
}
.metrics small {
  font-size:7px;
  color:#9a6a2b
}
.metrics small.up {
  color:#7D9405
}
.dash-grid {
  display:grid;
  grid-template-columns:1.5fr 1fr;
  gap:10px;
  margin-top:10px
}
.chart-card,.donut-card,.table-card {
  background:#fff;
  border:1px solid #e8edf4;
  border-radius:8px;
  padding:12px
}
.card-title {
  display:flex;
  justify-content:space-between;
  font-size:9px
}
.card-title span {
  font-size:7px;
  color:#8090a5
}
.bars {
  height:95px;
  display:flex;
  align-items:flex-end;
  gap:12px;
  padding:14px 8px 0
}
.bars div {
  height:100%;
  flex:1;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-direction:column;
  gap:5px
}
.bars i {
  display:block;
  width:12px;
  background:linear-gradient(#A7D600,#005394);
  border-radius:3px 3px 0 0
}
.bars small {
  font-size:6px;
  color:#8c98a8
}
.donut-card>b {
  font-size:9px
}
.donut {
  width:82px;
  height:82px;
  border-radius:50%;
  background:conic-gradient(#0872de 0 75%,#e9eef5 75%);
  margin:10px auto;
  display:grid;
  place-items:center
}
.donut:before {
  content:"";
  width:56px;
  height:56px;
  border-radius:50%;
  background:#fff;
  position:absolute
}
.donut span {
  position:relative;
  font-size:14px;
  font-weight:700;
  display:flex;
  flex-direction:column;
  text-align:center
}
.donut span small {
  font-size:6px;
  color:#8a95a4;
  font-weight:400
}
.donut-card>small {
  font-size:6px;
  color:#68758a
}
.donut-card>small i {
  display:inline-block;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#005394
}
.table-card {
  margin-top:10px
}
.table-row {
  height:37px;
  display:grid;
  grid-template-columns:28px 1fr 85px 60px;
  align-items:center;
  border-top:1px solid #eef2f6;
  font-size:7px
}
.table-row strong {
  width:21px;
  height:21px;
  border-radius:5px;
  display:grid;
  place-items:center;
  background:#e8f2fd;
  color:#1162ba
}
.table-row>span {
  display:flex;
  flex-direction:column;
  gap:2px
}
.table-row small {
  color:#8994a3
}
.table-row em {
  font-style:normal;
  font-weight:bold
}
.table-row>i {
  font-style:normal;
  color:#7D9405;
  background:#e7f8f3;
  border-radius:10px;
  padding:4px;
  text-align:center
}
.table-row>i.pending {
  color:#9c6a1e;
  background:#fff4df
}
.float-card {
  position:absolute;
  z-index:3;
  background:#fff;
  border-radius:9px;
  padding:10px 15px;
  box-shadow:0 14px 35px rgba(8,35,74,.18);
  display:flex;
  align-items:center;
  gap:10px
}
.float-card>div {
  display:flex;
  flex-direction:column
}
.float-card b {
  font-size:9px
}
.float-card small {
  font-size:7px;
  color:#8090a3;
  margin-top:3px
}
.fc-icon {
  width:27px;
  height:27px;
  border-radius:50%;
  display:grid;
  place-items:center
}
.fc-icon svg {
  width:14px
}
.green {
  color:#7D9405;
  background:#e7faf5
}
.blue {
  color:#086cdb;
  background:#e7f1fe
}
.fc-one {
  right:-22px;
  top:62px
}
.fc-two {
  left:-20px;
  bottom:28px
}
.integration-strip {
  position:relative;
  height:96px;
  margin-top:62px;
  border-top:1px solid #dbe7f4;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#8592a4
}
.integration-strip>span {
  text-transform:uppercase;
  font-size:8px;
  letter-spacing:1px
}
.integration-strip b {
  font-size:15px;
  color:#7a889c;
  line-height:.85
}
.integration-strip small {
  display:block;
  font-size:6px;
  letter-spacing:1px;
  margin-top:5px
}
.section {
  padding:100px 0
}
.section-head h2,.flow-copy h2,.erp-grid h2,.util-heading h2 {
  font-size:40px;
  line-height:1.15;
  letter-spacing:-1.3px;
  margin:14px 0
}
.centered {
  text-align:center
}
.section-head>p {
  color:#6d798d;
  margin:0
}
.kicker {
  color:var(--blue);
  font-size:10px;
  letter-spacing:1.7px;
  font-weight:800
}
.method-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:52px
}
.method-grid article {
  position:relative;
  border:1px solid var(--line);
  border-radius:10px;
  padding:28px 23px 20px;
  min-height:270px;
  background:#fff;
  transition:.25s
}
.method-grid article:hover {
  transform:translateY(-5px);
  border-color:#9cc8f6;
  box-shadow:0 18px 35px rgba(14,79,145,.09)
}
.method-icon {
  width:45px;
  height:45px;
  border-radius:9px;
  background:#eaf4ff;
  color:#005394;
  display:grid;
  place-items:center
}
.method-icon svg {
  width:22px
}
.method-grid article>i {
  position:absolute;
  right:21px;
  top:28px;
  font-style:normal;
  font-weight:700;
  color:#d4deea;
  font-size:12px
}
.method-grid h3 {
  font-size:17px;
  margin:24px 0 10px
}
.method-grid p {
  font-size:12px;
  line-height:1.65;
  color:#6b788b
}
.method-grid small {
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:12px 22px;
  border-top:1px solid #e8edf4;
  color:#2871ba;
  font-size:9px;
  font-weight:700
}
.flow {
  background:#f3f7fc
}
.flow-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:110px
}
.flow-visual {
  padding:15px 55px 15px 25px
}
.flow-card {
  height:74px;
  border-radius:10px;
  background:#fff;
  border:1px solid #dfe9f4;
  box-shadow:0 9px 22px rgba(23,69,117,.06);
  display:flex;
  align-items:center;
  padding:13px 17px;
  gap:14px
}
.flow-card>span {
  width:40px;
  height:40px;
  border-radius:8px;
  background:#e9f4ff;
  color:#005394;
  display:grid;
  place-items:center
}
.flow-card svg {
  width:20px
}
.flow-card>div {
  display:flex;
  flex-direction:column;
  flex:1
}
.flow-card small {
  font-size:7px;
  color:#1d76ca;
  font-weight:700
}
.flow-card b {
  font-size:13px;
  margin:3px 0
}
.flow-card em {
  font-size:8px;
  color:#8490a1;
  font-style:normal
}
.flow-card>i {
  width:21px;
  height:21px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#e1f7f0;
  color:#7D9405;
  font-size:10px;
  font-style:normal
}
.flow-line {
  height:25px;
  border-left:1px dashed #81b9ed;
  margin-left:37px
}
.flow-copy>p,.erp-grid>div:first-child>p {
  font-size:14px;
  line-height:1.7;
  color:#647185
}
.flow-copy ul,.erp-grid ul {
  list-style:none;
  padding:0;
  margin:26px 0
}
.flow-copy li,.erp-grid li {
  display:flex;
  align-items:center;
  gap:11px;
  margin:13px 0;
  font-size:12px;
  font-weight:600
}
.flow-copy li>span,.erp-grid li>span {
  width:21px;
  height:21px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#e1f5f0;
  color:#7D9405
}
.flow-copy li svg,.erp-grid li svg {
  width:12px
}
.arrow-link {
  font-size:12px;
  font-weight:800;
  color:var(--blue);
  display:inline-flex;
  gap:25px;
  border-bottom:1px solid #bcd7f3;
  padding-bottom:7px
}
.capabilities {
  background:#00305A;
  color:#fff;
  position:relative;
  overflow:hidden
}
.capabilities:before {
  content:"";
  position:absolute;
  width:500px;
  height:500px;
  border:1px solid rgba(34,181,230,.1);
  border-radius:50%;
  left:-250px;
  top:-250px
}
.kicker.light {
  color:#B2D900
}
.capabilities .section-head p {
  color:#9eacc0
}
.cap-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:48px
}
.cap-grid article {
  background:#004273;
  border:1px solid rgba(151,191,228,.16);
  border-radius:10px;
  padding:26px;
  min-height:245px
}
.cap-grid article>span {
  width:42px;
  height:42px;
  border-radius:8px;
  display:grid;
  place-items:center;
  background:#075A91;
  color:#A7D600
}
.cap-grid svg {
  width:21px
}
.cap-grid h3 {
  font-size:16px;
  margin:22px 0 10px
}
.cap-grid p {
  font-size:11px;
  line-height:1.7;
  color:#a4b3c6
}
.cap-grid a {
  font-size:10px;
  color:#C5DF18;
  font-weight:700;
  display:inline-block;
  margin-top:12px
}
.erp-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  align-items:center
}
.orbit {
  position:relative;
  height:420px
}
.orbit-ring {
  position:absolute;
  left:50%;
  top:50%;
  border:1px dashed #b5d2ee;
  border-radius:50%;
  transform:translate(-50%,-50%)
}
.r1 {
  width:250px;
  height:250px
}
.r2 {
  width:390px;
  height:390px
}
.orbit-center {
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:135px;
  height:135px;
  border-radius:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:#fff;
  box-shadow:0 15px 40px rgba(18,77,137,.17)
}
.orbit-center .brand-mark {
  transform:scale(.7) skewY(-22deg);
  height:30px
}
.orbit-center b {
  font-size:10px;
  color:#075bad;
  margin-top:7px
}
.orbit-center small {
  font-size:5px;
  letter-spacing:1px
}
.planet {
  position:absolute;
  width:78px;
  height:78px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 8px 25px rgba(24,78,129,.14);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  font-weight:800;
  color:#647a91;
  font-size:12px
}
.planet small {
  font-size:5px;
  margin-top:3px
}
.p1 {
  top:8px;
  left:43%;
  color:#1767ab
}
.p2 {
  right:10px;
  top:43%
}
.p3 {
  bottom:8px;
  left:42%;
  font-size:9px
}
.p4 {
  left:12px;
  top:43%;
  font-size:11px
}
.utilities {
  background:#f3f7fc
}
.util-heading {
  display:flex;
  justify-content:space-between;
  align-items:end
}
.util-heading>p {
  width:390px;
  font-size:13px;
  line-height:1.7;
  color:#67768a;
  margin-bottom:13px
}
.util-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:42px
}
.util-grid article {
  background:#fff;
  border:1px solid #dfe8f2;
  border-radius:9px;
  padding:26px
}
.util-grid article>b {
  font-size:11px;
  color:#005394
}
.util-grid h3 {
  font-size:19px;
  margin:16px 0 10px
}
.util-grid p {
  font-size:12px;
  line-height:1.6;
  color:#68768a
}
.util-grid small {
  display:block;
  border-top:1px solid #e6edf4;
  padding-top:14px;
  margin-top:20px;
  color:#2780c3;
  font-size:9px
}
.cta {
  position:relative;
  overflow:hidden;
  background:linear-gradient(120deg,#0070A8,#00437C);
  color:#fff;
  padding:70px 0
}
.cta-shape {
  position:absolute;
  width:500px;
  height:500px;
  border:90px solid rgba(255,255,255,.05);
  border-radius:50%;
  right:-120px;
  top:-250px
}
.cta-inner {
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.cta-inner>div:first-child>span {
  font-size:9px;
  letter-spacing:1.5px;
  color:#b7dafb
}
.cta h2 {
  font-size:36px;
  line-height:1.15;
  margin:12px 0
}
.cta p {
  font-size:13px;
  color:#c5def8
}
.cta-inner>div:last-child {
  display:flex;
  align-items:center;
  flex-direction:column
}
.button.white {
  background:#fff;
  color:#004987;
  box-shadow:0 12px 30px rgba(0,0,0,.13);
  padding:16px 28px
}
.cta-inner>div:last-child small {
  font-size:8px;
  color:#bcd8f5;
  margin-top:10px
}
footer {
  background:#061a36;
  color:#fff;
  padding:58px 0 20px
}
.footer-main {
  display:grid;
  grid-template-columns:2fr 1fr 1.2fr 1fr;
  gap:65px
}
.footer-main>div {
  display:flex;
  flex-direction:column;
  gap:10px
}
.footer-main .brand {
  margin-bottom:12px;
  color:#fff
}
.footer-main p {
  font-size:11px;
  color:#90a1b7;
  line-height:1.7;
  max-width:260px
}
.footer-main>div>b {
  font-size:11px;
  margin-bottom:10px
}
.footer-main a,.footer-main span {
  font-size:10px;
  color:#91a3ba
}
.footer-main strong {
  font-size:17px;
  letter-spacing:1px
}
.footer-main strong span {
  font-size:inherit;
  color:#A7D600
}
.footer-bottom {
  border-top:1px solid #16304f;
  margin-top:45px;
  padding-top:18px;
  display:flex;
  justify-content:space-between;
  color:#6f8299;
  font-size:9px
}
@media(max-width:950px) {
  .nav-links {
    display:none
  }
  .hero {
    padding-top:55px
  }
  .hero-grid {
    grid-template-columns:1fr
  }
  .hero-copy {
    text-align:center
  }
  .hero-copy>p {
    margin-left:auto;
    margin-right:auto
  }
  .hero-actions,.hero-proof {
    justify-content:center
  }
  .product-stage {
    margin:20px auto 0;
    width:650px;
    max-width:100%
  }
  .integration-strip {
    flex-wrap:wrap;
    gap:20px;
    justify-content:center
  }
  .integration-strip>span {
    width:100%;
    text-align:center
  }
  .method-grid,.cap-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .flow-grid,.erp-grid {
    gap:40px
  }
  .footer-main {
    grid-template-columns:2fr 1fr 1fr
  }
  .footer-main>div:last-child {
    display:none
  }
}
@media(max-width:680px) {
  .container {
    width:min(100% - 28px,1160px)
  }
  .nav {
    height:68px
  }
  .nav .button {
    font-size:0;
    width:42px;
    height:42px;
    padding:0
  }
  .nav .button span {
    font-size:18px
  }
  .hero {
    padding-top:48px
  }
  .hero h1 {
    font-size:38px
  }
  .hero-copy>p {
    font-size:15px
  }
  .hero-actions {
    flex-direction:column;
    gap:18px
  }
  .hero-proof {
    display:none
  }
  .product-stage {
    height:380px;
    transform:scale(.72);
    transform-origin:left top;
    width:137%;
    margin-bottom:-100px
  }
  .integration-strip {
    height:auto;
    padding:28px 0
  }
  .section {
    padding:72px 0
  }
  .section-head h2,.flow-copy h2,.erp-grid h2,.util-heading h2 {
    font-size:31px
  }
  .method-grid,.cap-grid,.util-grid {
    grid-template-columns:1fr
  }
  .flow-grid,.erp-grid {
    grid-template-columns:1fr
  }
  .flow-visual {
    padding:0
  }
  .orbit {
    height:350px;
    transform:scale(.85)
  }
  .util-heading,.cta-inner {
    flex-direction:column;
    align-items:flex-start;
    gap:25px
  }
  .util-heading>p {
    width:auto
  }
  .cta h2 {
    font-size:30px
  }
  .footer-main {
    grid-template-columns:1fr 1fr
  }
  .footer-main>div:first-child {
    grid-column:1/-1
  }
  .footer-bottom {
    gap:15px;
    flex-direction:column
  }
  .fc-one {
    right:0
  }
  .fc-two {
    left:0
  }
}
/* Identidad visual oficial */
.official-brand {
  height:68px;
  width:200px;
  display:flex;
  align-items:center;
  overflow:hidden
}
.official-brand img {
  display:block;
  width:190px;
  height:auto;
  object-fit:contain;
  object-position:center
}
.mini-brand {
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  overflow:hidden;
  margin-bottom:4px
}
.mini-brand img {
  width:68px;
  height:68px;
  max-width:none;
  object-fit:contain;
  filter:brightness(0) invert(1);
  opacity:.95
}
.orbit-center {
  overflow:hidden
}
.orbit-center img {
  width:154px;
  height:154px;
  max-width:none;
  object-fit:contain
}
footer .official-brand {
  height:56px;
  width:210px;
  margin-left:0
}
footer .official-brand img {
  width:200px;
  height:auto
}
@media(max-width:680px) {
  .official-brand {
    width:150px;
    height:58px
  }
  .official-brand img {
    width:145px;
    height:auto
  }
  footer .official-brand {
    width:180px;
    height:48px
  }
  footer .official-brand img {
    width:170px
  }
}
/* Paleta institucional derivada del logo */
.hero {
  background:linear-gradient(125deg,#f8fbfd 0%,#eef7f5 62%,#fffdf2 100%)
}
.hero-glow {
  background:rgba(167,214,0,.15)
}
.eyebrow i {
  background:var(--lime);
  box-shadow:0 0 0 4px rgba(167,214,0,.18)
}
.button {
  background:linear-gradient(135deg,#00649d,#00437c)
}
.method-grid article:hover {
  border-color:var(--lime);
  box-shadow:0 18px 35px rgba(0,73,135,.10)
}
.method-grid article:nth-child(4) .method-icon {
  background:#fff8d9;
  color:#b18b00
}
.method-grid article:nth-child(4)>small {
  color:#a27d00
}
.bars i {
  background:linear-gradient(var(--lime),var(--blue))
}
.cap-grid article:nth-child(3)>span {
  background:#544f12;
  color:var(--yellow)
}
.cap-grid article:nth-child(3)>a {
  color:var(--yellow)
}
.utilities article:nth-child(2)>b,.utilities article:nth-child(2)>small {
  color:#839f00
}
.utilities article:nth-child(3)>b,.utilities article:nth-child(3)>small {
  color:#ac8600
}
.cta {
  background:linear-gradient(120deg,#005394,#00305a)
}
.cta-shape {
  border-color:rgba(167,214,0,.08)
}
.integration-strip b:nth-of-type(1),.integration-strip b:nth-of-type(4) {
  color:#5b7891
}
.integration-strip b:last-child {
  color:#7d9405
}
/* Presentación comercial del alcance funcional */
.module-section {
  background:#fff
}
.module-heading {
  display:grid;
  grid-template-columns:1.55fr .75fr;
  gap:80px;
  align-items:end;
  margin-bottom:48px
}
.module-heading h2 {
  font-size:40px;
  line-height:1.15;
  letter-spacing:-1.3px;
  margin:14px 0 0
}
.module-heading h2 em {
  font-style:normal;
  color:var(--blue)
}
.module-heading>p {
  font-size:13px;
  line-height:1.75;
  color:#67768a;
  margin:0 0 4px
}
.module-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px
}
.module-grid article {
  display:grid;
  grid-template-columns:52px 1fr;
  gap:18px;
  border:1px solid #dfe8f2;
  border-radius:12px;
  padding:26px;
  background:linear-gradient(145deg,#fff,#f9fbfd);
  transition:.22s
}
.module-grid article:hover {
  transform:translateY(-3px);
  border-color:#a7d600;
  box-shadow:0 15px 32px rgba(0,73,135,.08)
}
.module-icon {
  width:48px;
  height:48px;
  border-radius:10px;
  display:grid;
  place-items:center;
  background:#eaf4fa;
  color:var(--blue)
}
.module-icon svg {
  width:23px
}
.module-grid article:nth-child(2) .module-icon,.module-grid article:nth-child(5) .module-icon {
  background:#f2f8dc;
  color:#7d9405
}
.module-grid article:nth-child(3) .module-icon {
  background:#fff7d8;
  color:#aa8400
}
.module-grid small {
  font-size:8px;
  letter-spacing:1.25px;
  color:#6d8295;
  font-weight:800
}
.module-grid h3 {
  font-size:18px;
  margin:7px 0 9px
}
.module-grid p {
  font-size:11px;
  line-height:1.65;
  color:#69778a;
  margin:0
}
.module-grid ul {
  list-style:none;
  margin:16px 0 0;
  padding:14px 0 0;
  border-top:1px solid #e8eef4
}
.module-grid li {
  position:relative;
  padding-left:15px;
  margin:8px 0;
  font-size:10px;
  color:#44556b;
  line-height:1.45
}
.module-grid li:before {
  content:"";
  position:absolute;
  left:0;
  top:5px;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--lime)
}
.scope-note {
  margin-top:18px;
  border-radius:12px;
  padding:22px 26px;
  background:#f2f7ec;
  border:1px solid #dbe9bc;
  display:grid;
  grid-template-columns:42px 1fr auto;
  gap:16px;
  align-items:center
}
.scope-note>span {
  width:38px;
  height:38px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#a7d600;
  color:#fff
}
.scope-note svg {
  width:19px
}
.scope-note>div {
  display:flex;
  flex-direction:column;
  gap:4px
}
.scope-note b {
  font-size:13px
}
.scope-note p {
  margin:0;
  font-size:10px;
  color:#67768a
}
.scope-note a {
  font-size:10px;
  font-weight:800;
  color:var(--blue)
}
@media(max-width:950px) {
  .module-heading {
    grid-template-columns:1fr;
    gap:15px
  }
  .module-grid {
    grid-template-columns:1fr
  }
}
@media(max-width:680px) {
  .module-heading h2 {
    font-size:31px
  }
  .module-grid article {
    grid-template-columns:42px 1fr;
    padding:20px;
    gap:13px
  }
  .module-icon {
    width:40px;
    height:40px
  }
  .scope-note {
    grid-template-columns:38px 1fr
  }
  .scope-note a {
    grid-column:2
  }
}
/* Dashboard de producto mejorado */
.product-stage {
  height:525px
}
.app-window {
  width:610px;
  height:445px
}
.app-main {
  padding:16px
}
.app-top {
  min-height:30px
}
.app-top b {
  font-size:16px
}
.app-toolbar {
  display:flex;
  align-items:center;
  gap:9px
}
.app-toolbar>span {
  font-size:7px;
  color:#5f7187;
  background:#fff;
  border:1px solid #dfe8f2;
  border-radius:5px;
  padding:6px 8px
}
.metrics {
  grid-template-columns:repeat(4,1fr);
  gap:7px;
  margin-top:11px
}
.metrics>div {
  padding:9px;
  border-top:2px solid #e3ebf3
}
.metrics>div:first-child {
  border-top-color:#005394
}
.metrics>div:nth-child(2) {
  border-top-color:#f2c500
}
.metrics>div:nth-child(3) {
  border-top-color:#a7d600
}
.metrics>div:nth-child(4) {
  border-top-color:#00437c
}
.metrics span {
  font-size:7px
}
.metrics b {
  font-size:16px;
  margin:5px 0
}
.metrics small {
  font-size:6px
}
.metrics small.warn {
  color:#a77d00
}
.dash-grid {
  grid-template-columns:1.65fr 1fr;
  gap:8px;
  margin-top:8px
}
.chart-card,.donut-card,.table-card {
  padding:10px
}
.bars {
  height:88px;
  padding-top:10px;
  gap:10px
}
.bars i {
  width:10px
}
.donut {
  width:68px;
  height:68px;
  margin:7px auto;
  background:conic-gradient(#005394 0 76%,#a7d600 76% 93%,#f2c500 93%)
}
.donut:before {
  width:47px;
  height:47px
}
.donut span {
  font-size:12px
}
.status-legend {
  display:grid;
  gap:3px
}
.status-legend span {
  display:grid;
  grid-template-columns:6px 1fr auto;
  align-items:center;
  gap:4px;
  font-size:5.5px;
  color:#68758a
}
.status-legend i {
  width:5px;
  height:5px;
  border-radius:50%;
  background:#005394
}
.status-legend span:nth-child(2) i {
  background:#a7d600
}
.status-legend span:nth-child(3) i {
  background:#f2c500
}
.status-legend b {
  font-size:5.5px;
  color:#23384f
}
.table-card {
  margin-top:8px
}
.table-row {
  height:34px
}
.fc-one {
  top:53px
}
.fc-two {
  bottom:25px
}
@media(max-width:680px) {
  .product-stage {
    height:395px
  }
}
/* Sistema tipográfico corporativo y mayor legibilidad */
body {
  font-family:"Segoe UI Variable","Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:16px;
  line-height:1.55;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility
}
h1,h2,h3,b,strong {
  font-family:"Segoe UI Variable","Segoe UI",Roboto,Helvetica,Arial,sans-serif
}
.nav-links {
  font-size:14.5px;
  font-weight:500;
  letter-spacing:-.1px
}
.button {
  font-size:14px;
  letter-spacing:.05px
}
.button-sm {
  font-size:12.5px
}
.hero h1 {
  font-size:clamp(44px,3.75vw,53px);
  line-height:1.08;
  letter-spacing:-2.15px;
  font-weight:620
}
.hero-copy>p {
  font-size:18px;
  line-height:1.7;
  letter-spacing:-.12px
}
.eyebrow {
  font-size:11.5px;
  letter-spacing:.15px
}
.hero-proof b {
  font-size:13px
}
.hero-proof small {
  font-size:11px
}
.section-head h2,.flow-copy h2,.erp-grid h2,.util-heading h2,.module-heading h2 {
  font-size:clamp(38px,3.2vw,46px);
  line-height:1.12;
  letter-spacing:-1.55px;
  font-weight:650
}
.section-head>p {
  font-size:15px;
  line-height:1.65
}
.kicker {
  font-size:11px;
  letter-spacing:1.8px
}
.method-grid article {
  min-height:300px;
  padding:30px 24px 24px
}
.method-grid h3 {
  font-size:19px;
  letter-spacing:-.2px
}
.method-grid p {
  font-size:13.5px;
  line-height:1.7
}
.method-grid small {
  font-size:10.5px;
  padding:14px 22px
}
.flow-copy>p,.erp-grid>div:first-child>p {
  font-size:15.5px;
  line-height:1.75
}
.flow-copy li,.erp-grid li {
  font-size:13px;
  line-height:1.5
}
.arrow-link {
  font-size:13px
}
.cap-grid article {
  min-height:270px;
  padding:28px
}
.cap-grid h3 {
  font-size:18px;
  line-height:1.3
}
.cap-grid p {
  font-size:13px;
  line-height:1.7
}
.cap-grid a {
  font-size:11.5px
}
.module-heading>p {
  font-size:14.5px;
  line-height:1.75
}
.module-grid article {
  padding:28px
}
.module-grid small {
  font-size:9.5px
}
.module-grid h3 {
  font-size:20px;
  letter-spacing:-.2px
}
.module-grid p {
  font-size:13px;
  line-height:1.7
}
.module-grid li {
  font-size:11.5px;
  line-height:1.55;
  margin:9px 0
}
.scope-note b {
  font-size:14px
}
.scope-note p,.scope-note a {
  font-size:11.5px
}
.util-heading>p {
  font-size:14.5px;
  line-height:1.75
}
.util-grid h3 {
  font-size:21px
}
.util-grid p {
  font-size:13.5px;
  line-height:1.7
}
.util-grid small {
  font-size:10.5px
}
.cta h2 {
  font-size:40px;
  line-height:1.12;
  letter-spacing:-1px
}
.cta p {
  font-size:15px;
  line-height:1.65
}
.cta-inner>div:first-child>span {
  font-size:10px
}
.cta-inner>div:last-child small {
  font-size:9.5px
}
.footer-main p {
  font-size:12px;
  line-height:1.7
}
.footer-main>div>b {
  font-size:12px
}
.footer-main a,.footer-main span {
  font-size:11px;
  line-height:1.55
}
.footer-bottom {
  font-size:10px
}
/* Microtipografía del dashboard */
.app-top small {
  font-size:8px
}
.app-top b {
  font-size:17px
}
.metrics span {
  font-size:7.5px
}
.metrics b {
  font-size:17px
}
.metrics small {
  font-size:6.5px
}
.card-title {
  font-size:9.5px
}
.card-title span {
  font-size:7.5px
}
.table-row {
  font-size:7.5px
}
.status-legend span,.status-legend b {
  font-size:6px
}
@media(max-width:680px) {
  body {
    font-size:15px
  }
  .hero h1 {
    font-size:40px;
    letter-spacing:-1.7px
  }
  .hero-copy>p {
    font-size:16px
  }
  .section-head h2,.flow-copy h2,.erp-grid h2,.util-heading h2,.module-heading h2 {
    font-size:32px;
    letter-spacing:-1px
  }
  .method-grid article {
    min-height:285px
  }
  .cap-grid article {
    min-height:250px
  }
  .module-grid h3 {
    font-size:18px
  }
  .cta h2 {
    font-size:32px
  }
}
/* Mayor legibilidad en la sección Del XML al ERP */
.flow-grid {
  grid-template-columns:1.05fr .95fr;
  gap:80px
}
.flow-visual {
  padding:15px 20px 15px 10px
}
.flow-card {
  height:92px;
  padding:16px 20px;
  gap:17px;
  border-radius:12px
}
.flow-card>span {
  width:48px;
  height:48px;
  border-radius:10px;
  flex:0 0 48px
}
.flow-card svg {
  width:24px
}
.flow-card small {
  font-size:9.5px;
  letter-spacing:.65px
}
.flow-card b {
  font-size:16px;
  line-height:1.25;
  margin:4px 0
}
.flow-card em {
  font-size:11.5px;
  line-height:1.35
}
.flow-card>i {
  width:25px;
  height:25px;
  font-size:12px;
  flex:0 0 25px
}
.flow-line {
  height:30px;
  margin-left:44px
}
.flow-copy>p {
  font-size:16px
}
.flow-copy li {
  font-size:13.5px;
  margin:15px 0
}
.flow-copy li>span {
  width:24px;
  height:24px;
  flex:0 0 24px
}
@media(max-width:950px) {
  .flow-grid {
    gap:45px
  }
  .flow-visual {
    padding-right:0
  }
}
@media(max-width:680px) {
  .flow-grid {
    grid-template-columns:1fr
  }
  .flow-card {
    height:88px;
    padding:14px 16px
  }
  .flow-card b {
    font-size:15px
  }
  .flow-card em {
    font-size:11px
  }
  .flow-line {
    height:24px
  }
}
/* Integraciones ERP con logotipos visibles */
.integration-strip {
  height:148px;
  margin-top:54px;
  display:grid;
  grid-template-columns:220px 1fr;
  gap:34px;
  align-items:center;
  border-top:1px solid #d7e5ef;
  padding:22px 0
}
.integration-label {
  display:flex;
  flex-direction:column;
  gap:7px;
  border-right:1px solid #d7e5ef;
  padding-right:22px
}
.integration-label span {
  font-size:10px;
  letter-spacing:1.7px;
  color:#47718e;
  font-weight:800
}
.integration-label strong {
  font-size:15px;
  line-height:1.35;
  color:#173a55;
  font-weight:650
}
.erp-logo-grid {
  display:grid;
  grid-template-columns:1.1fr 1.25fr .9fr 1.1fr .9fr;
  align-items:center;
  gap:14px
}
.erp-logo {
  height:78px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.88);
  border:1px solid #dce7ef;
  border-radius:10px;
  padding:15px;
  box-shadow:0 6px 18px rgba(0,48,90,.055);
  transition:.2s
}
.erp-logo:hover {
  transform:translateY(-3px);
  border-color:#a7d600;
  box-shadow:0 10px 24px rgba(0,48,90,.1)
}
.erp-logo img {
  display:block;
  width:100%;
  height:48px;
  object-fit:contain
}
.erp-logo:nth-child(2) img {
  height:54px
}
.erp-logo:nth-child(3) img {
  height:32px
}
.erp-logo:nth-child(4) img {
  height:34px
}
.local-erp {
  gap:9px;
  color:#547287
}
.local-erp>span {
  width:32px;
  height:32px;
  border-radius:8px;
  background:#edf5df;
  color:#799700;
  display:grid;
  place-items:center
}
.local-erp svg {
  width:17px
}
.local-erp b {
  font-size:12px!important;
  color:#36546b!important;
  line-height:1.2
}
@media(max-width:950px) {
  .integration-strip {
    height:auto;
    grid-template-columns:1fr;
    gap:18px;
    padding:25px 0
  }
  .integration-label {
    border-right:0;
    border-bottom:1px solid #d7e5ef;
    padding:0 0 15px;
    text-align:center
  }
  .erp-logo-grid {
    grid-template-columns:repeat(5,1fr)
  }
}
@media(max-width:680px) {
  .integration-strip {
    margin-top:35px
  }
  .erp-logo-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .erp-logo {
    height:72px
  }
  .local-erp {
    grid-column:1/-1
  }
  .integration-label strong {
    font-size:14px
  }
}
/* Navegación superior renovada */
.nav-wrap {
  background:rgba(255,255,255,.9);
  border-bottom:1px solid rgba(193,211,226,.7);
  box-shadow:0 8px 28px rgba(0,48,90,.055)
}
.nav {
  height:84px;
  position:relative;
  gap:18px
}
.nav-links {
  display:flex;
  align-items:center;
  gap:3px;
  padding:5px;
  background:#f4f8fb;
  border:1px solid #e1eaf1;
  border-radius:12px
}
.nav-links a {
  position:relative;
  padding:10px 12px;
  border-radius:8px;
  font-size:13px;
  font-weight:600;
  color:#3c566b;
  transition:.2s
}
.nav-links a:hover {
  color:#004987;
  background:#fff;
  box-shadow:0 4px 12px rgba(0,48,90,.08)
}
.nav-links a:after {
  content:"";
  position:absolute;
  left:13px;
  right:13px;
  bottom:5px;
  height:2px;
  border-radius:2px;
  background:#a7d600;
  transform:scaleX(0);
  transition:.2s
}
.nav-links a:hover:after {
  transform:scaleX(1)
}
.nav-links .nav-sire {
  display:flex;
  align-items:center;
  gap:6px
}
.nav-sire small {
  font-size:7px;
  line-height:1;
  padding:4px 5px;
  border-radius:8px;
  background:#eaf4cc;
  color:#718b00;
  text-transform:uppercase;
  letter-spacing:.4px
}
.nav-actions {
  display:flex;
  align-items:center;
  gap:15px
}
.nav-contact {
  font-size:12.5px;
  font-weight:650;
  color:#35536b
}
.nav-contact:hover {
  color:#005394
}
.nav-actions .button-sm {
  padding:12px 17px;
  border-radius:9px;
  box-shadow:0 8px 20px rgba(0,73,135,.2)
}
.mobile-menu {
  display:none;
  position:relative
}
.mobile-menu summary {
  list-style:none;
  width:44px;
  height:44px;
  border-radius:10px;
  border:1px solid #dce7ef;
  background:#f7fafc;
  display:grid;
  align-content:center;
  justify-content:center;
  gap:4px;
  cursor:pointer
}
.mobile-menu summary::-webkit-details-marker {
  display:none
}
.mobile-menu summary span {
  display:block;
  width:20px;
  height:2px;
  border-radius:2px;
  background:#004987;
  transition:.2s
}
.mobile-menu[open] summary span:nth-child(1) {
  transform:translateY(6px) rotate(45deg)
}
.mobile-menu[open] summary span:nth-child(2) {
  opacity:0
}
.mobile-menu[open] summary span:nth-child(3) {
  transform:translateY(-6px) rotate(-45deg)
}
.mobile-panel {
  position:absolute;
  right:0;
  top:54px;
  width:280px;
  padding:12px;
  background:#fff;
  border:1px solid #dce7ef;
  border-radius:14px;
  box-shadow:0 20px 50px rgba(0,48,90,.18);
  display:flex;
  flex-direction:column;
  gap:3px
}
.mobile-panel>a:not(.button) {
  padding:12px 14px;
  border-radius:8px;
  font-size:14px;
  font-weight:600;
  color:#3d566b
}
.mobile-panel>a:not(.button):hover {
  background:#f1f7f3;
  color:#004987
}
.mobile-panel .button {
  margin-top:7px;
  padding:13px
}
@media(max-width:1100px) {
  .nav-links a {
    padding:9px 9px;
    font-size:12px
  }
  .nav-contact {
    display:none
  }
  .nav .official-brand {
    width:155px
  }
  .nav .official-brand img {
    width:150px
  }
}
@media(max-width:950px) {
  .nav-links {
    display:none
  }
  .mobile-menu {
    display:block
  }
  .nav {
    justify-content:space-between
  }
  .nav-actions {
    margin-left:auto
  }
}
@media(max-width:680px) {
  .nav {
    height:74px
  }
  .nav-actions {
    display:none
  }
  .mobile-menu {
    display:block
  }
  .mobile-panel {
    width:min(290px,calc(100vw - 28px))
  }
  .nav .official-brand {
    width:150px
  }
  .nav .official-brand img {
    width:145px
  }
}
/* Indicadores destacados del dashboard */
.app-window {
  height:462px
}
.product-stage {
  height:540px
}
.app-toolbar .live-pill {
  display:flex;
  align-items:center;
  gap:4px;
  background:#eff8e6;
  border-color:#d9ebba;
  color:#637d00;
  font-weight:700
}
.live-pill i {
  width:5px;
  height:5px;
  border-radius:50%;
  background:#95c300;
  box-shadow:0 0 0 3px rgba(149,195,0,.15)
}
.metrics {
  gap:8px;
  margin-top:12px
}
.metrics>.kpi-card {
  height:83px;
  padding:8px 9px 7px;
  border-top:0;
  position:relative;
  overflow:hidden;
  background:#fff
}
.metrics>.kpi-card:before {
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:3px;
  background:var(--kpi)
}
.kpi-card.kpi-blue {
  --kpi:#005394;
  background:linear-gradient(145deg,#fff,#edf6fc)
}
.kpi-card.kpi-yellow {
  --kpi:#e2b800;
  background:linear-gradient(145deg,#fff,#fff9dc)
}
.kpi-card.kpi-green {
  --kpi:#8fbd00;
  background:linear-gradient(145deg,#fff,#f2f8dc)
}
.kpi-card.kpi-navy {
  --kpi:#00305a;
  background:linear-gradient(145deg,#fff,#ecf2f7)
}
.kpi-label {
  display:flex;
  align-items:center;
  gap:6px
}
.kpi-label>span {
  width:20px;
  height:20px;
  border-radius:6px;
  background:color-mix(in srgb,var(--kpi) 12%,white);
  color:var(--kpi);
  display:grid;
  place-items:center;
  flex:0 0 20px
}
.kpi-label svg {
  width:11px
}
.kpi-label small {
  font-size:6.8px!important;
  color:#5c6e81!important;
  font-weight:700;
  line-height:1.15
}
.kpi-total {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:5px 0 3px
}
.kpi-total b {
  font-size:17px!important;
  line-height:1;
  color:#18354d
}
.kpi-total em {
  font-style:normal;
  font-size:6px;
  font-weight:800;
  padding:3px 5px;
  border-radius:7px;
  background:color-mix(in srgb,var(--kpi) 13%,white);
  color:var(--kpi)
}
.mini-spark {
  height:13px;
  display:flex;
  align-items:flex-end;
  gap:3px
}
.mini-spark i {
  display:block;
  flex:1;
  border-radius:2px 2px 0 0;
  background:color-mix(in srgb,var(--kpi) 75%,white)
}
.mini-spark i:nth-child(1) {
  height:35%
}
.mini-spark i:nth-child(2) {
  height:58%
}
.mini-spark i:nth-child(3) {
  height:45%
}
.mini-spark i:nth-child(4) {
  height:72%
}
.mini-spark i:nth-child(5) {
  height:100%
}
.kpi-progress {
  height:5px;
  border-radius:5px;
  background:color-mix(in srgb,var(--kpi) 12%,white);
  overflow:hidden;
  margin-top:7px
}
.kpi-progress i {
  display:block;
  height:100%;
  border-radius:5px;
  background:var(--kpi);
  width:64%
}
.kpi-green .kpi-progress i {
  width:42%
}
.chart-card {
  background:linear-gradient(180deg,#fff,#fbfdff)
}
.bars {
  background:repeating-linear-gradient(to top,transparent 0,transparent 22px,#edf2f6 23px);
  border-radius:4px
}
.bars div:last-child i {
  box-shadow:0 0 0 3px rgba(167,214,0,.12)
}
.donut {
  box-shadow:0 5px 16px rgba(0,83,148,.13)
}
@media(max-width:680px) {
  .product-stage {
    height:405px
  }
}
/* Autogestión del proveedor */
.self-service {
  position:relative;
  overflow:hidden;
  background:linear-gradient(145deg,#f7fbfd 0%,#eef7f3 55%,#fffaf0 100%)
}
.self-service:before {
  content:"";
  position:absolute;
  width:540px;
  height:540px;
  border-radius:50%;
  background:rgba(167,214,0,.09);
  right:-250px;
  top:-280px
}
.self-service-grid {
  position:relative;
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:78px;
  align-items:center
}
.self-service-copy h2 {
  font-size:clamp(38px,3.2vw,46px);
  line-height:1.12;
  letter-spacing:-1.55px;
  margin:15px 0 20px;
  color:#12324a
}
.self-service-copy h2 em {
  font-style:normal;
  color:var(--blue)
}
.self-service-copy>p {
  font-size:15.5px;
  line-height:1.75;
  color:#65758a;
  margin:0;
  max-width:525px
}
.self-service-list {
  display:grid;
  gap:11px;
  margin:28px 0 30px
}
.self-service-list>div {
  display:grid;
  grid-template-columns:42px 1fr;
  gap:13px;
  align-items:center;
  padding:11px 13px;
  border:1px solid #dce8ed;
  border-radius:10px;
  background:rgba(255,255,255,.72)
}
.self-service-list>div>span {
  width:40px;
  height:40px;
  border-radius:9px;
  display:grid;
  place-items:center;
  background:#e9f3f9;
  color:var(--blue)
}
.self-service-list>div:nth-child(2)>span {
  background:#fff6d8;
  color:#aa8500
}
.self-service-list>div:nth-child(3)>span {
  background:#edf6d9;
  color:#789600
}
.self-service-list>div:nth-child(4)>span {
  background:#e8f1f8;
  color:#003f72
}
.self-service-list svg {
  width:20px
}
.self-service-list>div>div {
  display:flex;
  flex-direction:column;
  gap:2px
}
.self-service-list b {
  font-size:13.5px;
  color:#193b54
}
.self-service-list small {
  font-size:11.5px;
  line-height:1.45;
  color:#6c7d8f
}
.supplier-portal {
  position:relative;
  border:1px solid #dbe6ed;
  border-radius:17px;
  padding:24px;
  background:#fff;
  box-shadow:0 28px 65px rgba(0,48,90,.14)
}
.supplier-portal:after {
  content:"";
  position:absolute;
  inset:10px -11px -12px 14px;
  z-index:-1;
  border-radius:18px;
  background:linear-gradient(135deg,#005394,#a7d600);
  opacity:.13
}
.supplier-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-bottom:18px;
  border-bottom:1px solid #e6edf2
}
.supplier-top>div {
  display:flex;
  flex-direction:column;
  gap:4px
}
.supplier-top small {
  font-size:8px;
  letter-spacing:1.2px;
  font-weight:800;
  color:#6c8293
}
.supplier-top b {
  font-size:18px;
  color:#163850
}
.supplier-top>span {
  display:flex;
  align-items:center;
  gap:7px;
  padding:7px 9px;
  border-radius:14px;
  background:#eff7e1;
  color:#708b00;
  font-size:8px;
  font-weight:750
}
.supplier-top>span i {
  width:6px;
  height:6px;
  border-radius:50%;
  background:#94be00;
  box-shadow:0 0 0 3px rgba(148,190,0,.14)
}
.supplier-kpis {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
  margin:15px 0
}
.supplier-kpis article {
  min-width:0;
  padding:13px 11px;
  border:1px solid #e0e9ef;
  border-radius:10px;
  background:linear-gradient(150deg,#fff,#f7fafc);
  display:flex;
  flex-direction:column
}
.supplier-kpis article>span {
  width:27px;
  height:27px;
  border-radius:7px;
  background:#eaf4fa;
  color:#005394;
  display:grid;
  place-items:center;
  margin-bottom:9px
}
.supplier-kpis article:nth-child(2)>span {
  background:#fff5d5;
  color:#aa8300
}
.supplier-kpis article:nth-child(3)>span {
  background:#eef6db;
  color:#789500
}
.supplier-kpis article:nth-child(4)>span {
  background:#e7f1f8;
  color:#003c6d
}
.supplier-kpis svg {
  width:14px
}
.supplier-kpis small {
  font-size:8px;
  color:#6d7e8e;
  white-space:nowrap
}
.supplier-kpis b {
  font-size:18px;
  color:#173950;
  margin:5px 0 3px;
  line-height:1
}
.supplier-kpis em {
  font-size:7.5px;
  color:#6a7b8b;
  font-style:normal;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis
}
.supplier-table {
  border:1px solid #e0e9ef;
  border-radius:11px;
  overflow:hidden
}
.supplier-table-title {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:12px 14px;
  background:#f8fafc;
  border-bottom:1px solid #e7edf1
}
.supplier-table-title b {
  font-size:10.5px
}
.supplier-table-title span {
  font-size:8px;
  color:#005394;
  font-weight:700
}
.supplier-row {
  display:grid;
  grid-template-columns:1fr 60px 75px;
  gap:8px;
  align-items:center;
  padding:10px 13px;
  border-bottom:1px solid #edf1f4
}
.supplier-row:last-child {
  border-bottom:0
}
.supplier-row>span {
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0
}
.supplier-row>span>i {
  width:27px;
  height:27px;
  flex:0 0 27px;
  border-radius:7px;
  background:#eaf3f9;
  color:#005394;
  display:grid;
  place-items:center;
  font-size:8px;
  font-style:normal;
  font-weight:800
}
.supplier-row>span>b {
  font-size:9px;
  display:flex;
  flex-direction:column;
  white-space:nowrap
}
.supplier-row small {
  font-size:7px;
  color:#84909a;
  margin-top:2px;
  font-weight:500
}
.supplier-row>em {
  font-size:7.5px;
  font-style:normal;
  color:#718c00;
  background:#f0f7df;
  border-radius:10px;
  padding:4px 6px;
  text-align:center
}
.supplier-row>strong {
  font-size:8px;
  text-align:right;
  color:#294960
}
.supplier-sync {
  display:grid;
  grid-template-columns:34px 1fr 24px;
  gap:10px;
  align-items:center;
  margin-top:14px;
  padding:11px 13px;
  border-radius:10px;
  background:#eef5fa
}
.supplier-sync>span {
  width:32px;
  height:32px;
  border-radius:8px;
  display:grid;
  place-items:center;
  background:#fff;
  color:#005394
}
.supplier-sync svg {
  width:16px
}
.supplier-sync>div {
  display:flex;
  flex-direction:column
}
.supplier-sync b {
  font-size:9.5px
}
.supplier-sync small {
  font-size:7.5px;
  color:#728393
}
.supplier-sync>i {
  width:22px;
  height:22px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#a7d600;
  color:#fff;
  font-size:10px;
  font-style:normal
}
.self-service-results {
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:56px;
  border-top:1px solid #d5e4e8;
  padding-top:25px
}
.self-service-results>div {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  padding:6px 28px;
  border-right:1px solid #d5e4e8
}
.self-service-results>div:last-child {
  border-right:0
}
.self-service-results b {
  font-size:25px;
  color:#005394;
  white-space:nowrap
}
.self-service-results>div:nth-child(2) b {
  color:#7f9d00
}
.self-service-results>div:nth-child(3) b {
  color:#b88e00
}
.self-service-results span {
  font-size:11px;
  line-height:1.45;
  color:#607488;
  max-width:150px
}
@media(max-width:950px) {
  .self-service-grid {
    grid-template-columns:1fr;
    gap:45px
  }
  .supplier-portal {
    max-width:680px;
    width:100%;
    margin:auto
  }
  .self-service-copy {
    text-align:center
  }
  .self-service-copy>p {
    margin:auto
  }
  .self-service-list {
    text-align:left
  }
  .self-service-copy .arrow-link {
    margin:auto
  }
  .self-service-results>div {
    padding:6px 14px
  }
}
@media(max-width:680px) {
  .self-service-copy h2 {
    font-size:32px;
    letter-spacing:-1px
  }
  .self-service-copy>p {
    font-size:15px
  }
  .self-service-list>div {
    grid-template-columns:38px 1fr;
    padding:10px
  }
  .self-service-list>div>span {
    width:36px;
    height:36px
  }
  .supplier-portal {
    padding:15px;
    border-radius:13px
  }
  .supplier-top {
    align-items:flex-start;
    gap:10px
  }
  .supplier-top b {
    font-size:15px
  }
  .supplier-top>span {
    font-size:7px
  }
  .supplier-kpis {
    grid-template-columns:repeat(2,1fr)
  }
  .supplier-kpis article {
    padding:12px
  }
  .supplier-row {
    grid-template-columns:1fr 55px
  }
  .supplier-row>strong {
    display:none
  }
  .supplier-sync {
    grid-template-columns:32px 1fr 22px
  }
  .self-service-results {
    grid-template-columns:1fr;
    gap:10px;
    margin-top:38px
  }
  .self-service-results>div {
    justify-content:flex-start;
    border-right:0;
    border-bottom:1px solid #d5e4e8;
    padding:12px 0
  }
  .self-service-results>div:last-child {
    border-bottom:0
  }
  .self-service-results span {
    max-width:none
  }
}
/* Revisión integral de legibilidad — versión estática v3 */
.eyebrow {
  font-size:13px;
  line-height:1.35;
  padding:9px 15px
}
.hero-proof b {
  font-size:14px
}
.hero-proof small {
  font-size:12px;
  line-height:1.45
}
.kicker {
  font-size:13px;
  line-height:1.4;
  letter-spacing:1.65px
}
.section-head>p {
  font-size:16.5px;
  line-height:1.7
}
.integration-strip {
  height:164px
}
.integration-label span {
  font-size:12.5px;
  line-height:1.4;
  letter-spacing:1.6px
}
.integration-label strong {
  font-size:17px;
  line-height:1.4
}
.method-grid article {
  min-height:315px
}
.method-grid p {
  font-size:14.5px;
  line-height:1.72
}
.method-grid small {
  font-size:12px;
  line-height:1.4
}
.method-grid article>i {
  font-size:13px
}
.flow-card {
  height:100px
}
.flow-card small {
  font-size:11px;
  line-height:1.3
}
.flow-card b {
  font-size:17px
}
.flow-card em {
  font-size:12.5px
}
.flow-copy>p,.erp-grid>div:first-child>p {
  font-size:16.5px;
  line-height:1.75
}
.flow-copy li,.erp-grid li {
  font-size:14.5px;
  line-height:1.5
}
.arrow-link {
  font-size:14px;
  line-height:1.4
}
.cap-grid article {
  min-height:292px
}
.cap-grid p {
  font-size:14.5px;
  line-height:1.72
}
.cap-grid a {
  font-size:13px
}
.cap-grid h3 {
  font-size:19px
}
.module-heading>p {
  font-size:15.5px
}
.module-grid small {
  font-size:11.5px;
  line-height:1.4
}
.module-grid p {
  font-size:14px;
  line-height:1.72
}
.module-grid li {
  font-size:13px;
  line-height:1.55
}
.scope-note b {
  font-size:15px
}
.scope-note p,.scope-note a {
  font-size:13px;
  line-height:1.5
}
.util-heading>p {
  font-size:15.5px
}
.util-grid p {
  font-size:14.5px;
  line-height:1.72
}
.util-grid small {
  font-size:12px;
  line-height:1.45
}
.util-grid article>b {
  font-size:12px
}
.self-service-copy>p {
  font-size:16.5px
}
.self-service-list b {
  font-size:14.5px
}
.self-service-list small {
  font-size:13px;
  line-height:1.5
}
.self-service-results span {
  font-size:12.5px;
  line-height:1.5
}
.supplier-top small {
  font-size:10px
}
.supplier-top>span {
  font-size:9.5px
}
.supplier-kpis small {
  font-size:9.5px
}
.supplier-kpis em {
  font-size:9px
}
.supplier-table-title b {
  font-size:12px
}
.supplier-table-title span {
  font-size:9.5px
}
.supplier-row>span>i {
  font-size:9px
}
.supplier-row>span>b {
  font-size:10.5px
}
.supplier-row small {
  font-size:9px
}
.supplier-row>em {
  font-size:9px
}
.supplier-row>strong {
  font-size:9.5px
}
.supplier-sync b {
  font-size:11px
}
.supplier-sync small {
  font-size:9.5px
}
.cta-inner>div:first-child>span {
  font-size:12px;
  line-height:1.4
}
.cta p {
  font-size:16px
}
.cta-inner>div:last-child small {
  font-size:11px;
  line-height:1.4
}
.footer-main p {
  font-size:13.5px
}
.footer-main>div>b {
  font-size:13px
}
.footer-main a,.footer-main span {
  font-size:12.5px;
  line-height:1.6
}
.footer-bottom {
  font-size:11.5px
}
.smartcode-credit {
  align-items:flex-start
}
.smartcode-logo-link {
  display:flex;
  align-items:center;
  justify-content:center;
  width:210px;
  min-height:66px;
  padding:11px 14px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  background:#fff;
  box-shadow:0 12px 28px rgba(0,0,0,.16);
  transition:transform .2s ease,box-shadow .2s ease
}
.smartcode-logo-link img {
  display:block;
  width:100%;
  height:auto
}
.smartcode-logo-link:hover {
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(0,0,0,.22)
}
.smartcode-logo-link:focus-visible {
  outline:3px solid #a7d600;
  outline-offset:3px
}
@media(max-width:950px) {
  footer .footer-main>div.smartcode-credit {
    display:flex;
    grid-column:1/-1
  }
  .smartcode-logo-link {
    width:220px
  }
}
.nav-sire small {
  font-size:8.5px!important
}
.app-top small {
  font-size:9px
}
.app-toolbar>span {
  font-size:8px
}
.kpi-label small {
  font-size:7.6px!important
}
.kpi-total em {
  font-size:7px
}
.card-title {
  font-size:10px
}
.card-title span {
  font-size:8px
}
.bars small {
  font-size:7px
}
.table-row {
  font-size:8px
}
.status-legend span,.status-legend b {
  font-size:6.8px
}
.float-card b {
  font-size:10.5px
}
.float-card small {
  font-size:8.5px
}
.orbit-center small,.planet small {
  font-size:7px
}
.p3 {
  font-size:10px
}
@media(max-width:950px) {
  .integration-strip {
    height:auto
  }
  .cap-grid article {
    min-height:285px
  }
}
@media(max-width:680px) {
  .eyebrow {
    font-size:11.5px
  }
  .kicker {
    font-size:12px
  }
  .section-head>p {
    font-size:15.5px
  }
  .method-grid article {
    min-height:305px
  }
  .flow-card {
    height:96px
  }
  .flow-card small {
    font-size:10.5px
  }
  .flow-card em {
    font-size:12px
  }
  .self-service-copy>p {
    font-size:15.5px
  }
  .self-service-list small {
    font-size:12px
  }
  .supplier-top>span {
    font-size:8.5px
  }
  .supplier-kpis small {
    font-size:9px
  }
  .supplier-row>span>b {
    font-size:10px
  }
  .footer-main p {
    font-size:13px
  }
  .footer-main a,.footer-main span {
    font-size:12px
  }
  .footer-bottom {
    font-size:11px
  }
}
/* Sección Del XML al ERP enriquecida — versión estática v4 */
.flow {
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#eef5fb 0%,#f7fafc 52%,#f2f7e9 100%)
}
.flow:before {
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(0,83,148,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(0,83,148,.035) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to right,#000,transparent 75%)
}
.flow-orb {
  position:absolute;
  border-radius:50%;
  filter:blur(3px);
  pointer-events:none
}
.flow-orb-one {
  width:390px;
  height:390px;
  left:-210px;
  top:-180px;
  background:rgba(0,83,148,.08)
}
.flow-orb-two {
  width:340px;
  height:340px;
  right:-170px;
  bottom:-190px;
  background:rgba(167,214,0,.1)
}
.flow-grid {
  position:relative;
  grid-template-columns:1.04fr .96fr;
  gap:68px
}
.flow-visual {
  position:relative;
  padding:20px 22px 22px;
  border:1px solid rgba(198,217,230,.9);
  border-radius:20px;
  background:rgba(255,255,255,.74);
  box-shadow:0 24px 55px rgba(0,48,90,.1);
  backdrop-filter:blur(8px)
}
.flow-visual-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:16px;
  padding:0 2px 15px;
  border-bottom:1px solid #dfe9ef
}
.flow-visual-head>div {
  display:flex;
  align-items:center;
  gap:11px
}
.flow-visual-head>div>span {
  width:38px;
  height:38px;
  border-radius:10px;
  background:#e9f4fa;
  color:#005394;
  display:grid;
  place-items:center
}
.flow-visual-head svg {
  width:19px
}
.flow-visual-head>div>div {
  display:flex;
  flex-direction:column;
  gap:1px
}
.flow-visual-head small {
  font-size:9.5px;
  letter-spacing:1.1px;
  color:#6c8395;
  font-weight:800
}
.flow-visual-head b {
  font-size:15px;
  color:#173b56
}
.flow-visual-head>em {
  display:flex;
  align-items:center;
  gap:6px;
  padding:6px 9px;
  border-radius:12px;
  background:#eef7de;
  color:#6d8900;
  font-size:9px;
  font-style:normal;
  font-weight:750
}
.flow-visual-head>em i {
  width:6px;
  height:6px;
  border-radius:50%;
  background:#92bd00;
  box-shadow:0 0 0 3px rgba(146,189,0,.14)
}
.flow-visual .flow-card {
  height:92px;
  padding:14px 17px 14px 15px;
  border-left:4px solid var(--step);
  box-shadow:0 9px 22px rgba(0,48,90,.065);
  transition:.2s
}
.flow-visual .flow-card:hover {
  transform:translateX(4px);
  box-shadow:0 12px 27px rgba(0,48,90,.1)
}
.flow-visual .flow-card:nth-child(2) {
  --step:#005394
}
.flow-visual .flow-card:nth-child(4) {
  --step:#e0b500
}
.flow-visual .flow-card:nth-child(6) {
  --step:#8eb900
}
.flow-visual .flow-card:nth-child(8) {
  --step:#00305a
}
.flow-visual .flow-card>span {
  background:color-mix(in srgb,var(--step) 11%,white);
  color:var(--step)
}
.flow-visual .flow-card small {
  color:var(--step);
  font-size:9.5px;
  letter-spacing:.35px
}
.flow-visual .flow-card b {
  font-size:17px
}
.flow-visual .flow-card em {
  font-size:12px
}
.flow-visual .flow-card>i {
  background:#edf7df;
  color:#799800;
  box-shadow:0 0 0 4px rgba(167,214,0,.09)
}
.flow-visual .flow-line {
  position:relative;
  height:24px;
  margin-left:45px;
  border-left:2px dashed #b5cada
}
.flow-line>i {
  position:absolute;
  left:-4px;
  top:9px;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#a7d600;
  box-shadow:0 0 0 4px #eef5f7
}
.flow-visual-foot {
  display:grid;
  grid-template-columns:40px 1fr auto;
  gap:11px;
  align-items:center;
  margin-top:16px;
  padding:13px 15px;
  border-radius:11px;
  background:linear-gradient(135deg,#073b68,#005394);
  color:#fff
}
.flow-visual-foot>span {
  width:36px;
  height:36px;
  border-radius:9px;
  background:rgba(255,255,255,.13);
  color:#cbe55a;
  display:grid;
  place-items:center
}
.flow-visual-foot svg {
  width:18px
}
.flow-visual-foot>div {
  display:flex;
  flex-direction:column;
  gap:2px
}
.flow-visual-foot b {
  font-size:12px
}
.flow-visual-foot small {
  font-size:9.5px;
  color:#bdd2e3
}
.flow-visual-foot>em {
  font-size:16px;
  font-style:normal;
  font-weight:800;
  color:#c7e243
}
.flow-copy {
  position:relative;
  padding:38px 39px;
  border:1px solid rgba(205,219,229,.9);
  border-radius:20px;
  background:rgba(255,255,255,.82);
  box-shadow:0 20px 45px rgba(0,48,90,.075)
}
.flow-copy:after {
  content:"XML → ERP";
  position:absolute;
  right:28px;
  top:25px;
  padding:6px 10px;
  border-radius:12px;
  background:#eaf3f8;
  color:#527189;
  font-size:9px;
  font-weight:800;
  letter-spacing:.8px
}
.flow-copy h2 {
  margin-top:16px
}
.flow-copy ul {
  margin:25px 0 23px
}
.flow-copy li {
  margin:12px 0
}
.flow-stats {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin:5px 0 27px
}
.flow-stats>div {
  min-height:80px;
  border:1px solid #dfe8ee;
  border-radius:10px;
  padding:12px;
  background:linear-gradient(145deg,#fff,#f4f8fa);
  display:flex;
  flex-direction:column;
  justify-content:center
}
.flow-stats>div:nth-child(2) {
  background:linear-gradient(145deg,#fff,#f3f8df)
}
.flow-stats>div:nth-child(3) {
  background:linear-gradient(145deg,#fff,#fff8df)
}
.flow-stats b {
  font-size:20px;
  line-height:1;
  color:#005394
}
.flow-stats>div:nth-child(2) b {
  color:#7d9a00
}
.flow-stats>div:nth-child(3) b {
  color:#b38a00
}
.flow-stats span {
  font-size:10.5px;
  line-height:1.35;
  color:#667a8b;
  margin-top:6px
}
@media(max-width:950px) {
  .flow-grid {
    grid-template-columns:1fr;
    gap:36px
  }
  .flow-visual,.flow-copy {
    max-width:680px;
    width:100%;
    margin:auto
  }
  .flow-copy:after {
    right:38px
  }
}
@media(max-width:680px) {
  .flow {
    padding:72px 0
  }
  .flow-visual {
    padding:15px 14px 16px;
    border-radius:15px
  }
  .flow-visual-head {
    align-items:flex-start
  }
  .flow-visual-head>em {
    font-size:8px
  }
  .flow-visual .flow-card {
    height:92px;
    padding:13px 12px
  }
  .flow-visual .flow-card small {
    font-size:8.5px
  }
  .flow-visual .flow-card b {
    font-size:16px
  }
  .flow-visual .flow-card em {
    font-size:11.5px
  }
  .flow-visual-foot {
    grid-template-columns:36px 1fr
  }
  .flow-visual-foot>em {
    display:none
  }
  .flow-copy {
    padding:29px 22px;
    border-radius:15px
  }
  .flow-copy:after {
    position:static;
    display:inline-block;
    margin-bottom:18px
  }
  .flow-copy>.kicker {
    display:block
  }
  .flow-stats {
    grid-template-columns:1fr
  }
  .flow-stats>div {
    min-height:68px;
    display:grid;
    grid-template-columns:70px 1fr;
    align-items:center
  }
  .flow-stats span {
    margin-top:0
  }
  .flow-stats b {
    font-size:19px
  }
}
/* Estado de cuenta del proveedor */
.statement-panel {
  position:relative;
  border:1px solid #d8e5ec;
  border-radius:18px;
  padding:22px;
  background:#fff;
  box-shadow:0 28px 65px rgba(0,48,90,.14)
}
.statement-panel:after {
  content:"";
  position:absolute;
  inset:11px -11px -12px 15px;
  z-index:-1;
  border-radius:19px;
  background:linear-gradient(135deg,#005394,#a7d600);
  opacity:.13
}
.statement-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-bottom:15px;
  border-bottom:1px solid #e5edf2
}
.statement-top>div {
  display:flex;
  flex-direction:column
}
.statement-top small {
  font-size:9px;
  letter-spacing:1.1px;
  font-weight:800;
  color:#6e8494
}
.statement-top b {
  font-size:20px;
  color:#163951;
  margin:2px 0
}
.statement-top em {
  font-size:10px;
  color:#728494;
  font-style:normal
}
.statement-top>span {
  display:flex;
  align-items:center;
  gap:6px;
  padding:8px 10px;
  border:1px solid #dce7ed;
  border-radius:9px;
  background:#f8fafc;
  color:#365b74;
  font-size:9px;
  font-weight:750
}
.statement-top>span svg {
  width:14px
}
.statement-summary {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin:14px 0
}
.statement-summary article {
  display:grid;
  grid-template-columns:31px 1fr;
  gap:8px;
  align-items:start;
  min-width:0;
  padding:12px 10px;
  border:1px solid #e0e9ee;
  border-radius:10px;
  background:linear-gradient(145deg,#fff,#f7fafc)
}
.statement-summary article>span {
  width:29px;
  height:29px;
  border-radius:8px;
  display:grid;
  place-items:center
}
.statement-summary svg {
  width:15px
}
.statement-summary article>div {
  display:flex;
  flex-direction:column;
  min-width:0
}
.statement-summary small {
  font-size:8.5px;
  color:#6a7c8c;
  line-height:1.25
}
.statement-summary b {
  font-size:16px;
  line-height:1.1;
  color:#173950;
  margin:5px 0 3px;
  white-space:nowrap
}
.statement-summary em {
  font-size:8px;
  color:#738595;
  font-style:normal;
  white-space:nowrap
}
.statement-pending>span {
  background:#eaf3f8;
  color:#005394
}
.statement-scheduled {
  border-color:#d9e8aa!important;
  background:linear-gradient(145deg,#fff,#f3f8dc)!important;
  box-shadow:0 7px 18px rgba(142,185,0,.09)
}
.statement-scheduled>span {
  background:#e8f3c9;
  color:#789500
}
.statement-scheduled b {
  color:#6f8a00
}
.statement-paid>span {
  background:#e6f5ef;
  color:#00836f
}
.payment-schedule {
  display:grid;
  grid-template-columns:36px 1fr auto;
  gap:10px;
  align-items:center;
  padding:12px 13px;
  border:1px solid #dce9b8;
  border-radius:11px;
  background:linear-gradient(100deg,#f5f9e9,#fffbed)
}
.payment-schedule>span {
  width:34px;
  height:34px;
  border-radius:9px;
  background:#a7d600;
  color:#fff;
  display:grid;
  place-items:center
}
.payment-schedule svg {
  width:17px
}
.payment-schedule>div:nth-child(2) {
  display:flex;
  flex-direction:column
}
.payment-schedule small {
  font-size:8px;
  letter-spacing:.65px;
  color:#718800;
  font-weight:800
}
.payment-schedule b {
  font-size:10px;
  color:#385468;
  margin-top:2px
}
.payment-schedule>div:last-child {
  display:flex;
  gap:5px
}
.payment-schedule em {
  padding:6px 7px;
  border-radius:8px;
  background:#fff;
  color:#668000;
  border:1px solid #dbe9b6;
  font-size:8px;
  font-style:normal;
  font-weight:850
}
.statement-toolbar {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:15px 0 9px
}
.statement-toolbar>b {
  font-size:11px;
  color:#24465e
}
.statement-toolbar>div {
  display:flex;
  gap:3px;
  padding:3px;
  border-radius:8px;
  background:#f1f5f7
}
.statement-toolbar span {
  padding:5px 7px;
  border-radius:6px;
  font-size:7.5px;
  color:#6c7e8c
}
.statement-toolbar span.active {
  background:#fff;
  color:#718c00;
  font-weight:800;
  box-shadow:0 2px 7px rgba(0,48,90,.08)
}
.statement-table {
  border:1px solid #dfe8ed;
  border-radius:11px;
  overflow:hidden
}
.statement-head,.statement-row {
  display:grid;
  grid-template-columns:1.35fr 82px 66px 69px;
  gap:6px;
  align-items:center
}
.statement-head {
  padding:8px 10px;
  background:#f6f9fa;
  border-bottom:1px solid #e5ecef
}
.statement-head span {
  font-size:7px;
  color:#788896;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.35px
}
.statement-head span:nth-child(3),.statement-head span:nth-child(4) {
  text-align:right
}
.statement-row {
  min-height:46px;
  padding:8px 10px;
  border-bottom:1px solid #edf2f4
}
.statement-row:last-child {
  border-bottom:0
}
.statement-row.highlighted {
  background:linear-gradient(90deg,#fbfdef,#fff)
}
.statement-row>span {
  display:flex;
  align-items:center;
  gap:7px;
  min-width:0
}
.statement-row>span>i {
  width:26px;
  height:26px;
  flex:0 0 26px;
  border-radius:7px;
  background:#e9f3f8;
  color:#005394;
  display:grid;
  place-items:center;
  font-size:8px;
  font-style:normal;
  font-weight:800
}
.statement-row>span>b {
  font-size:9px;
  display:flex;
  flex-direction:column;
  white-space:nowrap
}
.statement-row small {
  font-size:7px;
  color:#87949f;
  margin-top:2px;
  font-weight:500
}
.statement-row>em {
  font-size:8px;
  font-style:normal;
  color:#50697c
}
.statement-row>strong {
  font-size:8.5px;
  text-align:right;
  color:#24475f
}
.statement-row>i {
  font-size:7.5px;
  font-style:normal;
  text-align:center;
  padding:5px 6px;
  border-radius:10px;
  color:#718b00;
  background:#edf6d8
}
.statement-row>i.pending {
  color:#9a7200;
  background:#fff4d5
}
.statement-row>i.paid {
  color:#007b69;
  background:#e2f5ee
}
.statement-sync {
  display:grid;
  grid-template-columns:34px 1fr 23px;
  gap:9px;
  align-items:center;
  margin-top:13px;
  padding:10px 12px;
  border-radius:10px;
  background:#edf5fa
}
.statement-sync>span {
  width:32px;
  height:32px;
  border-radius:8px;
  background:#fff;
  color:#005394;
  display:grid;
  place-items:center
}
.statement-sync svg {
  width:16px
}
.statement-sync>div {
  display:flex;
  flex-direction:column
}
.statement-sync b {
  font-size:10px;
  color:#24475f
}
.statement-sync small {
  font-size:8.5px;
  color:#748694
}
.statement-sync>i {
  width:22px;
  height:22px;
  border-radius:50%;
  background:#a7d600;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:10px;
  font-style:normal
}
@media(max-width:950px) {
  .statement-panel {
    max-width:720px;
    width:100%;
    margin:auto
  }
}
@media(max-width:680px) {
  .statement-panel {
    padding:14px;
    border-radius:14px
  }
  .statement-top b {
    font-size:18px
  }
  .statement-summary {
    grid-template-columns:1fr
  }
  .statement-summary article {
    grid-template-columns:34px 1fr
  }
  .statement-summary b {
    font-size:17px
  }
  .payment-schedule {
    grid-template-columns:34px 1fr
  }
  .payment-schedule>div:last-child {
    grid-column:2
  }
  .statement-toolbar {
    align-items:flex-start;
    gap:8px;
    flex-direction:column
  }
  .statement-toolbar>div {
    width:100%;
    overflow:hidden
  }
  .statement-toolbar span {
    flex:1;
    text-align:center;
    padding:5px 3px;
    font-size:7px
  }
  .statement-head {
    display:none
  }
  .statement-row {
    grid-template-columns:1fr 66px 64px;
    gap:5px
  }
  .statement-row>em {
    display:none
  }
  .statement-row>strong {
    font-size:8px
  }
  .statement-row>i {
    font-size:7px
  }
  .statement-sync {
    grid-template-columns:32px 1fr 22px
  }
  .statement-sync small {
    font-size:8px
  }
}
/* Control tributario preventivo SSCO */
.tax-control {
  position:relative;
  overflow:hidden;
  background:linear-gradient(125deg,#061b35 0%,#00305a 62%,#073b68 100%);
  color:#fff
}
.tax-control:before {
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:46px 46px
}
.tax-glow {
  position:absolute;
  width:520px;
  height:520px;
  border-radius:50%;
  right:-170px;
  top:-220px;
  background:rgba(242,197,0,.12);
  filter:blur(22px)
}
.tax-grid {
  position:relative;
  display:grid;
  grid-template-columns:.96fr 1.04fr;
  gap:72px;
  align-items:center
}
.tax-badges {
  display:flex;
  gap:7px;
  margin-bottom:18px
}
.tax-badges span {
  padding:7px 10px;
  border-radius:13px;
  background:rgba(167,214,0,.12);
  border:1px solid rgba(167,214,0,.24);
  color:#c9e94b;
  font-size:9px;
  font-weight:850;
  letter-spacing:.8px
}
.tax-badges span:last-child {
  background:rgba(242,197,0,.1);
  border-color:rgba(242,197,0,.22);
  color:#f4d44c
}
.tax-copy>.kicker {
  color:#bedd3d
}
.tax-copy h2 {
  font-size:clamp(38px,3.15vw,46px);
  line-height:1.12;
  letter-spacing:-1.5px;
  margin:16px 0 20px
}
.tax-copy h2 em {
  color:#f2c500
}
.tax-copy>p {
  font-size:16px;
  line-height:1.75;
  color:#bfd0df;
  max-width:560px;
  margin:0
}
.tax-risk {
  display:grid;
  grid-template-columns:46px 1fr;
  gap:14px;
  align-items:start;
  margin:27px 0 24px;
  padding:16px 17px;
  border-radius:13px;
  background:rgba(242,197,0,.09);
  border:1px solid rgba(242,197,0,.2)
}
.tax-risk>span {
  width:43px;
  height:43px;
  border-radius:11px;
  background:#f2c500;
  color:#173950;
  display:grid;
  place-items:center
}
.tax-risk svg {
  width:22px
}
.tax-risk>div {
  display:flex;
  flex-direction:column;
  gap:4px
}
.tax-risk b {
  font-size:15px;
  color:#fff
}
.tax-risk small {
  font-size:12.5px;
  line-height:1.55;
  color:#c8d5e1
}
.tax-copy ul {
  list-style:none;
  padding:0;
  margin:0 0 27px
}
.tax-copy li {
  display:flex;
  align-items:flex-start;
  gap:11px;
  margin:12px 0;
  font-size:13.5px;
  line-height:1.5;
  font-weight:650;
  color:#e7eef4
}
.tax-copy li>span {
  width:23px;
  height:23px;
  flex:0 0 23px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(167,214,0,.15);
  color:#c8e54c
}
.tax-copy li svg {
  width:13px
}
.tax-copy .arrow-link {
  color:#fff;
  border-bottom-color:rgba(255,255,255,.3)
}
.tax-validation {
  position:relative;
  padding:23px;
  border-radius:18px;
  background:#fff;
  color:#173950;
  border:1px solid rgba(255,255,255,.3);
  box-shadow:0 28px 65px rgba(0,0,0,.27)
}
.tax-validation:after {
  content:"";
  position:absolute;
  inset:12px -12px -13px 16px;
  z-index:-1;
  border-radius:19px;
  background:linear-gradient(135deg,#f2c500,#a7d600);
  opacity:.18
}
.tax-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-bottom:16px;
  border-bottom:1px solid #e5ecef
}
.tax-top>div {
  display:flex;
  align-items:center;
  gap:11px
}
.tax-top>div>span {
  width:39px;
  height:39px;
  border-radius:10px;
  background:#eaf3f8;
  color:#005394;
  display:grid;
  place-items:center
}
.tax-top svg {
  width:20px
}
.tax-top>div>div {
  display:flex;
  flex-direction:column
}
.tax-top small {
  font-size:9px;
  letter-spacing:1px;
  color:#718695;
  font-weight:800
}
.tax-top b {
  font-size:16px;
  margin-top:2px
}
.tax-top>em {
  display:flex;
  align-items:center;
  gap:6px;
  padding:7px 9px;
  border-radius:13px;
  background:#eff7dd;
  color:#718b00;
  font-size:8.5px;
  font-style:normal;
  font-weight:800
}
.tax-top>em i {
  width:6px;
  height:6px;
  border-radius:50%;
  background:#96c000;
  box-shadow:0 0 0 3px rgba(150,192,0,.14)
}
.tax-invoice {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:15px 0;
  padding:13px 14px;
  border:1px solid #dfe8ed;
  border-radius:11px;
  background:#f7fafb
}
.tax-invoice>div {
  display:flex;
  align-items:center;
  gap:10px
}
.tax-invoice>div>span {
  width:36px;
  height:36px;
  border-radius:9px;
  background:#e9f3f8;
  color:#005394;
  display:grid;
  place-items:center
}
.tax-invoice svg {
  width:18px
}
.tax-invoice>div>div {
  display:flex;
  flex-direction:column
}
.tax-invoice small {
  font-size:8px;
  letter-spacing:.7px;
  color:#738594;
  font-weight:800
}
.tax-invoice b {
  font-size:13px
}
.tax-invoice em {
  font-size:8.5px;
  color:#7c8d99;
  font-style:normal
}
.tax-invoice>strong {
  font-size:14px;
  color:#22455d
}
.tax-checks {
  border:1px solid #dfe8ed;
  border-radius:11px;
  overflow:hidden
}
.tax-checks>div {
  display:grid;
  grid-template-columns:34px 1fr 58px;
  gap:9px;
  align-items:center;
  padding:11px 13px;
  border-bottom:1px solid #eaf0f3
}
.tax-checks>div:last-child {
  border-bottom:0
}
.tax-checks>div>span {
  width:32px;
  height:32px;
  border-radius:8px;
  background:#e7f5ef;
  color:#00836f;
  display:grid;
  place-items:center
}
.tax-checks svg {
  width:16px
}
.tax-checks>div>div {
  display:flex;
  flex-direction:column
}
.tax-checks b {
  font-size:10.5px
}
.tax-checks small {
  font-size:8.5px;
  color:#788a97
}
.tax-checks>div>em {
  font-size:8px;
  font-style:normal;
  text-align:center;
  padding:5px 6px;
  border-radius:9px;
  background:#e6f5ef;
  color:#007a67;
  font-weight:800
}
.tax-checks .tax-alert-row {
  background:#fff8e6
}
.tax-checks .tax-alert-row>span {
  background:#f2c500;
  color:#173950
}
.tax-checks .tax-alert-row>em {
  background:#f2c500;
  color:#173950
}
.tax-result {
  display:grid;
  grid-template-columns:43px 1fr;
  gap:12px;
  align-items:start;
  margin-top:14px;
  padding:14px 15px;
  border-radius:11px;
  background:#fff0eb;
  border:1px solid #f4c6b9
}
.tax-result>span {
  width:41px;
  height:41px;
  border-radius:10px;
  background:#dd5a36;
  color:#fff;
  display:grid;
  place-items:center
}
.tax-result svg {
  width:21px
}
.tax-result>div {
  display:flex;
  flex-direction:column
}
.tax-result small {
  font-size:8px;
  letter-spacing:.8px;
  font-weight:850;
  color:#b04428
}
.tax-result b {
  font-size:16px;
  color:#9f351e;
  margin:1px 0 2px
}
.tax-result p {
  font-size:9px;
  line-height:1.45;
  color:#77584f;
  margin:0
}
.tax-impact {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:7px;
  margin-top:14px
}
.tax-impact>span {
  display:flex;
  flex-direction:column;
  padding:10px 11px;
  border:1px solid #e0e8ed;
  border-radius:9px;
  background:#f8fafb
}
.tax-impact b {
  font-size:10px;
  color:#005394
}
.tax-impact small {
  font-size:8px;
  line-height:1.35;
  color:#718391;
  margin-top:3px
}
@media(max-width:950px) {
  .tax-grid {
    grid-template-columns:1fr;
    gap:42px
  }
  .tax-copy {
    text-align:center
  }
  .tax-copy>p {
    margin:auto
  }
  .tax-risk,.tax-copy ul {
    text-align:left
  }
  .tax-copy .arrow-link {
    margin:auto
  }
  .tax-validation {
    max-width:700px;
    width:100%;
    margin:auto
  }
}
@media(max-width:680px) {
  .tax-copy h2 {
    font-size:32px;
    letter-spacing:-1px
  }
  .tax-copy>p {
    font-size:15px
  }
  .tax-badges {
    justify-content:center;
    flex-wrap:wrap
  }
  .tax-risk {
    grid-template-columns:40px 1fr;
    padding:14px
  }
  .tax-risk>span {
    width:38px;
    height:38px
  }
  .tax-risk small {
    font-size:11.5px
  }
  .tax-copy li {
    font-size:12.5px
  }
  .tax-validation {
    padding:15px;
    border-radius:14px
  }
  .tax-top {
    align-items:flex-start
  }
  .tax-top>em {
    font-size:7.5px
  }
  .tax-invoice>strong {
    font-size:12px
  }
  .tax-checks>div {
    grid-template-columns:32px 1fr 53px;
    padding:10px
  }
  .tax-checks b {
    font-size:10px
  }
  .tax-checks small {
    font-size:8px
  }
  .tax-result {
    grid-template-columns:38px 1fr
  }
  .tax-result>span {
    width:37px;
    height:37px
  }
  .tax-impact {
    grid-template-columns:1fr
  }
  .tax-impact>span {
    display:grid;
    grid-template-columns:65px 1fr;
    align-items:center
  }
  .tax-impact small {
    margin-top:0
  }
}
/* Portada comercial renovada */
body {
  font-family:"Segoe UI",Arial,Helvetica,sans-serif
}
.hero {
  padding:54px 0 0;
  background:linear-gradient(118deg,#061a34 0%,#00305a 51%,#004b74 100%);
  color:#fff
}
.hero:before {
  background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:46px 46px;
  mask-image:linear-gradient(to right,#000 5%,rgba(0,0,0,.72) 58%,transparent 100%)
}
.hero:after {
  content:"";
  position:absolute;
  width:760px;
  height:760px;
  border-radius:50%;
  right:-310px;
  top:-360px;
  border:115px solid rgba(167,214,0,.055);
  pointer-events:none
}
.hero-glow {
  width:720px;
  height:720px;
  right:-190px;
  top:-270px;
  background:radial-gradient(circle,rgba(167,214,0,.2),rgba(0,83,148,.02) 65%);
  filter:blur(20px)
}
.hero-grid {
  grid-template-columns:47% 53%;
  gap:24px;
  min-height:602px
}
.hero-copy {
  position:relative;
  z-index:4;
  padding:15px 0 35px
}
.hero .eyebrow {
  color:#d8e8f3;
  background:rgba(255,255,255,.075);
  border-color:rgba(255,255,255,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07)
}
.hero-kicker {
  display:block;
  margin-top:24px;
  color:#c6e541;
  font-size:12px;
  line-height:1.4;
  font-weight:850;
  letter-spacing:1.8px
}
.hero h1 {
  max-width:640px;
  margin:13px 0 21px;
  color:#fff;
  font-size:clamp(48px,3.9vw,54px);
  line-height:1.04;
  letter-spacing:-2.2px
}
.hero h1 em {
  color:#f2c500;
  background:linear-gradient(90deg,#f2c500,#a7d600);
  background-clip:text;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent
}
.hero-copy>p {
  max-width:590px;
  margin:0;
  color:#d2e1ec;
  font-size:18px;
  line-height:1.7
}
.hero-actions {
  margin:31px 0 0;
  gap:25px
}
.hero .hero-primary {
  padding:16px 23px;
  color:#082b4b;
  background:linear-gradient(135deg,#f4cc10,#a7d600);
  box-shadow:0 13px 32px rgba(167,214,0,.2)
}
.hero .hero-primary:hover {
  box-shadow:0 17px 38px rgba(167,214,0,.3)
}
.hero .text-link {
  color:#fff
}
.hero .play {
  border-color:rgba(255,255,255,.28);
  background:rgba(255,255,255,.07);
  color:#d4ed58;
  font-size:15px
}
.hero-benefits {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:9px;
  max-width:610px;
  margin-top:34px
}
.hero-benefits>div {
  display:grid;
  grid-template-columns:35px 1fr;
  column-gap:9px;
  align-items:center;
  min-height:66px;
  padding:10px 11px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:11px;
  background:rgba(255,255,255,.055);
  backdrop-filter:blur(8px)
}
.hero-benefits>div>span {
  grid-row:1/3;
  width:34px;
  height:34px;
  border-radius:9px;
  display:grid;
  place-items:center;
  background:rgba(167,214,0,.13);
  color:#c7e64a
}
.hero-benefits>div:nth-child(2)>span {
  background:rgba(242,197,0,.12);
  color:#f2cf31
}
.hero-benefits>div:nth-child(3)>span {
  background:rgba(117,185,226,.13);
  color:#8fd4ff
}
.hero-benefits svg {
  width:17px
}
.hero-benefits b {
  align-self:end;
  color:#fff;
  font-size:11.5px;
  line-height:1.25
}
.hero-benefits small {
  align-self:start;
  color:#9fb6c8;
  font-size:8.5px;
  line-height:1.3;
  margin-top:2px
}
.product-stage {
  height:590px;
  z-index:3
}
.product-stage:before {
  content:"";
  position:absolute;
  inset:52px -20px 48px 5px;
  border:1px solid rgba(167,214,0,.12);
  border-radius:30px;
  background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.018));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  transform:rotate(-1.5deg)
}
.app-window {
  position:relative;
  width:610px;
  height:462px;
  color:var(--ink);
  border:1px solid rgba(255,255,255,.42);
  border-radius:17px;
  box-shadow:0 35px 80px rgba(0,13,31,.42);
  transform:perspective(1200px) rotateY(-2.5deg) rotateX(.7deg)
}
.float-card {
  color:var(--ink);
  border:1px solid rgba(207,224,235,.8);
  box-shadow:0 16px 40px rgba(0,20,44,.28)
}
.float-card b {
  font-size:11px
}
.float-card small {
  font-size:9px
}
.fc-one {
  right:-17px;
  top:52px
}
.fc-two {
  left:-20px;
  bottom:65px
}
.fc-three {
  right:-12px;
  bottom:19px
}
.fc-icon.yellow {
  color:#9a7600;
  background:#fff4cd
}
.fc-icon.yellow svg {
  width:14px
}
.hero .integration-strip {
  height:170px;
  margin-top:2px;
  border-top-color:rgba(255,255,255,.13)
}
.hero .integration-label {
  border-right-color:rgba(255,255,255,.15)
}
.hero .integration-label span {
  color:#c5e448
}
.hero .integration-label strong {
  color:#fff
}
.hero .erp-logo {
  background:#fff;
  border-color:rgba(255,255,255,.18);
  box-shadow:0 10px 28px rgba(0,15,32,.22)
}
.hero .erp-logo:hover {
  border-color:#a7d600;
  box-shadow:0 14px 30px rgba(0,15,32,.3)
}
@media(max-width:1100px) {
  .hero-grid {
    grid-template-columns:46% 54%;
    gap:14px
  }
  .hero h1 {
    font-size:45px
  }
  .hero-copy>p {
    font-size:16.5px
  }
  .hero-benefits {
    grid-template-columns:1fr 1fr
  }
  .hero-benefits>div:last-child {
    grid-column:1/-1
  }
  .app-window {
    width:575px
  }
  .fc-one {
    right:0
  }
  .fc-three {
    right:0
  }
}
@media(max-width:950px) {
  .hero {
    padding-top:60px
  }
  .hero-grid {
    grid-template-columns:1fr;
    gap:22px
  }
  .hero-copy {
    padding-bottom:0;
    text-align:center
  }
  .hero h1,.hero-copy>p,.hero-benefits {
    margin-left:auto;
    margin-right:auto
  }
  .hero-benefits {
    grid-template-columns:repeat(3,1fr)
  }
  .hero-benefits>div:last-child {
    grid-column:auto
  }
  .product-stage {
    width:680px;
    height:555px
  }
  .app-window {
    width:610px;
    margin:auto
  }
  .hero .integration-strip {
    height:auto;
    margin-top:0;
    padding:30px 0
  }
}
@media(max-width:680px) {
  .hero {
    padding-top:42px
  }
  .hero-grid {
    grid-template-columns:minmax(0,1fr)
  }
  .hero-copy,.product-stage {
    min-width:0
  }
  .hero-copy {
    width:100%
  }
  .hero-copy>* {
    max-width:100%
  }
  .hero .eyebrow {
    flex-wrap:wrap;
    justify-content:center;
    white-space:normal
  }
  .hero-kicker {
    margin-top:20px;
    font-size:10.5px;
    overflow-wrap:break-word
  }
  .hero h1 {
    font-size:38px;
    line-height:1.05;
    letter-spacing:-1.4px;
    margin-top:11px;
    overflow-wrap:break-word
  }
  .hero-copy>p {
    font-size:15.5px;
    line-height:1.6;
    overflow-wrap:break-word
  }
  .hero-actions {
    width:100%;
    margin-top:27px
  }
  .hero .hero-primary {
    width:100%;
    max-width:100%;
    white-space:normal;
    text-align:center
  }
  .hero .text-link {
    max-width:100%;
    flex-wrap:wrap;
    justify-content:center;
    text-align:center
  }
  .hero-benefits {
    grid-template-columns:1fr;
    gap:7px;
    margin-top:27px;
    text-align:left
  }
  .hero-benefits>div:last-child {
    grid-column:auto
  }
  .hero-benefits>div {
    min-height:61px
  }
  .hero-benefits b {
    font-size:12px
  }
  .hero-benefits small {
    font-size:9.5px
  }
  .product-stage {
    height:365px;
    width:610px;
    margin:20px 0 -60px;
    transform:scale(.58);
    transform-origin:left top
  }
  .product-stage:before {
    inset:48px 0 42px 0
  }
  .app-window {
    width:610px;
    max-width:none
  }
  .fc-one {
    right:2px
  }
  .fc-two {
    left:2px
  }
  .fc-three {
    right:2px
  }
  .hero .integration-strip {
    padding:30px 0 36px
  }
  .hero .integration-label {
    border-bottom-color:rgba(255,255,255,.14)
  }
  .hero .erp-logo-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .hero .local-erp {
    grid-column:1/-1
  }
}
@media(max-width:340px) {
  .hero h1 {
    font-size:34px;
    letter-spacing:-1.1px
  }
}
@media(max-width:380px) {
  .product-stage {
    height:350px;
    transform:scale(.56)
  }
}
@media(max-width:340px) {
  .product-stage {
    height:300px;
    transform:scale(.47)
  }
  .orbit .r2 {
    width:360px;
    height:360px
  }
}
/* Imagen de portada: autogestión del proveedor */
.supplier-window {
  background:#f6f9fb
}
.hero-portal-main {
  flex:1;
  min-width:0;
  padding:16px 17px 13px;
  background:linear-gradient(145deg,#f9fbfc,#f1f6f8);
  overflow:hidden
}
.hero-account-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-bottom:12px;
  border-bottom:1px solid #dfe8ed
}
.hero-account-top>div:first-child {
  display:flex;
  flex-direction:column
}
.hero-account-top>div:first-child small {
  font-size:7.5px;
  letter-spacing:1px;
  color:#718391;
  font-weight:850
}
.hero-account-top>div:first-child b {
  font-size:17px;
  color:#173950;
  margin-top:2px
}
.hero-supplier-user {
  display:flex;
  align-items:center;
  gap:7px
}
.hero-supplier-user>span {
  width:30px;
  height:30px;
  border-radius:9px;
  background:#e7f1f7;
  color:#005394;
  display:grid;
  place-items:center;
  font-size:8px;
  font-weight:850
}
.hero-supplier-user>div {
  display:flex;
  flex-direction:column
}
.hero-supplier-user b {
  font-size:8.5px;
  color:#24465d
}
.hero-supplier-user small {
  font-size:7px;
  color:#81909b;
  margin-top:2px
}
.hero-account-summary {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin:12px 0
}
.hero-account-summary article {
  position:relative;
  min-height:78px;
  padding:9px 9px 8px 39px;
  border:1px solid #dfe8ed;
  border-radius:9px;
  background:#fff;
  display:flex;
  flex-direction:column
}
.hero-account-summary article>span {
  position:absolute;
  left:9px;
  top:10px;
  width:24px;
  height:24px;
  border-radius:7px;
  background:#eaf3f8;
  color:#005394;
  display:grid;
  place-items:center
}
.hero-account-summary svg {
  width:13px
}
.hero-account-summary small {
  font-size:7.5px;
  line-height:1.2;
  color:#728291
}
.hero-account-summary b {
  font-size:14px;
  line-height:1.1;
  color:#173950;
  margin:6px 0 2px;
  white-space:nowrap
}
.hero-account-summary em {
  font-size:7px;
  font-style:normal;
  color:#7b8995
}
.hero-account-summary article.scheduled {
  border-color:#dbe7ad;
  background:linear-gradient(145deg,#fff,#f4f8e5)
}
.hero-account-summary article.scheduled>span {
  background:#eaf4ce;
  color:#789600
}
.hero-account-summary article.scheduled b {
  color:#718b00
}
.hero-account-summary article.paid>span {
  background:#e4f4ee;
  color:#00806d
}
.hero-next-payment {
  display:grid;
  grid-template-columns:37px 1fr auto;
  gap:9px;
  align-items:center;
  padding:10px 12px;
  border:1px solid #d9e6a9;
  border-radius:10px;
  background:linear-gradient(100deg,#f0f7dc,#fff9e4)
}
.hero-next-payment>span {
  width:35px;
  height:35px;
  border-radius:9px;
  background:#a7d600;
  color:#fff;
  display:grid;
  place-items:center
}
.hero-next-payment svg {
  width:17px
}
.hero-next-payment>div {
  display:flex;
  flex-direction:column
}
.hero-next-payment small {
  font-size:7px;
  letter-spacing:.65px;
  color:#748b00;
  font-weight:850
}
.hero-next-payment b {
  font-size:10px;
  color:#304d60;
  margin:1px 0
}
.hero-next-payment em {
  font-size:7px;
  color:#7d8a94;
  font-style:normal
}
.hero-next-payment strong {
  font-size:12px;
  color:#647e00
}
.hero-invoice-title {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:12px 0 7px
}
.hero-invoice-title>div {
  display:flex;
  flex-direction:column
}
.hero-invoice-title b {
  font-size:10.5px;
  color:#24455c
}
.hero-invoice-title small {
  font-size:7px;
  color:#82909a;
  margin-top:1px
}
.hero-invoice-title>span {
  font-size:7.5px;
  color:#005394;
  font-weight:800
}
.hero-invoice-list {
  border:1px solid #dfe8ed;
  border-radius:9px;
  overflow:hidden;
  background:#fff
}
.hero-invoice-row {
  display:grid;
  grid-template-columns:1.3fr 67px 58px 64px;
  gap:5px;
  align-items:center;
  min-height:39px;
  padding:6px 8px;
  border-bottom:1px solid #edf2f4
}
.hero-invoice-row:last-child {
  border-bottom:0
}
.hero-invoice-row>span {
  display:flex;
  align-items:center;
  gap:6px;
  min-width:0
}
.hero-invoice-row>span>i {
  width:24px;
  height:24px;
  flex:0 0 24px;
  border-radius:6px;
  background:#e9f3f8;
  color:#005394;
  display:grid;
  place-items:center;
  font-size:7px;
  font-style:normal;
  font-weight:850
}
.hero-invoice-row>span>b {
  font-size:7.5px;
  display:flex;
  flex-direction:column;
  white-space:nowrap
}
.hero-invoice-row small {
  font-size:6.5px;
  color:#89959e;
  margin-top:1px;
  font-weight:500
}
.hero-invoice-row>em {
  font-size:7px;
  font-style:normal;
  color:#536b7d
}
.hero-invoice-row>strong {
  font-size:7.5px;
  text-align:right;
  color:#24475f
}
.hero-invoice-row>i {
  font-size:6.8px;
  font-style:normal;
  text-align:center;
  padding:4px 5px;
  border-radius:9px;
  color:#718b00;
  background:#edf6d8
}
.hero-invoice-row>i.pending {
  color:#9a7200;
  background:#fff3d3
}
.hero-self-service-bottom {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:10px
}
.hero-self-service-bottom>div {
  display:grid;
  grid-template-columns:30px 1fr auto;
  gap:7px;
  align-items:center;
  min-height:48px;
  padding:8px 9px;
  border:1px solid #dfe8ed;
  border-radius:9px;
  background:#fff
}
.hero-self-service-bottom>div>span {
  width:28px;
  height:28px;
  border-radius:7px;
  background:#eaf3f8;
  color:#005394;
  display:grid;
  place-items:center
}
.hero-self-service-bottom>div:nth-child(2)>span {
  background:#eef6db;
  color:#789500
}
.hero-self-service-bottom svg {
  width:14px
}
.hero-self-service-bottom>div>div {
  display:flex;
  flex-direction:column
}
.hero-self-service-bottom small {
  font-size:6.5px;
  letter-spacing:.45px;
  color:#738492;
  font-weight:800
}
.hero-self-service-bottom b {
  font-size:8px;
  color:#294a61;
  margin-top:2px
}
.hero-self-service-bottom em {
  font-size:6.5px;
  font-style:normal;
  color:#005394;
  font-weight:800
}
@media(max-width:1100px) {
  .hero-portal-main {
    padding-left:14px;
    padding-right:14px
  }
  .hero-account-summary {
    gap:6px
  }
  .hero-account-summary article {
    padding-left:36px
  }
  .hero-invoice-row {
    grid-template-columns:1.25fr 64px 55px 61px
  }
}
/* Licenciamiento flexible */
.licensing {
  position:relative;
  overflow:hidden;
  background:linear-gradient(145deg,#f6fafc 0%,#eef6f2 55%,#fffaf0 100%)
}
.licensing:before {
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(0,83,148,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,83,148,.03) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to bottom,#000,transparent 78%)
}
.license-glow {
  position:absolute;
  width:530px;
  height:530px;
  border-radius:50%;
  right:-230px;
  top:-270px;
  background:rgba(167,214,0,.1);
  filter:blur(12px)
}
.licensing .container {
  position:relative
}
.licensing-head {
  max-width:790px;
  margin:0 auto
}
.licensing-head>p {
  max-width:700px;
  margin:0 auto;
  color:#68798b
}
.licensing-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-top:50px
}
.license-card {
  position:relative;
  min-height:575px;
  padding:36px;
  border-radius:20px;
  border:1px solid #dbe6ed;
  background:#fff;
  box-shadow:0 24px 55px rgba(0,48,90,.09);
  display:flex;
  flex-direction:column;
  overflow:hidden
}
.license-card:after {
  content:"";
  position:absolute;
  width:210px;
  height:210px;
  border-radius:50%;
  right:-105px;
  top:-115px;
  border:40px solid rgba(0,83,148,.04)
}
.license-cloud {
  color:#fff;
  border-color:rgba(255,255,255,.13);
  background:linear-gradient(140deg,#052542,#003a68 68%,#005077);
  box-shadow:0 28px 60px rgba(0,35,69,.22)
}
.license-cloud:after {
  border-color:rgba(167,214,0,.1)
}
.license-card-top {
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:24px
}
.license-card-top>span {
  width:58px;
  height:58px;
  border-radius:15px;
  display:grid;
  place-items:center;
  background:#eaf3f8;
  color:#005394
}
.license-card-top svg {
  width:28px
}
.license-card-top>em {
  padding:8px 11px;
  border-radius:15px;
  background:#eef6d8;
  color:#718c00;
  font-size:9px;
  letter-spacing:.7px;
  font-style:normal;
  font-weight:850
}
.license-cloud .license-card-top>span {
  background:rgba(167,214,0,.14);
  color:#c8e84c;
  border:1px solid rgba(167,214,0,.18)
}
.license-cloud .license-card-top>em {
  background:rgba(167,214,0,.14);
  color:#c8e84c;
  border:1px solid rgba(167,214,0,.18)
}
.license-card>small {
  font-size:11px;
  letter-spacing:1.5px;
  color:#647e90;
  font-weight:850
}
.license-cloud>small {
  color:#c7e249
}
.license-card h3 {
  font-size:30px;
  line-height:1.18;
  letter-spacing:-.8px;
  margin:13px 0 16px;
  color:#173950
}
.license-cloud h3 {
  color:#fff
}
.license-card>p {
  font-size:15px;
  line-height:1.75;
  color:#697a8b;
  margin:0
}
.license-cloud>p {
  color:#bdd0de
}
.license-card ul {
  list-style:none;
  padding:23px 0 0;
  margin:25px 0 27px;
  border-top:1px solid #e3ebef
}
.license-cloud ul {
  border-top-color:rgba(255,255,255,.14)
}
.license-card li {
  display:flex;
  align-items:flex-start;
  gap:11px;
  margin:13px 0;
  font-size:13.5px;
  line-height:1.5;
  color:#395469;
  font-weight:650
}
.license-cloud li {
  color:#e4edf3
}
.license-card li>span {
  width:23px;
  height:23px;
  flex:0 0 23px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#edf6d9;
  color:#789600
}
.license-cloud li>span {
  background:rgba(167,214,0,.14);
  color:#c6e34a
}
.license-card li svg {
  width:13px
}
.license-footer {
  display:grid;
  grid-template-columns:42px 1fr;
  gap:12px;
  align-items:center;
  margin-top:auto;
  padding:14px 15px;
  border-radius:12px;
  background:#edf5fa
}
.license-footer>span {
  width:40px;
  height:40px;
  border-radius:10px;
  background:#fff;
  color:#005394;
  display:grid;
  place-items:center
}
.license-footer svg {
  width:20px
}
.license-footer>div {
  display:flex;
  flex-direction:column
}
.license-footer b {
  font-size:12px;
  color:#24465d
}
.license-footer small {
  font-size:10px;
  line-height:1.4;
  color:#738492;
  margin-top:2px
}
.license-cloud .license-footer {
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.1)
}
.license-cloud .license-footer>span {
  background:rgba(167,214,0,.13);
  color:#c8e54b
}
.license-cloud .license-footer b {
  color:#fff
}
.license-cloud .license-footer small {
  color:#a9becd
}
.license-common {
  display:grid;
  grid-template-columns:1.15fr 1.6fr auto;
  gap:25px;
  align-items:center;
  margin-top:20px;
  padding:24px 27px;
  border:1px solid #dbe6eb;
  border-radius:16px;
  background:rgba(255,255,255,.8);
  box-shadow:0 15px 35px rgba(0,48,90,.06)
}
.license-common>div:first-child {
  display:flex;
  flex-direction:column
}
.license-common>div:first-child span {
  font-size:9px;
  letter-spacing:1.2px;
  color:#789600;
  font-weight:850
}
.license-common>div:first-child b {
  font-size:13px;
  line-height:1.4;
  color:#24465d;
  margin-top:4px
}
.license-common>div:nth-child(2) {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px
}
.license-common>div:nth-child(2)>span {
  display:flex;
  align-items:center;
  gap:7px;
  font-size:10.5px;
  color:#526a7c;
  font-weight:650
}
.license-common svg {
  width:15px;
  color:#005394
}
.license-common>a {
  font-size:12px;
  color:#005394;
  font-weight:850;
  white-space:nowrap;
  border-bottom:1px solid #b8d3e3;
  padding-bottom:5px
}
@media(max-width:950px) {
  .licensing-grid {
    grid-template-columns:1fr
  }
  .license-card {
    min-height:auto
  }
  .license-common {
    grid-template-columns:1fr
  }
  .license-common>a {
    width:max-content
  }
}
@media(max-width:680px) {
  .license-card {
    padding:27px 22px;
    border-radius:16px
  }
  .license-card h3 {
    font-size:26px
  }
  .license-card>p {
    font-size:14.5px
  }
  .license-card li {
    font-size:13px
  }
  .license-common {
    padding:20px
  }
  .license-common>div:nth-child(2) {
    grid-template-columns:1fr
  }
  .license-card-top>span {
    width:52px;
    height:52px
  }
  .license-card-top svg {
    width:25px
  }
}
/* Tipografía institucional alineada al logotipo */
:root {
  --brand-font:"Outfit","Segoe UI",Arial,sans-serif
}
html,body,button,input,textarea,select {
  font-family:var(--brand-font)
}
body {
  font-weight:400;
  font-optical-sizing:auto;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility
}
h1,h2,h3,.button,.nav-links,.kicker,.hero-kicker {
  font-family:var(--brand-font)
}
.hero h1,.section-head h2,.flow-copy h2,.erp-grid h2,.util-heading h2,.module-heading h2,.self-service-copy h2,.tax-copy h2 {
  font-weight:800
}
.nav-links a,.nav-actions a,.button {
  font-weight:700
}
/* Clientes y experiencia regional */
.clients-section {
  position:relative;
  overflow:hidden;
  background:linear-gradient(145deg,#f5f9fc 0%,#eef6f4 55%,#fffaf0 100%)
}
.clients-section:before {
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(rgba(0,83,148,.075) 1px,transparent 1px);
  background-size:24px 24px;
  mask-image:linear-gradient(90deg,#000,transparent 70%)
}
.clients-glow {
  position:absolute;
  width:480px;
  height:480px;
  border-radius:50%;
  right:-210px;
  top:-260px;
  background:rgba(167,214,0,.11);
  filter:blur(14px)
}
.clients-section .container {
  position:relative
}
.clients-heading {
  display:grid;
  grid-template-columns:1fr auto;
  gap:70px;
  align-items:end
}
.clients-heading h2 {
  font-size:43px;
  line-height:1.12;
  letter-spacing:-1.4px;
  margin:14px 0 17px;
  font-weight:800
}
.clients-heading h2 em {
  font-style:normal;
  color:#005394
}
.clients-heading p {
  max-width:650px;
  margin:0;
  color:#68798b;
  font-size:16px;
  line-height:1.7
}
.clients-counts {
  display:flex;
  gap:12px
}
.clients-counts>div {
  width:145px;
  min-height:92px;
  padding:15px;
  border:1px solid #d9e6eb;
  border-radius:13px;
  background:rgba(255,255,255,.78);
  display:flex;
  flex-direction:column;
  justify-content:center
}
.clients-counts b {
  font-size:28px;
  line-height:1;
  color:#005394
}
.clients-counts>div:nth-child(2) b {
  color:#7f9d00
}
.clients-counts span {
  font-size:10px;
  line-height:1.35;
  color:#697d8e;
  margin-top:7px
}
.clients-grid {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
  margin-top:45px
}
.client-logo {
  position:relative;
  height:118px;
  padding:16px;
  border:1px solid #dce7ed;
  border-radius:13px;
  background:#fff;
  box-shadow:0 11px 28px rgba(0,48,90,.055);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  text-align:center;
  transition:.22s;
  overflow:hidden
}
.client-logo:after {
  content:"";
  position:absolute;
  left:22%;
  right:22%;
  bottom:0;
  height:3px;
  border-radius:3px 3px 0 0;
  background:var(--client-color,#005394);
  opacity:.72
}
.client-logo:hover {
  transform:translateY(-4px);
  border-color:color-mix(in srgb,var(--client-color,#005394) 42%,#dce7ed);
  box-shadow:0 16px 34px rgba(0,48,90,.1)
}
.client-logo strong {
  font-size:22px;
  line-height:1;
  color:var(--client-color,#005394);
  font-weight:800;
  letter-spacing:.2px
}
.client-logo small {
  font-size:7.5px;
  line-height:1.35;
  letter-spacing:.75px;
  color:#748695;
  font-weight:700;
  margin-top:6px
}
.client-logo strong em {
  font-style:normal;
  color:var(--client-accent,#a7d600)
}
.client-logo.cosmos {
  --client-color:#005394
}
.client-logo.cosmos strong {
  letter-spacing:1.4px
}
.client-logo.soleil {
  --client-color:#ad8500;
  --client-accent:#f2c500
}
.client-logo.soleil strong {
  font-weight:600;
  letter-spacing:2px
}
.client-logo.soleil-trading {
  --client-color:#172a64;
  --client-accent:#f2b900
}
.client-logo.soleil-trading strong {
  font-size:24px;
  letter-spacing:2.2px
}
.client-logo.soleil-trading small {
  color:#c28f00;
  font-size:9px;
  letter-spacing:3px;
  margin-top:8px
}
.client-logo.sercosta {
  --client-color:#1336a8;
  --client-accent:#00aeef
}
.client-logo.chala {
  --client-color:#233a4c;
  --client-accent:#d28d15
}
.client-logo.emc {
  --client-color:#3b8a43
}
.client-logo.emc strong {
  font-size:27px
}
.client-logo.sea {
  --client-color:#2e7c67
}
.client-logo.sea strong {
  font-size:27px
}
.client-logo.sea small {
  max-width:160px;
  font-size:6.5px
}
.client-logo.tumibr {
  --client-color:#004b7b
}
.client-logo.tumibr strong {
  letter-spacing:1.7px
}
.client-logo.artecola {
  --client-color:#c82d39
}
.client-logo.artecola strong {
  font-size:21px;
  letter-spacing:1.2px
}
.client-logo.izipay {
  --client-color:#702b86;
  --client-accent:#e23b92
}
.client-logo.izipay strong {
  font-size:28px;
  font-weight:700;
  background:linear-gradient(90deg,#702b86,#e23b92);
  background-clip:text;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent
}
.client-logo.medios {
  --client-color:#0870a7
}
.client-logo.medios strong {
  font-size:20px
}
.client-logo.medios small {
  font-size:9px;
  margin-top:3px
}
.client-logo.siegfried {
  --client-color:#174f8b
}
.client-logo.siegfried small {
  margin:0 0 4px;
  font-size:6.5px
}
.client-logo.siegfried strong {
  font-size:19px;
  letter-spacing:1px
}
.client-logo.image-logo {
  padding:21px 24px
}
.client-logo.image-logo img {
  display:block;
  width:100%;
  height:100%;
  max-width:185px;
  max-height:72px;
  object-fit:contain
}
.client-logo.soleil.image-logo img {
  max-width:122px;
  max-height:78px
}
.client-logo.izipay.image-logo img {
  max-width:74px;
  max-height:74px
}
.client-logo.sea.image-logo img {
  max-width:198px
}
.client-logo.siegfried.image-logo img {
  max-width:188px
}
.client-logo.tumibr.image-logo img {
  max-width:164px
}
.client-logo.sercosta.image-logo img {
  max-width:172px;
  max-height:76px
}
.mexico-clients {
  display:grid;
  grid-template-columns:52px 1fr auto;
  gap:17px;
  align-items:center;
  margin-top:16px;
  padding:20px 23px;
  border-radius:15px;
  background:linear-gradient(120deg,#062846,#004777);
  color:#fff;
  box-shadow:0 18px 38px rgba(0,48,90,.13)
}
.mexico-clients>span {
  width:50px;
  height:50px;
  border-radius:13px;
  background:rgba(167,214,0,.15);
  color:#c9e74d;
  display:grid;
  place-items:center
}
.mexico-clients>.mexico-flag {
  background:#fff;
  border:1px solid rgba(255,255,255,.45);
  font-size:31px;
  line-height:1;
  box-shadow:0 8px 18px rgba(0,0,0,.2)
}
.mexico-clients>div {
  display:flex;
  flex-direction:column
}
.mexico-clients small {
  font-size:8.5px;
  letter-spacing:1.2px;
  color:#b9d1e0;
  font-weight:800
}
.mexico-clients b {
  font-size:15px;
  margin:3px 0
}
.mexico-clients p {
  font-size:10.5px;
  color:#a9bfd0;
  margin:0
}
.mexico-clients>em {
  padding:9px 12px;
  border-radius:14px;
  background:rgba(167,214,0,.14);
  border:1px solid rgba(167,214,0,.19);
  color:#cae94d;
  font-size:9px;
  letter-spacing:.7px;
  font-style:normal;
  font-weight:850
}
@media(max-width:1050px) {
  .clients-grid {
    grid-template-columns:repeat(3,1fr)
  }
  .clients-heading {
    grid-template-columns:1fr
  }
  .clients-counts {
    margin-top:-30px
  }
}
@media(max-width:680px) {
  .clients-heading h2 {
    font-size:33px;
    letter-spacing:-1px
  }
  .clients-heading p {
    font-size:15px
  }
  .clients-counts {
    margin-top:-38px;
    display:grid;
    grid-template-columns:1fr 1fr
  }
  .clients-counts>div {
    width:auto;
    min-height:82px
  }
  .clients-grid {
    grid-template-columns:1fr 1fr;
    gap:9px;
    margin-top:34px
  }
  .client-logo {
    height:105px;
    padding:12px
  }
  .client-logo.image-logo {
    padding:18px 16px
  }
  .client-logo.image-logo img {
    max-width:142px;
    max-height:62px
  }
  .client-logo.soleil.image-logo img {
    max-width:96px;
    max-height:66px
  }
  .client-logo.izipay.image-logo img {
    max-width:60px;
    max-height:60px
  }
  .client-logo.sercosta.image-logo img {
    max-width:138px;
    max-height:66px
  }
  .client-logo strong {
    font-size:19px
  }
  .client-logo.sea small {
    font-size:5.8px
  }
  .client-logo.soleil-trading strong {
    font-size:20px
  }
  .mexico-clients {
    grid-template-columns:44px 1fr;
    padding:17px
  }
  .mexico-clients>span {
    width:42px;
    height:42px
  }
  .mexico-clients>.mexico-flag {
    font-size:26px
  }
  .mexico-clients>em {
    grid-column:2;
    width:max-content
  }
  .mexico-clients b {
    font-size:13px
  }
  .mexico-clients p {
    font-size:9.5px
  }
}
/* Estado activo de navegación para la versión estática */
.nav-links a[aria-current="true"] {
  color:#004987;
  background:#fff;
  box-shadow:0 4px 12px rgba(0,48,90,.08)
}
.nav-links a[aria-current="true"]:after {
  transform:scaleX(1)
}
/* Bandera de México como imagen para evitar el fallback de texto "MX" */
.mexico-clients>.mexico-flag img {
  display:block;
  width:40px;
  height:auto;
  border-radius:3px
}
@media(max-width:680px) {
  .mexico-clients>.mexico-flag img {
    width:34px
  }
}
/* Logos reales de ERP alrededor del Portal de Proveedores */
.orbit .planet {
  width:92px;
  height:92px;
  padding:14px
}
.orbit .planet img {
  display:block;
  width:100%;
  height:100%;
  max-width:66px;
  max-height:48px;
  object-fit:contain
}
.orbit .planet.p1 img {
  max-width:68px
}
.orbit .planet.p2 img {
  max-width:62px
}
.orbit .planet.p3 img {
  max-width:68px
}
.orbit .planet.p4 img {
  max-width:64px
}
@media(max-width:680px) {
  .orbit .planet {
    width:84px;
    height:84px;
    padding:13px
  }
}
