/* BLOCO ISOLADO: rp-plans-* */
.rp-plans-section {
  --rp-bg: #050505;
  --rp-bg-soft: #111111;
  --rp-card: linear-gradient(180deg, #535353 0%, #1a1a1a 100%);
  --rp-card-featured: linear-gradient(180deg, #2a0000 0%, #120707 100%);
  --rp-red: #d90429;
  --rp-red-strong: #ff1e1e;
  --rp-red-dark: #8b0000;
  --rp-text: #ffffff;
  --rp-text-soft: #d7d7d7;
  --rp-border: rgba(255, 255, 255, 0.08);
  --rp-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);

  padding: 72px 20px;
  background:
    radial-gradient(circle at top, rgba(217, 4, 41, 0.14), transparent 35%),
    linear-gradient(180deg, #000000 0%, #0d0d0d 100%);
  font-family: Arial, Helvetica, sans-serif;
}

.rp-plans-container {
  max-width: 1320px;
  margin: 0 auto;
}

.rp-plans-header {
  text-align: center;
  margin-bottom: 42px;
}

.rp-plans-tag {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid rgba(255, 30, 30, 0.35);
  border-radius: 999px;
  color: var(--rp-red-strong);
  background: rgba(255, 30, 30, 0.08);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rp-plans-title {
  margin: 18px 0 12px;
  color: var(--rp-text);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
  font-weight: 800;
}

.rp-plans-subtitle {
  max-width: 760px;
  margin: 0 auto;
  color: var(--rp-text-soft);
  font-size: 16px;
  line-height: 1.6;
}

.rp-plans-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.rp-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 28px 22px 24px;
  border: 1px solid var(--rp-border);
  border-radius: 24px;
  background: var(--rp-card);
  box-shadow: var(--rp-shadow);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.rp-plan-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 0, 0, 0.06), transparent 28%);
  pointer-events: none;
}

.rp-plan-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 30, 30, 0.26);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.45);
}

.rp-plan-card--featured {
  background: var(--rp-card-featured);
  border-color: rgba(255, 30, 30, 0.28);
  transform: scale(1.02);
}

.rp-plan-card--featured:hover {
  transform: translateY(-8px) scale(1.02);
}

.rp-plan-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  padding: 8px 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--rp-red-strong), var(--rp-red-dark));
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 20px rgba(217, 4, 41, 0.35);
padding-left: 70px;}

.rp-plan-top {
  position: relative;
  z-index: 1;
}

.rp-plan-speed {
  margin: 0;
  color: var(--rp-text);
  text-align: center;
  font-size: clamp(52px, 6vw, 78px);
  line-height: 1;
  font-weight: 800;
}

.rp-plan-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 14px 0 28px;
}

.rp-plan-divider span {
  width: 46px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.rp-plan-divider strong {
  color: var(--rp-text);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.rp-plan-features {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rp-plan-features li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  color: var(--rp-text-soft);
  font-size: 15px;
  line-height: 1.35;
}

.rp-plan-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--rp-red-strong), var(--rp-red-dark));
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(217, 4, 41, 0.22);
}

.rp-plan-price-box {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.07);
  text-align: center;
}

.rp-plan-price {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  line-height: 1;
}

.rp-plan-currency {
  margin-right: 6px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}

.rp-plan-value {
  font-size: clamp(52px, 6vw, 74px);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.rp-plan-cents {
  margin-top: 14px;
  font-size: 24px;
  font-weight: 700;
}

.rp-plan-price-box p {
  margin: 10px 0 0;
  color: #f1f1f1;
  font-size: 15px;
}

.rp-plan-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 22px;
  padding: 17px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--rp-red), var(--rp-red-strong));
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  box-shadow: 0 12px 22px rgba(217, 4, 41, 0.22);
}

.rp-plan-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(217, 4, 41, 0.3);
  opacity: 0.96;
}

.rp-plan-button:active {
  transform: translateY(0);
}
.rp-plan-name {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rp-red-strong);
}
@media (max-width: 1200px) {
  .rp-plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .rp-plans-section {
    padding: 56px 16px;
  }

  .rp-plans-grid {
    grid-template-columns: 1fr;
    gap: 100px;
  }

  .rp-plan-card,
  .rp-plan-card--featured,
  .rp-plan-card--featured:hover {
    transform: none;
  }

  .rp-plan-card {
    padding: 24px 18px 20px;
  }

  .rp-plan-divider {
    gap: 12px;
  }

  .rp-plan-divider span {
    width: 34px;
  }

  .rp-plan-divider strong {
    font-size: 18px;
  }

  .rp-plan-features li {
    font-size: 14px;
  }

  .rp-plan-button {
    padding: 15px 18px;
    font-size: 16px;
  }
}

/*faixa*/
.exnet-marquee {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #8b0000, #c40000);
  padding: 14px 0;
    font-family: "Outfit", sans-serif;

}

.exnet-marquee-track {
  display: flex;
  width: max-content;
  gap: 28px;
  animation: exnet-scroll 20s linear infinite;
}

.exnet-marquee-track span {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
  letter-spacing: 0.05em;
}

/* animação */
@keyframes exnet-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* mobile */
@media (max-width: 768px) {
  .exnet-marquee-track span {
    font-size: 14px;
  }

  .exnet-marquee-track {
    animation-duration: 14s;
  }
}
/*faixa/*

/*cliente*/
.clientnet-section {
  --clientnet-red: #c40000;
  --clientnet-red-dark: #8b0000;
  --clientnet-black: #0a0a0a;
  --clientnet-gray: #dcdcdc;

  padding: 80px 20px;
  background: linear-gradient(180deg, #000000, #0d0d0d);
  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(135deg, var(--clientnet-red), #ff1e1e);
  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*/