/* @2026 Mario Machado todos os direitos reservados. */
@media (max-width: 860px) {
  body.mobile-hero-view {
    background: linear-gradient(180deg, #f4fbff 0%, #ffffff 48%, #eef8ff 100%);
  }

  body.mobile-hero-view .hero-stage {
    padding: calc(var(--header-height) + 16px) 0 24px;
    background:
      linear-gradient(180deg, rgba(244, 251, 255, 0.96) 0%, rgba(244, 251, 255, 0.88) 40%, rgba(255, 255, 255, 0.7) 100%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.48) 68%, rgba(255, 255, 255, 0.18) 100%),
      url("../images/mobile-hero-background.png") center bottom / cover no-repeat;
  }

  body.mobile-hero-view .page-shell {
    width: min(100%, 460px);
    margin: 0 auto;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  body.mobile-hero-view .hero {
    display: flex;
    flex-direction: column;
    min-height: calc(100svh - var(--header-height) - 40px);
    padding: 0 18px 18px;
    overflow: visible;
    background: none;
  }

  body.mobile-hero-view .hero-grid {
    order: 1;
  }

  body.mobile-hero-view .hero-content {
    padding: 18px 2px 0;
  }

  body.mobile-hero-view .eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin: 0 0 14px;
    padding: 0 14px;
    border: 1px solid rgba(8, 102, 199, 0.18);
    border-radius: 999px;
    color: var(--blue);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 8px 20px rgba(8, 102, 199, 0.08);
    font-size: 11px;
  }

  body.mobile-hero-view h1 {
    max-width: 12ch;
    font-size: clamp(36px, 10vw, 44px);
    line-height: 1;
  }

  body.mobile-hero-view h1 br {
    display: none;
  }

  body.mobile-hero-view h1 span {
    display: block;
    margin-top: 4px;
  }

  body.mobile-hero-view h1 i {
    width: 26px;
    height: 26px;
    margin-left: 4px;
  }

  body.mobile-hero-view .hero-copy {
    max-width: 34ch;
    margin: 16px 0 22px;
    color: #405167;
    font-size: 16px;
    line-height: 1.55;
  }

  body.mobile-hero-view .hero-actions {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 18px;
  }

  body.mobile-hero-view .btn {
    height: 54px;
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(0, 99, 199, 0.18);
  }

  body.mobile-hero-view .btn.secondary {
    background: rgba(255, 255, 255, 0.92);
    box-shadow: none;
  }

  body.mobile-hero-view .trust-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
  }

  body.mobile-hero-view .trust-item {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    gap: 8px;
    min-height: 96px;
    padding: 12px 8px;
    border: 1px solid rgba(8, 102, 199, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 10px 26px rgba(20, 82, 145, 0.08);
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
  }

  body.mobile-hero-view .trust-item .icon-bubble {
    width: 36px;
    height: 36px;
    background: #e8f4ff;
  }

  body.mobile-hero-view .trust-item svg {
    width: 20px;
    height: 20px;
  }

  body.mobile-hero-view .quick-card {
    order: 2;
    align-items: center;
    width: 100%;
    margin: 22px auto 0;
    padding: 16px 16px 16px 18px;
    border: 1px solid rgba(8, 102, 199, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 36px rgba(11, 95, 181, 0.16);
    backdrop-filter: blur(12px);
  }

  body.mobile-hero-view .quick-card strong {
    font-size: 16px;
  }

  body.mobile-hero-view .quick-card p {
    max-width: 22ch;
    margin-top: 4px;
    font-size: 12px;
  }

  body.mobile-hero-view .whatsapp-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
  }
}

@media (max-width: 380px) {
  body.mobile-hero-view .hero {
    padding-inline: 14px;
  }

  body.mobile-hero-view h1 {
    font-size: 34px;
  }

  body.mobile-hero-view .trust-item {
    min-height: 88px;
    font-size: 10.5px;
  }
}
