/* CRO — conversão, prova social, urgência, FAQ */

.nav-cta-wrap {
  margin-left: 8px;
}

.nav-cta {
  background: linear-gradient(135deg, var(--nudev-gold), #ffd56a) !important;
  color: #111 !important;
  font-weight: 800 !important;
  border-radius: 999px !important;
  padding: 8px 18px !important;
  margin: 10px 8px !important;
}

.nav-cta:hover {
  color: #111 !important;
  box-shadow: 0 8px 24px rgba(247, 183, 49, 0.35);
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 22px;
  color: #ddd;
  font-size: 0.92rem;
}

.hero-stars {
  color: var(--nudev-gold);
  letter-spacing: 2px;
}

.hero-urgency {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(231, 76, 60, 0.12);
  border: 1px solid rgba(231, 76, 60, 0.35);
  color: #ffb4b4;
  font-size: 0.85rem;
  font-weight: 600;
}

.social-proof-section {
  padding: 70px 0;
  background: var(--nudev-bg);
}

.proof-header {
  text-align: center;
  margin-bottom: 36px;
}

.proof-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
}

.proof-stat {
  text-align: center;
  padding: 20px;
  background: var(--nudev-surface);
  border: 1px solid var(--nudev-border);
  border-radius: 16px;
}

.proof-stat strong {
  display: block;
  font-size: 1.625rem;
  color: var(--nudev-gold);
  font-weight: 800;
}

.proof-stat span {
  color: var(--nudev-muted);
  font-size: 0.9375rem;
}

.benefits-section {
  padding: 80px 0;
  background: var(--nudev-dark);
}

