.plans-highlight-section,
.plans-highlight-section * {
  box-sizing: border-box;
}

.plans-highlight-section {
  width: 100%;
  padding: 90px 20px;

  background:
  linear-gradient(
    135deg,
    #020817 0%,
    #002e7e 45%,
    #09135c 100%
  );

  overflow: hidden;
}

.plans-highlight-container {
  width: 100%;
  max-width: 1180px;

  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 70px;
}

.plans-highlight-content {
  width: 100%;
  max-width: 620px;
}

.plans-highlight-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 20px;

  border-radius: 999px;

  background: rgba(255,255,255,0.08);

  border: 1px solid rgba(255,255,255,0.06);

  color: #ffffff;

  font-size: 14px;
  font-weight: 700;

  margin-bottom: 24px;

  font-family: 'Inter', sans-serif;
}

.plans-highlight-title {
  color: #ffffff;

  font-size: 54px;
  line-height: 1.05;

  font-weight: 800;

  letter-spacing: -2px;

  margin: 0 0 14px;

  font-family: 'Inter', sans-serif;
}

.plans-highlight-title strong {
  color: #35d0ff;
}

.plans-highlight-text {
  color: #c7d7f3;

  font-size: 18px;
  line-height: 1.7;

  margin: 0 0 30px;

  max-width: 580px;

  font-family: 'Inter', sans-serif;
}

.plans-highlight-benefits {
  display: flex;
  flex-wrap: wrap;

  gap: 14px;

  margin-bottom: 38px;
}

.plans-highlight-benefits div {
  padding: 12px 18px;

  border-radius: 14px;

  background: rgba(255,255,255,0.08);

  border: 1px solid rgba(255,255,255,0.05);

  color: #ffffff;

  font-size: 15px;
  font-weight: 600;

  font-family: 'Inter', sans-serif;
}

.plans-highlight-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 17px 32px;

  border-radius: 16px;

  background: linear-gradient(
    135deg,
    #35d0ff,
    #0aa7ff
  );

  color: #02111f;

  font-size: 16px;
  font-weight: 800;

  text-decoration: none;

  transition: 0.3s ease;

  font-family: 'Inter', sans-serif;

  box-shadow:
    0 10px 30px rgba(53,208,255,0.25);
}

.plans-highlight-button:hover {
  transform: translateY(-4px);

  box-shadow:
    0 18px 40px rgba(53,208,255,0.35);
}

.plans-highlight-card {
  width: 340px;
  min-height: 340px;

  padding: 40px 32px;

  border-radius: 30px;

  background: rgba(255, 255, 255, 0.06);

  border: 1px solid rgba(255,255,255,0.08);

  backdrop-filter: blur(18px);

  box-shadow:
    0 10px 40px rgba(0,0,0,0.35),
    inset 0 1px 0 rgba(255,255,255,0.05);

  text-align: center;
}

.plans-highlight-card span {
  display: block;

  color: #8ecfff;

  font-size: 15px;
  font-weight: 700;

  margin-bottom: 14px;

  font-family: 'Inter', sans-serif;
}

.plans-highlight-card h3 {
  color: #ffffff;

  font-size: 68px;
  line-height: 1;

  margin: 0 0 12px;

  font-weight: 900;

  letter-spacing: -3px;

  font-family: 'Inter', sans-serif;
}

.plans-highlight-card p {
  color: #9ccfff;

  font-size: 20px;
  font-weight: 700;

  margin: 0 0 24px;

  font-family: 'Inter', sans-serif;
}

.plans-highlight-card small {
  display: block;

  color: #c2d5ea;

  font-size: 14px;
  line-height: 1.6;

  font-family: 'Inter', sans-serif;
}

/* ========================= */
/* RESPONSIVO TABLET */
/* ========================= */

@media (max-width: 980px) {

  .plans-highlight-section {
    padding: 70px 20px;
  }

  .plans-highlight-container {
    flex-direction: column;
    align-items: center;
    text-align: center;

    gap: 45px;
  }

  .plans-highlight-content {
    max-width: 100%;
  }

  .plans-highlight-benefits {
    justify-content: center;
  }

  .plans-highlight-text {
    margin-left: auto;
    margin-right: auto;
  }

  .plans-highlight-title {
    font-size: 42px;
    line-height: 1.12;
  }

  .plans-highlight-card {
    width: 100%;
    max-width: 360px;

    min-height: auto;
  }
}

