/* =====================================================
   Mobile premium layer — conversion-focused
   Target ≤ 760px. Layered on top of styles.css.
   ===================================================== */

/* Hide mobile-only chrome on desktop by default */
.sticky-bottom,
.urgency {
  display: none;
}

@media (max-width: 760px) {
  .sticky-bottom,
  .urgency {
    display: flex;
  }
}

@media (max-width: 760px) {

  /* ---------- BODY / TYPE SCALE ---------- */
  body { font-size: 16px; }

  .display-1 {
    font-size: 44px;
    line-height: 1.02;
    letter-spacing: -0.022em;
  }
  .display-2 {
    font-size: 34px;
    line-height: 1.06;
  }
  .display-3 { font-size: 26px; }
  .lead { font-size: 15.5px; }

  /* ---------- NAV ---------- */
  .nav { padding: 14px 0; }
  .nav-logo small { display: none; }
  .nav-logo { font-size: 19px; }
  .nav-cta {
    font-size: 12.5px;
    padding: 8px 12px 8px 14px;
  }
  .nav-cta span:not(.dot) { display: inline; }

  /* ---------- HERO ---------- */
  .hero {
    padding-top: 110px;
    padding-bottom: 40px;
    background:
      radial-gradient(80% 60% at 100% 0%, rgba(163,230,53,0.14), transparent 60%),
      radial-gradient(60% 50% at 0% 100%, rgba(31,58,46,0.08), transparent 60%);
  }
  .hero-grid { gap: 36px; }
  .hero-headline { margin: 18px 0 18px; }
  .hero-sub {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 24px;
    max-width: none;
  }
  .hero-actions { gap: 14px; }
  .hero-actions .cta {
    width: 100%;
    justify-content: space-between;
    padding: 18px 22px;
    font-size: 16px;
  }
  .hero-actions .cta-ghost { font-size: 13.5px; }
  .hero-micro { font-size: 12.5px; gap: 8px; }

  /* Hero visual — single mockup, floating cards becomes inline badges */
  .hero-visual-v2 {
    height: auto;
    padding-bottom: 28px;
  }
  .browser-frame { transform: none !important; }
  .browser-frame:hover { transform: none !important; }
  .browser-chrome { padding: 10px 12px; }
  .browser-dots span { width: 9px; height: 9px; }
  .browser-url { font-size: 10px; padding: 5px 10px; }

  /* On mobile, only keep the "Approved" pill — hide the others to avoid clutter */
  .fc-preview { display: none; }
  .fc-metric { display: none; }
  .fc-approved {
    position: absolute;
    bottom: -18px;
    right: 8px;
    padding: 12px 14px;
    border-radius: 12px;
    transform: none;
    animation: none;
    box-shadow: 0 18px 36px -16px rgba(10,10,10,0.4);
  }
  .fc-approved .big { font-size: 18px; }
  .fc-approved .label { font-size: 9px; }
  .fc-approved .delta { font-size: 10px; margin-top: 4px; }

  /* ---------- MOBILE VALUE STRIP (compact stats bar) ---------- */
  .m-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--rule);
    border: 1px solid var(--rule);
    border-radius: 12px;
    margin-top: 56px;
    overflow: hidden;
  }
  .m-stats > div {
    background: var(--bg);
    padding: 18px 16px;
    text-align: left;
  }
  .m-stats .k {
    font-family: var(--serif);
    font-size: 26px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--ink);
    font-weight: 400;
  }
  .m-stats .k em { font-style: italic; color: var(--accent); }
  .m-stats .l {
    font-family: var(--mono);
    font-size: 9.5px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted);
    display: block;
    margin-top: 6px;
  }

  /* Trust bar reordered + compact */
  .trust {
    margin-top: 36px;
    padding-top: 24px;
    gap: 12px;
    font-size: 13px;
  }
  .trust > div { gap: 10px; }

  /* ---------- SECTIONS ---------- */
  section { scroll-margin-top: 64px; }
  .problem { padding: 70px 0; }
  .problem p {
    font-size: 24px;
    line-height: 1.25;
  }

  /* ---------- VITOR ---------- */
  .vitor { padding: 70px 0; }
  .vitor-grid { gap: 30px; }
  .vitor-photo { aspect-ratio: 3 / 4; }
  .vitor-body h3 { font-size: 32px; margin: 14px 0 22px; }
  .vitor-body p { font-size: 17px; line-height: 1.48; }
  .vitor-body p.strong-line { font-size: 16px; }
  .vitor-sig .name { font-size: 36px; }

  /* ---------- MANIFESTO ---------- */
  .manifesto { padding: 70px 0; }
  .manifesto-head { gap: 24px; }
  .manifesto-head h2 { font-size: 40px; }
  .manifesto-body p { font-size: 17px; }
  .pillars { margin-top: 40px; }
  .pillar {
    padding: 24px 0 22px 0 !important;
    border-bottom: 1px solid var(--rule) !important;
    border-right: 0 !important;
  }
  .pillar:last-child { border-bottom: 0 !important; }
  .pillar h4 { font-size: 26px; }
  .pillar p { font-size: 14px; }

  /* ---------- HOW IT WORKS ---------- */
  .how { padding: 70px 0; }
  .how-steps { gap: 24px; }
  .step { padding-top: 22px; }
  .step .num { font-size: 68px; margin-bottom: 16px; }
  .step h4 { font-size: 22px; }
  .step p { font-size: 14.5px; }

  /* ---------- MARQUEE ---------- */
  .marquee { padding: 50px 0; }
  .marquee-track { animation-duration: 50s; gap: 12px; }
  .logo-chip {
    min-width: 168px;
    padding: 12px 16px;
    border-radius: 12px;
  }
  .logo-chip .mark { width: 32px; height: 32px; font-size: 15px; }
  .logo-chip .name { font-size: 15px; }
  .logo-chip .seg { font-size: 9px; }
  .marquee-head p { font-size: 17px; padding: 0 16px; }

  /* ---------- CHAT MOCKUP ---------- */
  .chat-section { padding: 70px 0; }
  .chat-copy h2 { font-size: 34px; margin: 14px 0 18px; }
  .chat-copy p { font-size: 15.5px; }
  .chat-features { margin-top: 24px; gap: 14px; }
  .chat-features .row p { font-size: 13.5px; }
  .phone-mock { max-width: 280px; padding: 8px; border-radius: 36px; }
  .phone-mock::before { width: 80px; height: 22px; top: 14px; }
  .phone-screen { border-radius: 28px; }
  .wa-header { padding: 36px 12px 10px; }
  .wa-header .ava { width: 30px; height: 30px; }
  .wa-header .who { font-size: 12px; }
  .wa-header .status { font-size: 10px; }
  .wa-msg { font-size: 11.5px; padding: 7px 10px; }

  /* ---------- PROOF / CASES — Horizontal snap scroll ---------- */
  .proof { padding: 70px 0; }
  .counter { font-size: 110px; }
  .proof-headline h2 { font-size: 22px; }
  .cases-grid {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-left: var(--gutter);
    gap: 14px;
    margin-top: 40px;
    margin-left: calc(var(--gutter) * -1);
    margin-right: calc(var(--gutter) * -1);
    padding: 4px var(--gutter) 24px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .cases-grid::-webkit-scrollbar { display: none; }
  .case-card {
    flex: 0 0 86%;
    scroll-snap-align: start;
    border-radius: 16px;
  }
  .case-meta { padding: 18px 18px 20px; }
  .case-meta .who { font-size: 18px; }
  .case-meta .delta { font-size: 17px; }

  /* Hint that there's more to swipe */
  .cases-grid::after {
    content: "";
    flex: 0 0 12px;
  }
  .cases-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: -4px;
    margin-bottom: 12px;
  }
  .cases-hint .swipe {
    width: 18px; height: 1px;
    background: currentColor;
    position: relative;
  }
  .cases-hint .swipe::after {
    content: "";
    position: absolute;
    right: 0; top: -2px;
    width: 5px; height: 5px;
    border-right: 1px solid currentColor;
    border-top: 1px solid currentColor;
    transform: rotate(45deg);
  }

  .testimonials { margin-top: 40px; gap: 14px; }
  .t-card { padding: 22px 20px 18px; border-radius: 14px; }
  .t-quote { font-size: 17px; }

  /* ---------- INCLUDED ---------- */
  .included { padding: 70px 0; }
  .included-grid { gap: 30px; }
  .included-list li {
    grid-template-columns: 28px 1fr auto;
    padding: 18px 0;
    gap: 10px;
  }
  .included-list .title { font-size: 16.5px; }
  .included-list .meta { font-size: 9.5px; }
  .included-list .desc { font-size: 13px; margin-top: 4px; }

  /* ---------- CITIES ---------- */
  .cities { padding: 60px 0; }
  .city { padding: 24px 18px; }
  .city h4 { font-size: 22px; }
  .city p { font-size: 12.5px; }
  .city .pin { top: 22px; right: 18px; }

  /* ---------- FAQ ---------- */
  .faq { padding: 70px 0; }
  .faq-q {
    font-size: 17px;
    padding: 20px 0;
    gap: 14px;
  }
  .faq-q .toggle { width: 26px; height: 26px; font-size: 14px; }
  .faq-a p { font-size: 14.5px; padding-right: 16px; margin-bottom: 20px; }
  .faq-n { font-size: 9.5px; margin-right: 8px; }

  /* ---------- FINAL CTA ---------- */
  .final { padding: 80px 0; }
  .final h2 { font-size: 38px; }
  .final p { font-size: 18px; }
  .final .cta {
    width: 100%;
    justify-content: space-between;
    font-size: 16px;
    padding: 18px 22px;
  }
  .final .cta-large { padding: 20px 24px; font-size: 17px; }
  .final-micro { font-size: 12.5px; }

  /* ---------- FOOTER ---------- */
  .footer { padding: 28px 0 100px; }
  .footer-inner { gap: 16px; text-align: left; }
  .footer-brand .meta { font-size: 9px; }
  .footer-links { gap: 18px; }

  /* ---------- STICKY BOTTOM CTA ---------- */
  .sticky-bottom {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 55;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,0.94);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-top: 1px solid var(--rule);
    display: flex;
    align-items: center;
    gap: 10px;
    transform: translateY(110%);
    transition: transform 0.45s var(--ease);
  }
  .sticky-bottom.show { transform: translateY(0); }
  .sticky-bottom .pricing {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    line-height: 1;
    padding-right: 4px;
  }
  .sticky-bottom .pricing .from {
    font-family: var(--mono);
    font-size: 9px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 4px;
  }
  .sticky-bottom .pricing .value {
    font-family: var(--serif);
    font-size: 22px;
    letter-spacing: -0.02em;
    color: var(--ink);
    font-weight: 400;
  }
  .sticky-bottom .pricing .value em {
    font-style: italic;
    color: var(--accent);
    font-size: 12px;
    letter-spacing: 0;
    margin-left: 4px;
  }
  .sticky-bottom .cta {
    flex: 1;
    padding: 14px 16px 14px 18px;
    font-size: 14.5px;
    background: var(--ink);
    color: #fff;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .sticky-bottom .cta .arrow {
    width: 30px; height: 30px;
    background: var(--accent-2);
    color: var(--accent-ink);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  /* Hide the desktop floating WhatsApp button (sticky bottom replaces it) */
  .wa-float { display: none; }

  /* ---------- URGENCY RIBBON ---------- */
  .urgency {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 49;
    background: var(--ink);
    color: #fff;
    padding: 8px 14px;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: center;
    transform: translateY(-100%);
    transition: transform 0.4s var(--ease);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .urgency.show { transform: translateY(0); }
  .urgency.show ~ .nav { top: 30px; }
  .urgency .pulse {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--accent-2);
    animation: pulseDot 1.8s infinite;
  }
  @keyframes pulseDot {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
  }
  .urgency em {
    font-style: normal;
    color: var(--accent-2);
    font-weight: 600;
  }

  /* ---------- TWEAKS — hide on mobile (use only for desktop demo) ---------- */
  .twk-toggle { display: none !important; }

}

/* ---------- Reduce motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; }
  .split-word > span { transform: none !important; }
  .marquee-track { animation: none !important; }
}

/* ---------- Very small screens (≤360px) ---------- */
@media (max-width: 360px) {
  .display-1 { font-size: 38px; }
  .hero { padding-top: 100px; }
  .nav-cta span:not(.dot) { display: none; }
  .nav-cta { padding: 8px 10px; }
}
