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

.whatsapp-float{
  right:max(24px,calc((100vw - 1180px)/2 + 24px));
  bottom:28px;
}

.main-nav{
  gap:24px;
}

.main-nav a{
  font-size:13px;
}

.hero-product{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:500px;
}

.monitor{
  position:relative;
  inset:auto;
  width:min(100%,760px);
  margin:0;
}

.monitor-screen{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1356 / 811;
  padding:10px;
  overflow:hidden;
  border-radius:16px;
  background:#111419;
  box-shadow:0 28px 70px rgba(0,0,0,.22);
}

.monitor-screen img{
  display:block;
  width:100%;
  height:100%;
  border-radius:9px;
  object-fit:cover;
  object-position:top left;
}

.monitor-base{
  width:220px;
  height:44px;
}

.honeypot{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  opacity:0;
  pointer-events:none;
}

.form-alert{
  border-radius:10px;
  padding:13px 15px;
  margin-bottom:16px;
  font-size:13px;
  font-weight:800;
  line-height:1.4;
}

.form-alert.success{
  background:rgba(22,160,101,.16);
  border:1px solid rgba(22,160,101,.34);
  color:#dcfff0;
}

.form-alert.error{
  background:rgba(214,69,69,.16);
  border:1px solid rgba(214,69,69,.36);
  color:#ffe3e3;
}

.field-error{
  color:#ffd1d1;
  font-size:11px;
  font-weight:800;
}

.lead-form .form-row > label:only-child{
  grid-column:1 / -1;
}

.commercial{
  position:relative;
  overflow:hidden;
  background:#f6f7f9;
  border-top:1px solid #edf0f4;
  border-bottom:1px solid #edf0f4;
}

.commercial-title{
  max-width:820px;
  margin-right:auto;
  margin-left:auto;
}

.commercial-title .eyebrow{
  margin-bottom:12px;
}

.commercial-title p{
  line-height:1.65;
}

.commercial-equation{
  display:grid;
  grid-template-columns:minmax(0,1fr) 48px minmax(0,1fr);
  align-items:stretch;
  max-width:860px;
  margin:0 auto 34px;
}

.commercial-equation div{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:102px;
  padding:22px 28px;
  background:#fff;
  border:1px solid #e5e8ed;
}

.commercial-equation div:first-child{
  border-radius:8px 0 0 8px;
}

.commercial-equation div:last-child{
  border-radius:0 8px 8px 0;
}

.commercial-equation small{
  color:var(--orange);
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
  margin-bottom:7px;
}

.commercial-equation strong{
  color:var(--dark);
  font-size:21px;
  line-height:1.25;
}

.commercial-equation > b{
  display:grid;
  place-items:center;
  color:#fff;
  background:var(--orange);
  font-size:27px;
}

.commercial-layout{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  border:1px solid #e1e5ea;
  border-radius:8px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 24px 60px rgba(24,28,34,.09);
}

.license-summary{
  padding:42px;
  background:var(--dark);
  color:#fff;
}

.license-kicker{
  display:block;
  color:var(--orange);
  text-transform:uppercase;
  font-size:11px;
  font-weight:900;
  letter-spacing:.06em;
  margin-bottom:12px;
}

.license-summary h3,
.order-packages h3{
  margin:0 0 12px;
  font-size:27px;
  line-height:1.2;
}

.license-summary > p,
.order-packages-heading p{
  margin:0;
  color:#cbd1da;
  line-height:1.65;
  font-size:14px;
}

.license-benefits{
  list-style:none;
  display:grid;
  gap:0;
  padding:0;
  margin:30px 0 0;
}

.license-benefits li{
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  gap:12px;
  align-items:start;
  padding:17px 0;
  border-top:1px solid rgba(255,255,255,.13);
}

.license-benefits li > span{
  display:grid;
  place-items:center;
  width:25px;
  height:25px;
  border-radius:50%;
  background:var(--orange);
  color:#fff;
  font-size:13px;
  font-weight:900;
}

.license-benefits b,
.license-benefits small{
  display:block;
}

.license-benefits b{
  font-size:14px;
  margin-bottom:4px;
}

.license-benefits small{
  color:#aeb6c1;
  font-size:12px;
  line-height:1.5;
}

.order-packages{
  padding:42px;
}

.order-packages-heading p{
  color:var(--muted);
  max-width:600px;
}

.order-tier-list{
  display:grid;
  gap:9px;
  margin-top:28px;
}

.order-tier-list article{
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  align-items:center;
  gap:16px;
  min-height:69px;
  padding:11px 18px;
  border:1px solid #e7e9ed;
  border-left:3px solid var(--orange);
  border-radius:6px;
  background:#fff;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}

.order-tier-list article:hover{
  transform:translateX(4px);
  border-color:#ffd1b8;
  box-shadow:0 10px 24px rgba(24,28,34,.07);
}

.order-tier-list article > span{
  color:#a4abb5;
  font-size:12px;
  font-weight:900;
}

.order-tier-list small,
.order-tier-list strong{
  display:block;
}

.order-tier-list small{
  color:var(--muted);
  font-size:11px;
  font-weight:700;
  margin-bottom:3px;
}

.order-tier-list strong{
  color:var(--dark);
  font-size:17px;
}

.commercial-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin-top:24px;
}

.commercial-cta p{
  max-width:760px;
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}

.commercial-cta p b{
  color:var(--dark);
}

.commercial-cta .btn{
  flex:0 0 auto;
}

.reseller{
  padding-top:18px;
}

.reseller-panel{
  display:grid;
  grid-template-columns:1.3fr .7fr;
  gap:34px;
  align-items:center;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:38px 42px;
  box-shadow:0 16px 40px rgba(24,28,34,.07);
}

.reseller-panel h2{
  margin:0 0 14px;
  font-size:34px;
  line-height:1.16;
  letter-spacing:-.03em;
}

.reseller-panel p{
  margin:0;
  color:var(--muted);
  line-height:1.7;
}

.reseller-actions{
  display:grid;
  gap:16px;
  justify-items:start;
}

.reseller-actions p{
  font-size:13px;
}

input.is-invalid,
select.is-invalid,
textarea.is-invalid{
  border-color:#ff8b8b;
  box-shadow:0 0 0 3px rgba(255,139,139,.14);
}

@media (max-width:760px){
  .whatsapp-float{
    right:18px;
    bottom:18px;
    width:54px;
    height:54px;
  }

  .hero-product{
    min-height:270px;
    overflow:visible;
  }

  .monitor{
    width:100%;
    transform:none;
  }

  .monitor-screen{
    padding:6px;
    border-radius:12px;
  }

  .monitor-screen img{
    border-radius:7px;
  }

  .monitor-base{
    width:130px;
    height:28px;
  }

  .commercial-layout,
  .reseller-panel{
    grid-template-columns:1fr;
  }

  .commercial-equation{
    grid-template-columns:1fr;
    margin-bottom:24px;
  }

  .commercial-equation div{
    min-height:auto;
    padding:19px 20px;
  }

  .commercial-equation div:first-child{
    border-radius:8px 8px 0 0;
  }

  .commercial-equation div:last-child{
    border-radius:0 0 8px 8px;
  }

  .commercial-equation > b{
    min-height:38px;
  }

  .license-summary,
  .order-packages{
    padding:30px 22px;
  }

  .license-summary h3,
  .order-packages h3{
    font-size:24px;
  }

  .commercial-cta{
    align-items:stretch;
    flex-direction:column;
  }

  .commercial-cta .btn{
    width:100%;
  }

  .reseller-panel{
    padding:28px 22px;
  }

  .reseller-panel h2{
    font-size:28px;
  }
}