/* ========================= */
/* RESPONSIVO MOBILE */
/* ========================= */

@media (max-width: 600px) {

  .plans-highlight-section {
    width: 100%;
    padding: 42px 16px 55px;
  }

  .plans-highlight-container {
    width: 100%;
    max-width: 100%;

    flex-direction: column;
    align-items: center;

    text-align: center;

    gap: 34px;
  }

  .plans-highlight-content {
    width: 100%;
    max-width: 100%;
  }

  .plans-highlight-badge {
    font-size: 13px;

    padding: 9px 18px;

    margin-bottom: 24px;
  }

  .plans-highlight-title {
    width: 100%;
    max-width: 100%;

    font-size: 27px;
    line-height: 1.18;

    letter-spacing: -0.6px;

    margin-bottom: 50px;
  }

  .plans-highlight-text {
    width: 100%;
    max-width: 100%;

    font-size: 15.5px;
    line-height: 1.6;

    margin-bottom: 28px;
  }

  .plans-highlight-benefits {
    width: 100%;

    flex-direction: column;
    align-items: center;

    gap: 10px;

    margin-bottom: 34px;
  }

  .plans-highlight-benefits div {
    width: 100%;
    max-width: 294px;

    font-size: 14px;
  }

  .plans-highlight-button {
    width: 100%;
    max-width: 294px;

    padding: 16px 18px;
  }

  .plans-highlight-card {
    width: 100%;
    max-width: 294px;

    min-height: auto;

    padding: 30px 18px;

    border-radius: 24px;
  }

  .plans-highlight-card h3 {
    font-size: 42px;

    letter-spacing: -1.5px;
  }

  .plans-highlight-card p {
    font-size: 18px;
  }

  .plans-highlight-card small {
    font-size: 13px;
  }
}

@media (max-width: 380px) {

  .plans-highlight-title {
    font-size: 24px;
  }

  .plans-highlight-card h3 {
    font-size: 38px;
  }
}
/*faixa/*

/* cliente - área do cliente azul */
.clientnet-section {
  --clientnet-red: #c40000;
  --clientnet-red-dark: #8b0000;
  --clientnet-black: #0a0a0a;
  --clientnet-gray: #dcdcdc;

  padding: 80px 20px;
  background: linear-gradient(180deg, #041456 0%, #02114a 100%);
  font-family: Arial, Helvetica, sans-serif;
}

.clientnet-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* IMAGEM */
.clientnet-image {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
}

.clientnet-image img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
}

/* TEXTO */
.clientnet-content {
  flex: 1 1 55%;
}

.clientnet-tag {
  display: inline-block;
  margin-bottom: 16px;
  color: #ff3b3b;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.clientnet-title {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(30px, 5vw, 44px);
  font-weight: 800;
}

.clientnet-text {
  color: var(--clientnet-gray);
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 34px;
}

.clientnet-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* BOTÕES */
.clientnet-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 26px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s ease;
  min-width: 200px;
}

/* boleto */
.clientnet-btn--boleto {
  background: linear-gradient(rgb(255, 64, 0),rgb(255, 38, 0));
  color: #fff;
  box-shadow: 0 10px 22px rgba(255, 0, 0, 0.25);
}

.clientnet-btn--boleto:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(255, 0, 0, 0.35);
}