.benefits-rows {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

@media (max-width: 992px) {
  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}

.benefit-card {
  background: var(--nudev-surface);
  border: 1px solid var(--nudev-border);
  border-radius: 16px;
  padding: 22px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.benefit-card:hover {
  transform: translateY(-4px);
  border-color: rgba(247, 183, 49, 0.4);
}

.benefit-card i {
  font-size: 1.5rem;
  color: var(--nudev-gold);
  margin-bottom: 12px;
}

.benefit-card h3 {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.benefit-card p {
  color: var(--nudev-muted);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
}

.cta-strip {
  padding: 48px 0;
  background: linear-gradient(135deg, rgba(247, 183, 49, 0.12), rgba(247, 183, 49, 0.04));
  border-top: 1px solid var(--nudev-border);
  border-bottom: 1px solid var(--nudev-border);
  text-align: center;
}

.cta-strip h2 {
  color: #fff;
  font-size: clamp(1.375rem, 2.8vw, 1.875rem);
  font-weight: 800;
  margin-bottom: 12px;
}

.cta-strip p {
  color: var(--nudev-muted);
  margin-bottom: 20px;
  font-size: 1rem;
}

.urgency-banner {
  max-width: 900px;
  margin: 0 auto 24px;
  padding: 14px 20px;
  border-radius: 14px;
  background: rgba(231, 76, 60, 0.1);
  border: 1px solid rgba(231, 76, 60, 0.3);
  color: #ffc9c9;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 600;
}

.plano-badge {
  display: inline-block;
  background: var(--nudev-gold);
  color: #111;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 999px;
  text-transform: uppercase;
}

.preco-original {
  display: block;
  color: #999;
  font-size: 0.875rem;
  text-decoration: line-through;
  margin-bottom: 4px;
}

.plano-economia {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(46, 204, 113, 0.15);
  color: #7ddea8;
  font-size: 0.8125rem;
  font-weight: 700;
}

.cta-btn--large {
  width: 100%;
  padding: 14px 20px !important;
  border-radius: 999px !important;
  font-size: 1rem !important;
}

.guarantee-section {
  padding: 70px 0;
  background: var(--nudev-bg);
}

.guarantee-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}

.guarantee-card {
  text-align: center;
  padding: 28px 20px;
  background: var(--nudev-surface);
  border: 1px solid var(--nudev-border);
  border-radius: 18px;
}

.guarantee-card i {
  font-size: 1.6rem;
  color: var(--nudev-gold);
  margin-bottom: 12px;
}

.guarantee-card h3 {
  color: #fff;
  font-size: 1.0625rem;
  margin-bottom: 8px;
}

.guarantee-card p {
  color: var(--nudev-muted);
  font-size: 0.9375rem;
  margin: 0;
  line-height: 1.6;
}

.faq-section {
  padding: 80px 0;
  background: var(--nudev-dark);
}

.faq-list {
  max-width: 760px;
  margin: 0 auto;
}

.faq-item {
  background: var(--nudev-surface);
  border: 1px solid var(--nudev-border);
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-item summary {
  padding: 18px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--nudev-gold);
  font-weight: 800;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  padding: 0 20px 18px;
  margin: 0;
  color: var(--nudev-muted);
  line-height: 1.65;
  font-size: 0.9375rem;
}

.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

.wa-float:hover {
  transform: scale(1.08);
  box-shadow: 0 16px 40px rgba(37, 211, 102, 0.5);
  color: #fff;
}

.contact_section {
  background: var(--nudev-dark);
}

.contact-trust {
  margin-top: 16px;
  color: var(--nudev-muted);
  font-size: 0.875rem;
  line-height: 1.6;
}

.contact-trust i {
  color: var(--nudev-gold);
  margin-right: 6px;
}

.clients_section {
  background: var(--nudev-bg);
  color: #fff;
  padding-bottom: 40px;
}

.clients_section .heading_container {
  margin-bottom: 36px;
}

.clients-slide {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: 40px;
  align-items: center;
  background: var(--nudev-surface);
  border: 1px solid var(--nudev-border, rgba(255, 255, 255, 0.08));
  border-radius: 24px;
  padding: 32px;
}

.clients-tag {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(247, 183, 49, 0.12);
  border: 1px solid rgba(247, 183, 49, 0.25);
  color: var(--nudev-gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.clients-name {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  margin: 0 0 14px;
  color: #fff;
}

.clients-desc {
  color: var(--nudev-muted, #b8b8b8);
  line-height: 1.65;
  margin: 0 0 22px;
  font-size: 1rem;
}

.clients-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--nudev-gold);
  font-weight: 700;
  text-decoration: none;
}

.clients-link:hover {
  color: #ffd56a;
}

.clients-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}

.clients-controls button {
  width: 40px;
  height: 40px;
  border: 1px solid var(--nudev-border, rgba(255, 255, 255, 0.12));
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.clients-controls button:hover {
  background: rgba(247, 183, 49, 0.15);
  border-color: rgba(247, 183, 49, 0.35);
}

.clients-controls .ident,
.clients-controls .slide-divider,
.clients-controls span:not(.slide-divider):not(.ident) {
  font-weight: 700;
  color: #ddd;
}

.clients-slide__devices {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.device {
  background: var(--nudev-surface-2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.device--desktop {
  width: min(100%, 640px);
  border-radius: 14px 14px 10px 10px;
  padding: 10px 10px 12px;
  z-index: 1;
}

.device--mobile {
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 130px;
  border-radius: 22px;
  padding: 10px 8px 12px;
  z-index: 2;
}

.device__bar {
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
  padding-left: 4px;
}

.device__bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #333;
}

.device__bar span:first-child { background: #ff5f57; }
.device__bar span:nth-child(2) { background: #febc2e; }
.device__bar span:nth-child(3) { background: #28c840; }

.device__notch {
  width: 44px;
  height: 5px;
  margin: 0 auto 8px;
  border-radius: 999px;
  background: #222;
}

.device__screen {
  overflow: hidden;
  border-radius: 8px;
  background: #000;
  line-height: 0;
}

.device--mobile .device__screen {
  border-radius: 14px;
}

.device__screen img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: top;
}

.portfolio-item {
  display: none;
}

@media (max-width: 991px) {
  .clients-slide {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 24px 20px;
  }

  .clients-slide__devices {
    min-height: 260px;
    padding-bottom: 20px;
  }

  .device--mobile {
    right: 8px;
    width: 110px;
  }
}

@media (max-width: 768px) {
  .wa-float {
    bottom: 16px;
    right: 16px;
    width: 52px;
    height: 52px;
  }
}
