/* Nova LP — seções incorporadas do trial (estilo alinhado à landing oficial) */

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  height: 3px;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--primary));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 80ms linear;
}

.hero-section--trial .hero-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  grid-template-areas:
    "content visual"
    "highlights highlights";
  align-items: start;
  gap: 1.5rem 2rem;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.hero-section--trial .hero-content {
  grid-area: content;
  max-width: none;
  margin: 0;
  text-align: left;
}

.hero-section--trial .hero-visual-column {
  grid-area: visual;
}

.hero-highlights--bar {
  grid-area: highlights;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  width: 100%;
  max-width: none;
  margin: 0.5rem 0 0;
}

.hero-highlights--bar .hero-highlight {
  justify-content: center;
  text-align: center;
  padding: 0.65rem 0.5rem;
  font-size: 0.76rem;
}

.hero-section--trial .hero-image {
  max-width: none;
  margin: 0;
  align-self: start;
  margin-top: -0.25rem;
}

.hero-visual-column {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-self: start;
}

.hero-visual-actions {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding-right: clamp(0px, 4%, 24px);
}

.hero-visual-actions .hero-offer-badge {
  max-width: none;
  width: 100%;
  margin-bottom: 0;
}

.hero-visual-actions .hero-mini-proof {
  margin-bottom: 0;
}

.hero-visual-combo {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 0 0.5rem;
  min-height: 0;
}

.hero-visual-combo .hero-laptop {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  transform: scale(1.12);
  transform-origin: center top;
}

.hero-phone-float {
  position: absolute;
  right: -2%;
  bottom: -2%;
  width: clamp(120px, 30%, 190px);
  z-index: 2;
  pointer-events: none;
}

.hero-phone-float .app-phone-mockup {
  width: 100%;
  margin: 0;
  padding: 6px;
  border-radius: 22px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.45);
}

.hero-phone-float .app-phone-screen {
  border-radius: 16px;
  overflow: hidden;
}

.hero-phone-float .app-phone-screenshot {
  width: 100%;
  height: auto;
}

.hero-section--trial .hero-buttons {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.hero-section--trial .hero-mini-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.hero-section--trial {
  overflow: hidden;
  align-items: stretch;
  padding-top: 5.25rem;
  padding-bottom: 3rem;
  width: 100%;
}

.hero-offer-badge {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  margin-bottom: 1.25rem;
  border-radius: 12px;
  background: rgba(94, 234, 212, 0.12);
  border: 1px solid rgba(94, 234, 212, 0.35);
  max-width: 520px;
}

.hero-offer-badge strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1;
  color: #7dd3fc;
  white-space: nowrap;
}

.hero-offer-badge span {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.4;
}

.hero-offer-badge small {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
}

.hero-command-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.75);
}

.hero-command-line kbd {
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  background: var(--primary);
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.78rem;
}

.hero-command-line strong {
  color: #7dd3fc;
  font-weight: 600;
}

.hero-mini-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.hero-mini-proof span {
  font-size: 0.75rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.75);
}

.btn-trial {
  background: linear-gradient(135deg, var(--accent), var(--primary));
  border: none;
  color: #fff;
  font-weight: 700;
}

.btn-trial:hover {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 128, 248, 0.4);
}

.motion-ticker {
  overflow: hidden;
  background: var(--dark-bg-secondary);
  border-block: 1px solid var(--border-color-dark);
  padding: 0.85rem 0;
}

.motion-ticker__track {
  display: flex;
  gap: 2rem;
  width: max-content;
  animation: ticker 28s linear infinite;
}

.motion-ticker__track span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-light-dark);
}

.motion-ticker__track i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.offer-form-section {
  background: var(--light-bg);
  color: var(--text-dark);
}

.offer-form-section h2,
.offer-form-section h3 {
  color: var(--text-dark);
}

.offer-form-section p,
.offer-form-section li {
  color: var(--text-light);
}

.offer-form-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.offer-kicker {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  margin-bottom: 0.75rem;
}

.offer-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}

.offer-list li {
  display: flex;
  gap: 0.6rem;
  margin-bottom: 0.65rem;
  font-size: 0.95rem;
}

.offer-list li i {
  color: var(--primary);
  margin-top: 0.2rem;
}

.lead-form {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 12px 40px rgba(15, 20, 25, 0.08);
}

.lead-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.lead-form .field {
  margin-bottom: 1rem;
}

.lead-form label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--text-dark);
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.92rem;
  color: var(--text-dark);
  background: #fff;
}

.lead-form textarea {
  min-height: 88px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(0, 128, 248, 0.15);
}

.lead-form .form-note {
  margin-top: 0.75rem;
  font-size: 0.78rem;
  color: var(--text-light);
  text-align: center;
}

.metrics-section {
  background: var(--dark-bg-secondary);
  padding: 3rem 0;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.metric-card {
  padding: 1.25rem;
  border-radius: 12px;
  background: var(--card-gradient);
  border: 1px solid var(--border-color-dark);
}

.metric-card strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #fff;
  font-size: 1rem;
}

.metric-card p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--text-light-dark);
  line-height: 1.45;
}

.pain-section {
  background: var(--dark-bg);
}

