*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --red: #FE063B;
      --red-dark: #c90030;
      --red-glow: rgba(254, 6, 59, 0.07);
      --bg-deep: #ffffff;
      --bg-dark: #f4f4f7;
      --bg-card: #ffffff;
      --bg-card2: #ececf2;
      --border: rgba(0,0,0,0.10);
      --border-red: rgba(254,6,59,0.3);
      --text-primary: #111118;
      --text-muted: #55556a;
      --dark-bg: #0d0d0d;
      --dark-card: #181818;
      --dark-border: rgba(255,255,255,0.08);
      --dark-text: #f0f0f0;
      --dark-muted: rgba(255,255,255,0.55);
    }

    html { scroll-behavior: smooth; }
    body {
      font-family: 'Inter', sans-serif;
      background: var(--bg-deep);
      color: var(--text-primary);
      line-height: 1.6;
      overflow-x: hidden;
    }
    img { max-width: 100%; display: block; }
    a { text-decoration: none; color: inherit; }
    ul { list-style: none; }

    /* ── Layout ─────────────────────────────────── */
    .container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
    .section { padding: 88px 0; }

    /* ── Tags / Labels ───────────────────────────── */
    .tag {
      display: inline-block;
      background: var(--red-glow);
      border: 1px solid var(--border-red);
      color: var(--red);
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      padding: 5px 14px;
      border-radius: 100px;
      margin-bottom: 18px;
    }

    .section-title {
      font-family: 'Sora', sans-serif;
      font-size: clamp(1rem, 2vw, 1.45rem);
      font-weight: 800;
      line-height: 1.25;
      letter-spacing: -0.01em;
    }
    .section-title .red { color: var(--red); }

    .divider { width: 44px; height: 3px; background: var(--red); border-radius: 2px; margin: 18px 0; }
    .divider--center { margin-left: auto; margin-right: auto; }

    /* ── Buttons ─────────────────────────────────── */
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      font-family: 'Sora', sans-serif;
      font-weight: 700;
      font-size: 1rem;
      padding: 16px 36px;
      border-radius: 10px;
      border: none;
      cursor: pointer;
      transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
      text-decoration: none;
    }
    .btn--red {
      background: var(--red);
      color: #fff;
      box-shadow: 0 4px 16px rgba(254,6,59,0.18);
    }
    .btn--red:hover {
      background: var(--red-dark);
      transform: translateY(-2px);
      box-shadow: 0 6px 24px rgba(254,6,59,0.25);
      color: #fff;
    }
    .btn--ghost {
      background: transparent;
      color: var(--text-primary);
      border: 1px solid rgba(0,0,0,0.18);
    }
    .btn--ghost:hover { border-color: var(--red); background: rgba(254,6,59,0.05); color: var(--red); }
    .btn--lg { font-size: 1.1rem; padding: 18px 48px; }
    .btn--full { width: 100%; }

    /* ── Scroll Animations ───────────────────────── */
    .reveal {
      opacity: 0;
      transform: translateY(22px);
      transition: opacity 0.55s ease, transform 0.55s ease;
    }
    .reveal.visible { opacity: 1; transform: translateY(0); }
    .reveal--d1 { transition-delay: 0.08s; }
    .reveal--d2 { transition-delay: 0.16s; }
    .reveal--d3 { transition-delay: 0.24s; }
    .reveal--d4 { transition-delay: 0.32s; }
    .reveal--d5 { transition-delay: 0.40s; }
    .reveal--d6 { transition-delay: 0.48s; }

    /* ══════════════════════════════════════════════
       NAVBAR
    ══════════════════════════════════════════════ */
    .navbar {
      position: sticky;
      top: 0;
      z-index: 100;
      background: rgba(10,10,10,0.97);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid rgba(255,255,255,0.07);
      padding: 16px 0;
    }
    .navbar .container { display: flex; align-items: center; justify-content: space-between; }
    .navbar-logo img { height: 36px; width: auto; }
    .navbar-cta { font-size: 0.85rem; padding: 10px 22px; }
    .btn-text-short { display: none; }
    .btn-text-full { display: inline; }

    /* ══════════════════════════════════════════════
       HERO
    ══════════════════════════════════════════════ */
    .hero {
      position: relative;
      min-height: 640px;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      overflow: hidden;
      background: #0a0f1e;
    }
    .hero-bg {
      position: absolute;
      inset: 0;
      background-image: url('background fss.jpg');
      background-size: cover;
      background-position: center;
      opacity: 1;
    }
    .hero-overlay {
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 70% 80% at 0% 50%, rgba(254,6,59,0.10) 0%, transparent 60%),
        linear-gradient(180deg, rgba(5,10,25,0.45) 0%, rgba(5,10,25,0.70) 100%);
    }
    .hero .container {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding-top: 60px;
      padding-bottom: 72px;
      gap: 0;
    }
    .hero-video {
      width: min(72vw, 1100px);
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      margin-bottom: 24px;
    }
    @media (min-width: 901px) {
      .hero-video {
        width: min(56vw, 850px);
      }
    }
    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(254,6,59,0.12);
      border: 1px solid var(--border-red);
      color: var(--red);
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 6px 12px;
      border-radius: 100px;
      margin-bottom: 22px;
    }
    .hero-badge .pulse {
      width: 7px; height: 7px;
      border-radius: 50%;
      background: var(--red);
      animation: blink 1.8s ease-in-out infinite;
    }
    @keyframes blink { 0%,100%{opacity:1;} 50%{opacity:0.3;} }
    .hero-title-wrap {
      display: block;
      width: 100%;
      background: var(--red);
      padding: 20px 40px;
      text-align: center;
      position: relative;
      z-index: 2;
    }
    .hero-title {
      font-family: 'Sora', sans-serif;
      font-size: clamp(0.8rem, 1.75vw, 1.3rem);
      font-weight: 800;
      line-height: 1.18;
      letter-spacing: -0.01em;
      margin-bottom: 0;
      color: #fff;
    }
    .hero-title .red { color: #fff; }
    .hero-sub {
      font-size: 1rem;
      color: rgba(255,255,255,0.65);
      line-height: 1.7;
      margin-bottom: 16px;
      max-width: 560px;
    }
    .hero-info-row {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      margin-bottom: 36px;
      justify-content: center;
    }
    .hero-info-item {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 0.82rem;
      color: rgba(255,255,255,0.65);
    }
    .hero-info-item svg { color: var(--red); flex-shrink: 0; }
    .hero .btn--ghost {
      color: rgba(255,255,255,0.85);
      border-color: rgba(255,255,255,0.2);
    }
    .hero .btn--ghost:hover {
      border-color: var(--red);
      background: rgba(254,6,59,0.1);
      color: #fff;
    }

    /* Hero Form */
    .hero-form {
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: 18px;
      padding: 32px 28px;
      position: relative;
      overflow: hidden;
    }
    .hero-form::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 2px;
      background: linear-gradient(90deg, transparent, var(--red), transparent);
    }
    .hero-form-title {
      font-family: 'Sora', sans-serif;
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 4px;
    }
    .hero-form-sub {
      font-size: 0.8rem;
      color: var(--text-muted);
      margin-bottom: 20px;
    }
    .form-field { margin-bottom: 8px; }
    .form-field label {
      display: block;
      font-size: 0.72rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.07em;
      color: var(--text-muted);
      margin-bottom: 5px;
    }
    .form-field input {
      width: 100%;
      background: #f8f8fc;
      border: 1px solid var(--border);
      border-radius: 9px;
      padding: 12px 14px;
      color: var(--text-primary);
      font-family: 'Inter', sans-serif;
      font-size: 0.92rem;
      outline: none;
      transition: border-color 0.2s, background 0.2s;
    }
    .form-field input:focus { border-color: var(--red); background: rgba(254,6,59,0.04); }
    .form-field input::placeholder { color: #aaaabc; }
    .form-field select {
      width: 100%;
      background: #f8f8fc;
      border: 1px solid var(--border);
      border-radius: 9px;
      padding: 12px 14px;
      color: var(--text-primary);
      font-family: 'Inter', sans-serif;
      font-size: 0.92rem;
      outline: none;
      appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23aaaabc' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 14px center;
      transition: border-color 0.2s, background-color 0.2s;
      cursor: pointer;
    }
    .form-field select:focus { border-color: var(--red); background-color: rgba(254,6,59,0.04); }
    .phone-input-wrapper {
      display: flex;
      background: #f8f8fc;
      border: 1px solid var(--border);
      border-radius: 9px;
      overflow: hidden;
      transition: border-color 0.2s, background 0.2s;
    }
    .phone-input-wrapper:focus-within {
      border-color: var(--red);
      background: rgba(254,6,59,0.04);
    }
    .phone-input-wrapper #f-country-code {
      border: none;
      border-right: 1px solid var(--border);
      border-radius: 0;
      background: transparent;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23aaaabc' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 8px center;
      width: auto;
      min-width: 90px;
      flex-shrink: 0;
      padding: 12px 26px 12px 10px;
      font-size: 0.88rem;
    }
    .phone-input-wrapper #f-country-code:focus { border-color: transparent; background-color: transparent; outline: none; }
    .phone-input-wrapper #f-whatsapp {
      border: none;
      border-radius: 0;
      background: transparent;
      flex: 1;
      min-width: 0;
      width: auto;
      padding: 12px 14px;
    }
    .phone-input-wrapper #f-whatsapp:focus { border-color: transparent; background: transparent; }
    .modal-logo { text-align: center; margin-bottom: 10px; }
    .modal-logo img { height: 28px; object-fit: contain; }
    .form-submit {
      width: 100%;
      margin-top: 10px;
      padding: 13px;
      font-size: 0.95rem;
    }
    .form-privacy { text-align: center; font-size: 0.7rem; color: #444; margin-top: 12px; }
    .form-spots {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      font-size: 0.75rem;
      color: var(--text-muted);
      margin-top: 10px;
    }
    .form-spots .dot { width: 7px; height: 7px; background: #22c55e; border-radius: 50%; animation: blink 2s ease-in-out infinite; }

    /* ══════════════════════════════════════════════
       LOGOS
    ══════════════════════════════════════════════ */
    .logos-section {
      background:
        radial-gradient(ellipse 60% 100% at 100% 50%, rgba(254,6,59,0.07) 0%, transparent 60%),
        linear-gradient(rgba(5,10,25,0.55), rgba(5,10,25,0.55)),
        url('background fss.jpg') center/cover;
      padding: 48px 0;
      border-top: 1px solid rgba(255,255,255,0.07);
      border-bottom: 1px solid rgba(255,255,255,0.07);
    }
    .logos-label {
      text-align: center;
      font-size: 1.4rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.45);
      margin-bottom: 36px;
    }
    .logos-carousel-wrapper {
      overflow: hidden;
      width: 100%;
      position: relative;
    }
    .logos-carousel-wrapper::before,
    .logos-carousel-wrapper::after {
      content: '';
      position: absolute;
      top: 0; bottom: 0;
      width: 80px;
      z-index: 2;
      pointer-events: none;
    }
    .logos-carousel-wrapper::before {
      left: 0;
      background: linear-gradient(to right, #0d0d0d, transparent);
    }
    .logos-carousel-wrapper::after {
      right: 0;
      background: linear-gradient(to left, #0d0d0d, transparent);
    }
    .logos-grid {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      gap: 12px;
      width: max-content;
      animation: logos-scroll 30s linear infinite;
    }
    .logos-grid:hover {
      animation-play-state: paused;
    }
    @keyframes logos-scroll {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
    .logo-box {
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 8px;
      overflow: hidden;
      padding: 0;
      height: 44px;
      width: auto;
      flex-shrink: 0;
      transition: border-color 0.2s, background 0.2s;
    }
    .logo-box:hover { border-color: rgba(255,255,255,0.18); background: rgba(255,255,255,0.08); }
    .logo-box img {
      width: auto;
      height: 100%;
      object-fit: contain;
      filter: grayscale(100%) brightness(2) contrast(0.8);
      opacity: 0.80;
      transition: opacity 0.2s;
    }
    .logo-box:hover img { opacity: 1; }

    /* ══════════════════════════════════════════════
       PAIN POINTS
    ══════════════════════════════════════════════ */
    .pain-section {
      background: var(--bg-dark);
      position: relative;
    }
    .pain-section::after {
      content: '';
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 200px;
      background: radial-gradient(ellipse 60% 100% at 50% 100%, rgba(254,6,59,0.03), transparent);
      pointer-events: none;
    }
    .pain-intro { max-width: 100%; margin-bottom: 48px; text-align: center; }
    .pain-intro .section-title { margin-bottom: 10px; max-width: 820px; margin-left: auto; margin-right: auto; }
    .pain-items {
      display: grid;
      grid-template-columns: 1fr;
      gap: 16px;
    }
    @media (min-width: 768px) {
      .pain-items {
        grid-template-columns: repeat(4, 1fr);
      }
    }
    .pain-item {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: 14px;
      overflow: hidden;
      transition: border-color 0.2s, transform 0.2s;
    }
    .pain-item:hover { border-color: var(--border-red); transform: translateY(-3px); }
    .pain-thumb {
      width: 100%;
      height: 200px;
      object-fit: cover;
      object-position: center top;
      display: block;
      flex-shrink: 0;
    }
    .pain-item-body {
      padding: 0 16px 18px;
      display: flex;
      gap: 10px;
      align-items: flex-start;
    }
    .pain-check {
      width: 18px; height: 18px;
      border-radius: 50%;
      border: 2px solid var(--red);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      margin-top: 2px;
    }
    .pain-check::after { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--red); }
    .pain-item p { font-size: 0.82rem; color: #b0b0c4; line-height: 1.6; }

    .pain-callout {
      margin-top: 36px;
      max-width: 640px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }
    .pain-callout p { font-size: 1rem; color: var(--text-muted); line-height: 1.75; }
    .pain-callout p + p { margin-top: 16px; }
    .pain-callout strong { color: var(--text-primary); }
    .pain-cta { text-align: center; margin-top: 32px; }

    /* ══════════════════════════════════════════════
       BENEFITS
    ══════════════════════════════════════════════ */
    .benefits-section { background: var(--bg-dark); }
    .benefits-header { text-align: center; margin-bottom: 56px; }
    .benefits-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }
    .benefit-card {
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 28px 22px;
      position: relative;
      overflow: hidden;
      transition: border-color 0.2s, transform 0.2s;
    }
    .benefit-card::after {
      content: '';
      position: absolute;
      bottom: 0; left: 20px; right: 20px;
      height: 1px;
      background: var(--red);
      opacity: 0;
      transition: opacity 0.2s;
    }
    .benefit-card:hover { border-color: var(--border-red); transform: translateY(-4px); }
    .benefit-card:hover::after { opacity: 1; }
    .benefit-icon {
      font-size: 1.8rem;
      margin-bottom: 14px;
      line-height: 1;
    }
    .benefit-name {
      font-family: 'Sora', sans-serif;
      font-size: 1.05rem;
      font-weight: 700;
      margin-bottom: 10px;
      color: var(--text-primary);
    }
    .benefit-desc { font-size: 0.87rem; color: var(--text-muted); line-height: 1.65; }
    .benefits-cta { text-align: center; margin-top: 48px; }

    /* ══════════════════════════════════════════════
       SYSTEM
    ══════════════════════════════════════════════ */
    .system-section {
      position: relative;
      overflow: hidden;
      text-align: center;
      background:
        radial-gradient(circle at 80% 50%, rgba(254,6,59,0.18) 0%, transparent 40%),
        radial-gradient(circle at 20% 50%, rgba(254,6,59,0.10) 0%, transparent 50%),
        linear-gradient(180deg, #05070f 0%, #0a0a0a 100%);
    }
    .system-section::before {
      content: '';
      position: absolute;
      top: 0; right: -100px;
      width: 500px; height: 500px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(254,6,59,0.03), transparent 70%);
      pointer-events: none;
    }
    .system-section .section-title { color: #fff; }
    .system-section .system-lead { color: rgba(255,255,255,0.80); }
    .system-section .system-quote { color: rgba(255,255,255,0.82); }
    .system-section .pillar { color: rgba(255,255,255,0.92); }
    .system-layout {
      display: block;
      max-width: 760px;
      margin: 0 auto;
    }
    .system-title-area { margin-bottom: 24px; }
    .system-lead {
      font-size: 0.97rem;
      color: var(--text-muted);
      line-height: 1.8;
      margin-bottom: 22px;
      text-align: center;
    }
    .system-quote {
      border-top: 3px solid var(--red);
      padding: 14px 18px;
      background: rgba(254,6,59,0.04);
      border-radius: 0 0 10px 10px;
      font-size: 0.9rem;
      color: var(--text-muted);
      font-style: italic;
      line-height: 1.7;
      margin-bottom: 28px;
      text-align: center;
    }
    .system-visual { position: relative; }
    .system-img {
      width: 100%;
      border-radius: 16px;
      border: 1px solid var(--border);
      display: block;
    }
    .pillars-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      margin-top: 32px;
    }
    .pillar {
      display: flex;
      align-items: center;
      gap: 10px;
      background: #1e1e1e;
      border: 1px solid rgba(255,255,255,0.10);
      border-radius: 10px;
      padding: 13px 14px;
      font-size: 0.82rem;
      font-weight: 600;
      transition: border-color 0.2s;
      text-align: left;
    }
    .pillar:hover { border-color: var(--border-red); }
    .pillar-n {
      width: 26px; height: 26px;
      background: rgba(254,6,59,0.12);
      border: 1px solid var(--border-red);
      border-radius: 7px;
      display: flex; align-items: center; justify-content: center;
      font-size: 0.72rem;
      font-weight: 800;
      color: var(--red);
      flex-shrink: 0;
    }

    /* ══════════════════════════════════════════════
       DIAGNOSTIC DELIVERABLES
    ══════════════════════════════════════════════ */
    .delivers-section {
      background:
        radial-gradient(circle at 80% 50%, rgba(254,6,59,0.18) 0%, transparent 40%),
        radial-gradient(circle at 20% 50%, rgba(254,6,59,0.10) 0%, transparent 50%),
        linear-gradient(180deg, #05070f 0%, #0a0a0a 100%);
    }
    .delivers-section .section-title { color: #fff; }
    .delivers-header { text-align: center; margin-bottom: 56px; }
    .delivers-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }
    .deliver-card {
      background: #1e1e1e;
      border: 1px solid rgba(255,255,255,0.10);
      border-radius: 16px;
      padding: 26px 22px;
      transition: border-color 0.2s, transform 0.2s;
    }
    .deliver-card:hover { border-color: var(--border-red); transform: translateY(-3px); }
    .deliver-icon { width: 72px; height: 72px; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; }
    .deliver-icon img { width: 72px; height: 72px; object-fit: contain; }
    .deliver-title {
      font-family: 'Sora', sans-serif;
      font-size: 0.92rem;
      font-weight: 700;
      color: var(--red);
      margin-bottom: 8px;
    }
    .deliver-text { font-size: 0.84rem; color: rgba(255,255,255,0.80); line-height: 1.65; }
    .delivers-cta { text-align: center; margin-top: 48px; }

    /* ══════════════════════════════════════════════
       VIDEO / SOBRE O DIAGNÓSTICO
    ══════════════════════════════════════════════ */
    .about-diag-section {
      background:
        radial-gradient(ellipse 60% 70% at 50% 100%, rgba(254,6,59,0.08) 0%, transparent 60%),
        linear-gradient(rgba(5,10,25,0.50), rgba(5,10,25,0.50)),
        url('background fss.jpg') center/cover;
      padding: 56px 0 64px;
    }
    .about-diag-section .section-title { color: #fff; }
    .about-diag-section .divider { background: var(--red); margin-left: auto; margin-right: auto; }
    .about-diag-inner {
      display: flex;
      flex-direction: column;
      gap: 24px;
      max-width: 720px;
      margin: 0 auto;
      text-align: center;
    }
    .about-diag-inner .about-diag-text p { text-align: left; }
    .about-diag-inner .about-diag-text .btn { display: inline-block; }
    .about-diag-text .section-title { margin-bottom: 14px; }
    .about-diag-text p {
      font-size: 0.97rem;
      color: rgba(255,255,255,0.72);
      line-height: 1.8;
    }
    .about-diag-text .btn { margin-top: 28px; }
    .video-wrapper {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      border: 1px solid var(--border);
      background: #000;
      aspect-ratio: 16/9;
    }
    .video-wrapper iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: none;
    }

    /* ══════════════════════════════════════════════
       TESTIMONIALS
    ══════════════════════════════════════════════ */
    .testimonials-section {
      background:
        radial-gradient(ellipse 60% 70% at 50% 0%, rgba(254,6,59,0.08) 0%, transparent 60%),
        linear-gradient(rgba(5,10,25,0.50), rgba(5,10,25,0.50)),
        url('background fss.jpg') center/cover;
      padding: 64px 0;
    }
    .testimonials-section .section-title { color: #fff; }
    .testimonials-header { text-align: center; margin-bottom: 48px; }
    .cases-carousel-wrapper {
      overflow: hidden;
      width: 100%;
      position: relative;
    }
    .cases-carousel-wrapper::before,
    .cases-carousel-wrapper::after {
      content: '';
      position: absolute;
      top: 0; bottom: 0;
      width: 80px;
      z-index: 2;
      pointer-events: none;
    }
    .cases-carousel-wrapper::before {
      left: 0;
      background: linear-gradient(to right, #0d0d0d, transparent);
    }
    .cases-carousel-wrapper::after {
      right: 0;
      background: linear-gradient(to left, #0d0d0d, transparent);
    }
    .testimonials-section .case-thumb { border-color: rgba(255,255,255,0.08); }
    .cases-track {
      display: flex;
      flex-wrap: nowrap;
      gap: 16px;
      width: max-content;
      animation: cases-scroll 28s linear infinite;
    }
    .cases-track:hover { animation-play-state: paused; }
    @keyframes cases-scroll {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
    .case-thumb {
      flex-shrink: 0;
      width: 240px;
      height: 300px;
      border-radius: 12px;
      overflow: hidden;
      border: 1px solid var(--border);
    }
    .case-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    /* ══════════════════════════════════════════════
       STATS
    ══════════════════════════════════════════════ */
    .stats-section {
      background: var(--bg-deep);
      padding: 64px 0;
    }
    .stats-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin-top: 40px;
    }
    .stat-card {
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 30px 16px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .stat-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 2px;
      background: var(--red);
    }
    .stat-value {
      font-family: 'Sora', sans-serif;
      font-size: 2.2rem;
      font-weight: 800;
      color: var(--red);
      line-height: 1;
      margin-bottom: 8px;
    }
    .stat-value sup { font-size: 1rem; }
    .stat-label { font-size: 0.8rem; color: var(--text-muted); line-height: 1.5; }

    /* ══════════════════════════════════════════════
       ABOUT FSS
    ══════════════════════════════════════════════ */
    .about-section { background: var(--bg-dark); }
    .about-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 72px;
      align-items: start;
    }
    .about-text p {
      font-size: 0.95rem;
      color: var(--text-muted);
      line-height: 1.8;
      margin-bottom: 14px;
    }
    .about-text strong { color: var(--text-primary); }
    .about-img-wrap {
      border-radius: 16px;
      overflow: hidden;
      border: 1px solid var(--border);
      height: 512px;
    }
    .about-img { width: 100%; display: block; transform: scale(1.08); transform-origin: center center; }
    .founders-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
    .founder-badge {
      display: flex;
      align-items: center;
      gap: 8px;
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: 100px;
      padding: 6px 14px 6px 6px;
    }
    .founder-av {
      width: 30px; height: 30px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--red), #80001f);
      display: flex; align-items: center; justify-content: center;
      font-size: 0.7rem; font-weight: 800;
    }
    .founder-name { font-size: 0.8rem; font-weight: 600; }
    .about-cta { margin-top: 28px; }
    .about-cta .btn { width: 100%; text-align: center; }

    /* ══════════════════════════════════════════════
       FAQ
    ══════════════════════════════════════════════ */
    .faq-section { background: var(--bg-deep); }
    .faq-header { text-align: center; margin-bottom: 48px; }
    .faq-list { max-width: 760px; margin: 0 auto; }
    .faq-item {
      border: 1px solid var(--border);
      border-radius: 12px;
      margin-bottom: 10px;
      overflow: hidden;
      transition: border-color 0.2s;
    }
    .faq-item.open { border-color: var(--border-red); }
    .faq-q {
      background: var(--bg-card);
      padding: 18px 22px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      cursor: pointer;
      font-size: 0.93rem;
      font-weight: 600;
      user-select: none;
    }
    .faq-q:hover { background: var(--bg-card2); }
    .faq-icon {
      width: 26px; height: 26px;
      background: rgba(254,6,59,0.1);
      border: 1px solid var(--border-red);
      border-radius: 7px;
      display: flex; align-items: center; justify-content: center;
      color: var(--red);
      font-size: 1rem;
      flex-shrink: 0;
      transition: transform 0.2s;
    }
    .faq-item.open .faq-icon { transform: rotate(45deg); }
    .faq-a {
      display: none;
      background: var(--bg-card);
      padding: 0 22px 18px;
      font-size: 0.88rem;
      color: var(--text-muted);
      line-height: 1.75;
    }
    .faq-item.open .faq-a { display: block; }
    .faq-cta { text-align: center; margin-top: 40px; }

    /* ══════════════════════════════════════════════
       FINAL CTA
    ══════════════════════════════════════════════ */
    .finalcta-section {
      background:
        linear-gradient(rgba(5,10,25,0.50), rgba(5,10,25,0.50)),
        url('background fss.jpg') center/cover;
      padding: 96px 0;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .finalcta-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(254,6,59,0.13), transparent 70%);
      pointer-events: none;
    }
    .finalcta-section .container { position: relative; z-index: 1; }
    .finalcta-title {
      font-family: 'Sora', sans-serif;
      font-size: clamp(1.7rem, 3.5vw, 2.6rem);
      font-weight: 800;
      margin-bottom: 14px;
      line-height: 1.2;
      color: #fff;
    }
    .finalcta-sub {
      font-size: 1rem;
      color: rgba(255,255,255,0.72);
      max-width: 500px;
      margin: 0 auto 36px;
      line-height: 1.7;
    }
    .finalcta-buttons { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
    .finalcta-section .btn--ghost {
      color: rgba(255,255,255,0.85);
      border-color: rgba(255,255,255,0.25);
    }
    .finalcta-section .btn--ghost:hover {
      border-color: var(--red);
      background: rgba(254,6,59,0.1);
      color: #fff;
    }

    /* ══════════════════════════════════════════════
       FOOTER
    ══════════════════════════════════════════════ */
    .footer {
      background: #1e1e1e;
      border-top: 1px solid rgba(255,255,255,0.10);
      padding: 36px 0;
    }
    .footer-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 16px;
    }
    .footer-logo img { height: 28px; width: auto; }
    .footer-mid { font-size: 0.78rem; color: rgba(255,255,255,0.65); text-align: center; }
    .footer-links { display: flex; gap: 18px; }
    .footer-links a { font-size: 0.78rem; color: rgba(255,255,255,0.65); transition: color 0.2s; }
    .footer-links a:hover { color: #fff; }

    /* ══════════════════════════════════════════════
       MODAL
    ══════════════════════════════════════════════ */
    .modal-backdrop {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.75);
      backdrop-filter: blur(6px);
      z-index: 1000;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.25s ease;
    }
    .modal-backdrop.open {
      opacity: 1;
      pointer-events: all;
    }
    .modal {
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: 20px;
      padding: 24px 28px 18px;
      width: 100%;
      max-width: 440px;
      position: relative;
      transform: translateY(20px) scale(0.97);
      transition: transform 0.28s ease;
      overflow: hidden;
    }
    .modal::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, transparent, var(--red), transparent);
    }
    .modal-backdrop.open .modal {
      transform: translateY(0) scale(1);
    }
    .modal-close {
      position: absolute;
      top: 14px; right: 16px;
      width: 30px; height: 30px;
      background: rgba(255,255,255,0.06);
      border: 1px solid var(--border);
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      cursor: pointer;
      color: var(--text-muted);
      font-size: 1rem;
      line-height: 1;
      transition: background 0.2s, color 0.2s;
    }
    .modal-close:hover { background: rgba(254,6,59,0.12); color: var(--red); border-color: var(--border-red); }
    .modal-title {
      font-family: 'Sora', sans-serif;
      font-size: 1.1rem;
      font-weight: 800;
      margin-bottom: 2px;
    }
    .modal-sub { font-size: 0.80rem; color: var(--text-muted); margin-bottom: 14px; }
    .modal-spots {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 0.75rem;
      color: var(--text-muted);
      margin-top: 8px;
      justify-content: center;
    }
    .modal-spots .dot { width: 7px; height: 7px; background: #22c55e; border-radius: 50%; animation: blink 2s ease-in-out infinite; }
    .modal-privacy { text-align: center; font-size: 0.68rem; color: #3a3a50; margin-top: 6px; }

    /* ── Wizard Modal (3-step form) ──────────── */
    .modal--wizard { max-width: 520px; padding: 0; border-radius: 16px; overflow: hidden; }
    .modal--wizard .modal-close {
      top: 12px; right: 14px; z-index: 10;
      color: rgba(255,255,255,0.6); border-color: rgba(255,255,255,0.15);
      background: rgba(255,255,255,0.06);
    }
    .modal--wizard .modal-close:hover { color: #fff; background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.3); }
    .wizard-header {
      background: #0d0d0d; padding: 20px 24px 14px; color: #fff;
    }
    .wizard-brand {
      font-family: 'Sora', sans-serif; font-weight: 800; font-size: 0.95rem;
      letter-spacing: 0.04em; margin-bottom: 16px;
    }
    .wizard-tabs { display: flex; gap: 0; border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 10px; }
    .wizard-tab {
      flex: 1; background: none; border: none; color: rgba(255,255,255,0.45);
      font-family: 'Inter', sans-serif; font-size: 0.82rem; font-weight: 500;
      padding: 0 0 10px; cursor: default; position: relative; text-align: center;
      transition: color 0.2s; border-radius: 0; width: auto; height: auto;
    }
    .wizard-tab.active { color: var(--red); font-weight: 600; }
    .wizard-tab.active::after {
      content: ''; position: absolute; bottom: -1px; left: 0; right: 0;
      height: 2px; background: var(--red);
    }
    .wizard-tab.completed { color: rgba(255,255,255,0.7); }
    .wizard-meta {
      display: flex; justify-content: space-between; font-size: 0.72rem;
      color: rgba(255,255,255,0.4);
    }
    .wizard-body { padding: 28px 24px 20px; background: #fff; }
    .wizard-step[hidden] { display: none; }
    .wizard-step { animation: fadeInStep 0.3s ease; }
    @keyframes fadeInStep { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
    .wizard-step-tag {
      font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em;
      text-transform: uppercase; color: var(--red); margin-bottom: 8px;
    }
    .wizard-step-title {
      font-family: 'Sora', sans-serif; font-size: 1.25rem; font-weight: 800;
      color: var(--text-primary); line-height: 1.3; margin-bottom: 8px;
    }
    .wizard-step-desc {
      font-size: 0.88rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 20px;
    }
    .wizard-info-box {
      background: #fafafa; border-left: 3px solid var(--text-primary);
      padding: 16px 18px; border-radius: 0 8px 8px 0; margin-bottom: 20px;
    }
    .wizard-info-box p {
      font-size: 0.85rem; color: var(--text-muted); line-height: 1.65; margin: 0;
    }
    .wizard-info-box strong { color: var(--text-primary); }
    .req { color: var(--red); }

    /* Radio cards */
    .radio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; }
    .radio-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 8px; }
    .radio-card {
      display: flex; align-items: center; gap: 12px;
      border: 1px solid var(--border); border-radius: 10px;
      padding: 14px 16px; cursor: pointer; transition: border-color 0.2s, background 0.2s;
      font-size: 0.88rem; color: var(--text-primary); user-select: none;
    }
    .radio-card:hover { border-color: rgba(254,6,59,0.3); background: rgba(254,6,59,0.02); }
    .radio-card input { display: none; }
    .radio-circle {
      width: 20px; height: 20px; border-radius: 50%;
      border: 2px solid var(--border); flex-shrink: 0;
      display: flex; align-items: center; justify-content: center;
      transition: border-color 0.2s;
    }
    .radio-circle::after {
      content: ''; width: 10px; height: 10px; border-radius: 50%;
      background: var(--red); transform: scale(0); transition: transform 0.2s;
    }
    .radio-card input:checked ~ .radio-circle { border-color: var(--red); }
    .radio-card input:checked ~ .radio-circle::after { transform: scale(1); }
    .radio-card input:checked ~ span:last-child { font-weight: 600; }
    .radio-card--full { width: 100%; }

    /* Wizard footer */
    .wizard-footer { padding-top: 16px; }
    .wizard-urgency {
      display: flex; flex-wrap: wrap; justify-content: center; gap: 14px;
      font-size: 0.72rem; color: var(--text-muted); margin-bottom: 14px;
    }
    .urgency-dot {
      display: inline-block; width: 6px; height: 6px; border-radius: 50%;
      background: var(--red); margin-right: 4px; vertical-align: middle;
    }
    .wizard-btn-main {
      font-size: 1.05rem; padding: 16px; border-radius: 10px;
    }
    .wizard-btn-back {
      display: flex; align-items: center; justify-content: center; width: 100%;
      background: none; border: none; color: var(--text-muted);
      font-size: 0.85rem; padding: 12px; cursor: pointer;
      font-family: 'Inter', sans-serif; transition: color 0.2s;
    }
    .wizard-btn-back:hover { color: var(--text-primary); }
    .wizard-secure {
      text-align: center; font-size: 0.7rem; color: #999; margin-top: 4px;
    }
    @media (max-width: 500px) {
      .radio-grid { grid-template-columns: 1fr; }
      .wizard-header { padding: 16px 18px 10px; }
      .wizard-body { padding: 20px 18px 16px; }
      .wizard-step-title { font-size: 1.1rem; }
    }

    /* ── Fixed Bottom Bar ────────────────────── */
    .fixed-bottom-bar {
      position: fixed; bottom: 0; left: 0; right: 0;
      z-index: 99; background: rgba(10,10,10,0.95);
      backdrop-filter: blur(10px);
      border-top: 1px solid rgba(255,255,255,0.07);
      padding: 12px 20px;
      transform: translateY(0);
      transition: transform 0.35s ease, opacity 0.35s ease;
      box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
    }
    .fixed-bottom-bar.hidden { transform: translateY(100%); opacity: 0; pointer-events: none; }
    .fixed-bottom-bar__inner { max-width: 600px; margin: 0 auto; display: flex; justify-content: center; }
    .fixed-bottom-bar__btn { width: 100%; max-width: 400px; text-align: center; justify-content: center; }

    /* ══════════════════════════════════════════════
       RESPONSIVE
    ══════════════════════════════════════════════ */
    @media (max-width: 900px) {
      .hero-video { width: 100%; left: 0; transform: none; }
      .pain-items { grid-template-columns: 1fr; gap: 10px; }
      .pain-item { flex-direction: row; align-items: stretch; overflow: hidden; gap: 0; }
      .pain-thumb { width: 38%; flex-shrink: 0; object-fit: cover; object-position: center top; align-self: stretch; height: 100%; }
      .pain-item-body { padding: 14px; flex: 1; min-width: 0; overflow: hidden; align-items: flex-start; gap: 8px; }
      .pain-item p { font-size: 0.82rem; line-height: 1.55; max-width: 100%; }
      .system-layout { grid-template-columns: 1fr; gap: 40px; }
      .about-diag-inner { gap: 32px; }
      .about-layout { grid-template-columns: 1fr; gap: 40px; }
      .benefits-grid { grid-template-columns: 1fr 1fr; }
      .delivers-grid { grid-template-columns: 1fr 1fr; }
      .carousel-btn { display: none; }
      .stats-grid { grid-template-columns: 1fr !important; gap: 12px !important; }
      .stat-card { display: flex; flex-direction: row; align-items: center; text-align: left; padding: 16px; gap: 16px; overflow: hidden; }
      .stat-card::before { width: 3px; height: 100%; right: auto; bottom: 0; top: 0; left: 0; }
      .stat-value { font-size: 2rem; margin-bottom: 0; white-space: nowrap; flex-shrink: 0; }
      .stat-label { font-size: 0.88rem; line-height: 1.4; min-width: 0; flex: 1; overflow: hidden; }
    }
    @media (max-width: 500px) {
      .pain-thumb { width: 38%; }
    }
    @media (max-width: 600px) {
      .section { padding: 60px 0; }
      .benefits-grid, .delivers-grid { grid-template-columns: 1fr; }
      .testi-card { flex: 0 0 300px; }
      .pillars-grid { grid-template-columns: 1fr; }
      .finalcta-buttons { flex-direction: column; align-items: center; }
      .footer-inner { flex-direction: column; text-align: center; }
      .footer-mid { order: 2; }
      .footer-links { order: 3; }
      .navbar .container { padding-left: 14px; padding-right: 14px; }
      .navbar-logo { flex-shrink: 0; }
      .navbar-logo img { height: 24px; width: auto; }
      .navbar-cta { display: inline-flex !important; font-size: 0.65rem !important; padding: 7px 11px !important; white-space: nowrap; flex-shrink: 0; border-radius: 6px !important; }
      .btn-text-full { display: none; }
      .btn-text-short { display: inline; }
    }

#exit-popup-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.75);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 99999;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.35s ease, visibility 0.35s ease;
      padding: 16px;
      box-sizing: border-box;
    }
    #exit-popup-overlay.active {
      opacity: 1;
      visibility: visible;
    }
    #exit-popup {
      background: url('background fss.jpg') center center / cover no-repeat;
      border-radius: 20px;
      max-width: 520px;
      width: 100%;
      position: relative;
      box-shadow: 0 28px 70px rgba(0,0,0,0.5);
      transform: translateY(-18px) scale(0.97);
      transition: transform 0.35s ease;
      overflow: hidden;
    }
    #exit-popup-overlay.active #exit-popup {
      transform: translateY(0) scale(1);
    }
    #exit-popup-close {
      position: absolute;
      top: 14px;
      right: 16px;
      background: none;
      border: none;
      font-size: 20px;
      color: rgba(255,255,255,0.6);
      cursor: pointer;
      line-height: 1;
      padding: 4px 8px;
      border-radius: 50%;
      transition: color 0.2s, background 0.2s;
      z-index: 2;
    }
    #exit-popup-close:hover {
      color: #fff;
      background: rgba(255,255,255,0.1);
    }

    /* Coluna esquerda */
    #exit-popup-left {
      flex: 1;
      padding: 36px 32px 32px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }
    #exit-popup-logo {
      width: 90px;
      margin-bottom: 20px;
      display: block;
    }
    #exit-popup-title {
      font-size: 1.45rem;
      font-weight: 800;
      color: #fff;
      line-height: 1.3;
      margin: 0 0 14px;
      font-family: 'Sora', sans-serif;
    }
    #exit-popup-title span {
      color: #FE063B;
    }
    #exit-popup-sub {
      font-size: 0.88rem;
      color: rgba(255,255,255,0.7);
      line-height: 1.6;
      margin: 0 0 24px;
    }
    #exit-popup-cta {
      display: inline-block;
      background: #FE063B;
      color: #fff;
      font-size: 0.95rem;
      font-weight: 700;
      border: none;
      border-radius: 50px;
      padding: 14px 28px;
      cursor: pointer;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      transition: background 0.2s, transform 0.15s;
      box-shadow: 0 6px 20px rgba(254,6,59,0.4);
      margin-bottom: 14px;
    }
    #exit-popup-cta:hover {
      background: #c0001e;
      transform: scale(1.04);
    }
    #exit-popup-urgency {
      font-size: 0.78rem;
      color: rgba(255,255,255,0.5);
      margin: 0;
    }

    @media (max-width: 480px) {
      #exit-popup-left { padding: 40px 24px 28px; }
      #exit-popup-title { font-size: 1.2rem; }
      #exit-popup-cta { align-self: stretch; text-align: center; }
    }