/* suporte */
.clientnet-btn--suporte {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.clientnet-btn--suporte:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

/* MOBILE */
@media (max-width: 768px) {
  .clientnet-container {
    flex-direction: column;
    text-align: center;
  }

  .clientnet-image {
    order: -1;
  }

  .clientnet-content {
    width: 100%;
  }

  .clientnet-buttons {
    justify-content: center;
  }

  .clientnet-btn {
    width: 100%;
    max-width: 300px;
  }

  .clientnet-text {
    font-size: 16px;
  }
}

/*forms*/
.zapform-section {
  padding: 80px 20px;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.zapform-container {
  max-width: 1250px;
  margin: 0 auto;
}

.zapform-badge {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 999px;
  background: #f5e8b8;
  color: #c99200;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 18px;
}

.zapform-title {
  margin: 0 0 12px;
  color: #2f2f2f;
  font-size: clamp(26px, 3vw, 64px);
  line-height: 1.05;
  font-weight: 700;
}

.zapform-subtitle {
  margin: 0 0 34px;
  color: #39485a;
  font-size: 14px;
  line-height: 1.6;
}

.zapform-form {
  width: 100%;
}

.zapform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 28px;
}

.zapform-field {
  display: flex;
  flex-direction: column;
}

.zapform-field-full {
  margin-top: 24px;
}

.zapform-field label {
  margin-bottom: 12px;
  color: #21324a;
  font-size: 14px;
  font-weight: 700;
}

.zapform-field input,
.zapform-field select,
.zapform-field textarea {
  width: 90%;
  border: none;
  outline: none;
  border-radius: 22px;
  background: #94a5ba;
  color: #111;
  padding: 20px 20px;
  font-size: 14px;
  box-sizing: border-box;
}

.zapform-field input::placeholder,
.zapform-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.zapform-field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #ffffff 50%),
    linear-gradient(135deg, #ffffff 50%, transparent 50%);
  background-position:
    calc(100% - 30px) calc(50% - 3px),
    calc(100% - 20px) calc(50% - 3px);
  background-size: 10px 10px, 10px 10px;
  background-repeat: no-repeat;
  padding-right: 60px;
}

.zapform-field textarea {
  resize: vertical;
  min-height: 130px;
}

.zapform-button {
  width: 90%;
  margin-top: 34px;
  border: none;
  border-radius: 24px;
  padding: 20px;
  background: linear-gradient(180deg, #f7cb34 0%, #efb600 100%);
  color: #000;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  box-shadow: 0 12px 24px rgba(239, 182, 0, 0.22);
}

.zapform-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(239, 182, 0, 0.28);
}

.zapform-button:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .zapform-section {
    padding: 56px 16px;
  }

  .zapform-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .zapform-field-full {
    margin-top: 18px;
  }

  .zapform-field label {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .zapform-field input,
  .zapform-field select,
  .zapform-field textarea {
    padding: 20px 18px;
    border-radius: 18px;
    font-size: 16px;
  }

  .zapform-button {
    padding: 20px;
    font-size: 20px;
    border-radius: 20px;
  }
}
/*forms*/

.jlweb-credit {
  text-align: center;
  font-size: 10px;
  color: #666;
  margin-top: 20px;
}

.jlweb-credit a {
  color: #2e6334;
  text-decoration: none;
  font-weight: 700;
}

.jlweb-credit a:hover {
  text-decoration: underline;
}


/*animação rolar planos*/
.rp-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.rp-reveal.rp-visible {
  opacity: 1;
  transform: translateY(0);
}

.rp-reveal-up {
  transform: translateY(40px);
}

.rp-reveal-left {
  transform: translateX(-40px);
}

.rp-reveal-right {
  transform: translateX(40px);
}

.rp-reveal-scale {
  transform: scale(0.96);
}

.rp-reveal-scale.rp-visible {
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .rp-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
/*animção rolar planos*/

/* ANIMAÇÃO GLOBAL */
.reveal {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.reveal.visible {
  opacity: 1;
  transform: translate(0, 0);
}

/* DIREÇÕES */
.reveal-up {
  transform: translateY(40px);
}

.reveal-left {
  transform: translateX(-40px);
}

.reveal-right {
  transform: translateX(40px);
}

.reveal-scale {
  transform: scale(0.96);
}

/* ACESSIBILIDADE */
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
/*animação global*/

/*plano-empresa*/
.business-plans-section,
.business-plans-section * {
  box-sizing: border-box;
}

.business-plans-section {
  background-image: url("../img/empresa.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.business-plans-overlay {
  width: 100%;
  min-height: 620px;

  background:
    linear-gradient(
      90deg,
      rgba(2, 8, 23, 0.648) 0%,
      rgba(7, 25, 56, 0.78) 45%,
      rgba(12, 45, 99, 0.004) 100%
    );

  display: flex;
  align-items: center;
}

.business-plans-container {
  width: 100%;
  max-width: 1180px;

  margin: 0 auto;
  padding: 90px 20px;
}

.business-plans-content {
  width: 100%;
  max-width: 640px;
}

.business-plans-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 20px;
  border-radius: 999px;

  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.08);

  color: #ffffff;

  font-size: 14px;
  font-weight: 700;

  margin-bottom: 24px;

  font-family: 'Inter', sans-serif;
}

.business-plans-title {
  color: #ffffff;

  font-size: 54px;
  line-height: 1.05;

  font-weight: 800;
  letter-spacing: -2px;

  margin: 0 0 22px;

  font-family: 'Inter', sans-serif;
}

.business-plans-text {
  color: #d7e7ff;

  font-size: 18px;
  line-height: 1.7;

  margin: 0 0 34px;

  max-width: 570px;

  font-family: 'Inter', sans-serif;
}

.business-plans-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 17px 32px;

  border-radius: 16px;

  background: linear-gradient(
    135deg,
    #ff2600,
    #e63d00
  );

  color: #ffffff;

  font-size: 16px;
  font-weight: 800;

  text-decoration: none;

  transition: 0.3s ease;

  font-family: 'Inter', sans-serif;

  box-shadow: 0 12px 32px rgba(255, 90, 19, 0.3);
}

.business-plans-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(255, 90, 19, 0.42);
}
@media (max-width: 980px) {

  .business-plans-section {
    min-height: 600px;
    background-position: center;
  }

  .business-plans-overlay {
    min-height: 600px;

    background:
      linear-gradient(
        90deg,
        rgba(2, 8, 23, 0.9) 0%,
        rgba(7, 25, 56, 0.78) 60%,
        rgba(12, 45, 99, 0.45) 100%
      );
  }

  .business-plans-container {
    padding: 80px 20px;
  }

  .business-plans-title {
    font-size: 42px;
    line-height: 1.12;
  }
}