.pain-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
  gap: 2.5rem;
  align-items: start;
}

.pain-quote {
  position: sticky;
  top: 5.75rem;
  z-index: 5;
  padding: 2rem;
  border-radius: 16px;
  background: var(--card-gradient);
  border: 1px solid var(--border-color-dark);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.45;
  color: #fff;
  align-self: start;
}

.pain-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pain-row {
  display: flex;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border-radius: 12px;
  background: var(--card-gradient);
  border: 1px solid var(--border-color-dark);
}

.pain-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(185, 28, 28, 0.15);
  color: #f87171;
  font-weight: 800;
}

.pain-row h3 {
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
}

.pain-row p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-light-dark);
}

.conversion-routes-section {
  background: var(--dark-bg-secondary);
}

.routes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.route-card {
  padding: 1.35rem;
  border-radius: 14px;
  background: var(--card-gradient);
  border: 1px solid var(--border-color-dark);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.route-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 128, 248, 0.45);
}

.route-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.route-card p {
  font-size: 0.88rem;
  color: var(--text-light-dark);
  margin-bottom: 1rem;
  line-height: 1.45;
}

.route-card a {
  font-size: 0.88rem;
  font-weight: 600;
  color: #7dd3fc;
}

.route-card a:hover {
  color: var(--primary);
}

.pricing-trial-badge {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(94, 234, 212, 0.15);
  border: 1px solid rgba(94, 234, 212, 0.35);
  color: #7dd3fc;
  font-size: 0.75rem;
  font-weight: 700;
}

.pain-section .offer-kicker {
  color: #7dd3fc;
}

.pain-section .section-title h2 {
  color: #fff;
}

.pain-section .section-title p {
  color: var(--text-light-dark);
}

.sticky-mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom));
  background: rgba(15, 20, 25, 0.96);
  border-top: 1px solid var(--border-color-dark);
  gap: 0.5rem;
}

.sticky-mobile-bar .btn {
  flex: 1;
  font-size: 0.88rem;
  padding: 0.65rem 0.5rem;
}

@media (max-width: 991px) {
  .hero-section--trial {
    padding-top: 4.5rem;
    padding-bottom: 2rem;
  }

  .hero-section--trial .hero-section__inner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "visual"
      "content"
      "highlights";
    gap: 1.25rem;
    width: 100%;
  }

  .hero-section--trial .hero-content {
    text-align: left;
    width: 100%;
    max-width: none;
  }

  .hero-section--trial .hero-visual-column {
    width: 100%;
    min-width: 0;
  }

  .hero-section--trial .hero-title {
    font-size: clamp(1.65rem, 7vw, 2.25rem);
  }

  .hero-section--trial .hero-subtitle {
    font-size: 1rem;
    max-width: none;
  }

  .hero-section--trial .hero-buttons {
    justify-content: stretch;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .hero-section--trial .hero-buttons .btn {
    width: 100%;
    max-width: none;
  }

  .hero-highlights--bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0.25rem;
    width: 100%;
  }

  .hero-highlights--bar .hero-highlight {
    justify-content: flex-start;
    text-align: left;
    font-size: 0.74rem;
  }

  .hero-offer-badge {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: none;
    flex-direction: column;
    gap: 0.5rem;
  }

  .hero-offer-badge strong {
    white-space: normal;
    font-size: 1.2rem;
  }

  .hero-visual-actions {
    display: none;
  }

  .hero-visual-combo {
    padding: 0;
    padding-bottom: 0;
    min-height: auto;
    width: 100%;
  }

  .hero-phone-float {
    display: none;
  }

  .offer-form-layout,
  .pain-grid {
    grid-template-columns: 1fr;
  }

  .pain-quote {
    position: static;
    box-shadow: none;
  }

  .metrics-grid,
  .routes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sticky-mobile-bar {
    display: flex;
    width: 100%;
  }

  body.has-sticky-mobile {
    padding-bottom: 76px;
  }

  /* Esconde floats quando a barra sticky já cobre as CTAs */
  body.has-sticky-mobile .whatsapp-float,
  body.has-sticky-mobile .pricing-float {
    display: none !important;
  }

  .section {
    padding: 56px 0;
  }

  .section-title {
    margin-bottom: 2rem;
  }

  .section-title h2 {
    font-size: clamp(1.5rem, 6vw, 1.85rem);
  }

  .section-title p {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .lead-form-row,
  .metrics-grid,
  .routes-grid {
    grid-template-columns: 1fr;
  }

  .hero-highlights--bar {
    grid-template-columns: 1fr;
  }

  .hero-section--trial {
    padding-top: 4rem;
    padding-bottom: 1.5rem;
  }

  .navbar {
    padding: 0.65rem 0;
  }

  .navbar-brand-logo {
    height: 32px;
  }

  .sticky-mobile-bar {
    padding-inline: 0.75rem;
  }

  .sticky-mobile-bar .btn {
    font-size: 0.82rem;
    padding: 0.7rem 0.4rem;
  }

  .pain-row {
    flex-direction: column;
    gap: 0.65rem;
  }

  .metric-card,
  .route-card {
    padding: 1rem;
  }
}