@media (max-width: 600px) {

  .business-plans-section {
    min-height: 720px;
    background-position: center;
  }

  .business-plans-overlay {
    min-height: 720px;

    background:
      linear-gradient(
        180deg,
        rgba(2, 8, 23, 0.90) 0%,
        rgba(7, 25, 56, 0.78) 55%,
        rgba(2, 8, 23, 0.88) 100%
      );

    align-items: flex-start;
  }

  .business-plans-container {
    padding: 200px 16px 65px; /*jogar para cima ou para baixoe-empresa*/
  }

  .business-plans-content {
    max-width: 100%;
    text-align: center;
  }

  .business-plans-badge {
    font-size: 13px;
    padding: 9px 18px;
    margin-bottom: 18px;
  }

  .business-plans-title {
    font-size: 31px;
    line-height: 1.15;
    letter-spacing: -0.8px;
    margin: 0 0 18px;
  }

  .business-plans-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  .business-plans-button {
    width: 100%;
    max-width: 310px;
    padding: 16px 20px;
  }
}

@media (max-width: 380px) {

  .business-plans-container {
    padding: 170px 16px 55px;
  }

  .business-plans-title {
    font-size: 27px;
  }

  .business-plans-button {
    max-width: 100%;
  }
}
/*plano-empresa*/



/*faixa-ok*/
.exnet-marquee {
  width: 100%;
  overflow: hidden;

  background: linear-gradient(
    90deg,
    #ff4800,
    #ff3300
  );

  padding: 18px 0;

  position: relative;
}

.exnet-marquee::before,
.exnet-marquee::after {
  content: "";

  position: absolute;
  top: 0;

  width: 120px;
  height: 100%;

  z-index: 2;
}

.exnet-marquee::before {
  left: 0;

  background: linear-gradient(
    to right,
    #ff5b00,
    transparent
  );
}

.exnet-marquee::after {
  right: 0;

  background: linear-gradient(
    to left,
    #ff7b00,
    transparent
  );
}

.exnet-marquee-track {
  display: flex;
  align-items: center;

  width: max-content;

  animation: exnetScroll 28s linear infinite;
}

.exnet-marquee-track span {
  flex-shrink: 0;

  color: #ffffff;

  font-size: 18px;
  font-weight: 700;

  font-family: 'Inter', sans-serif;

  padding: 0 22px;

  white-space: nowrap;
}

.exnet-marquee-track span:nth-child(2n) {
  color: rgba(255,255,255,0.65);
  font-size: 22px;
}

@keyframes exnetScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.exnet-marquee:hover .exnet-marquee-track {
  animation-play-state: paused;
}

@media (max-width: 768px) {

  .exnet-marquee {
    padding: 14px 0;
  }

  .exnet-marquee-track span {
    font-size: 15px;
    padding: 0 16px;
  }

  .exnet-marquee-track span:nth-child(2n) {
    font-size: 18px;
  }

  .exnet-marquee::before,
  .exnet-marquee::after {
    width: 50px;
  }
}