.elementor-31718 .elementor-element.elementor-element-94354c3 > .elementor-element-populated{margin:-90px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}/* Start custom CSS for shortcode, class: .elementor-element-649db2c */:root {
      --gradient-start: #ff2f92;
      --gradient-end: #ff7a18;
      --text-primary: #f5f5f7;
      --text-secondary: #a1a1aa;
      --text-muted: #71717a;
      --bg-primary: #09090b;
      --bg-secondary: #0f0f12;
      --bg-card: #18181b;
      --border-color: #27272a;
      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3);
      --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.4);
      --shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.5);
      --radius-sm: 8px;
      --radius-md: 12px;
      --radius-lg: 20px;
      --radius-xl: 28px;
      --max-width: 1120px;
      --font-stack: 'Articulat CF', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }

    h2 {
    color: #fff !important;    
    }

    body {
      font-family: var(--font-stack);
      color: var(--text-primary);
      background: var(--bg-primary);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      overflow-x: hidden;
    }

    body::before {
      content: '';
      position: fixed;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: radial-gradient(ellipse at 30% 20%, rgba(255, 47, 146, 0.08) 0%, transparent 50%),
                  radial-gradient(ellipse at 70% 80%, rgba(255, 122, 24, 0.06) 0%, transparent 50%);
      pointer-events: none;
      z-index: -1;
    }

.topics {
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
}


    .scroll-progress {
      position: fixed;
      top: 0;
      left: 0;
      height: 3px;
      width: 0%;
      background: linear-gradient(90deg, var(--gradient-start), var(--gradient-end));
      z-index: 1002;
      transition: width 0.08s linear;
    }

    .synapses {
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: 0;
      opacity: 0.04;
    }

    .synapse {
      position: absolute;
      width: 2px;
      height: 2px;
      background: white;
      border-radius: 50%;
    }

    .synapse::before,
    .synapse::after {
      content: '';
      position: absolute;
      background: white;
      height: 1px;
      transform-origin: left center;
    }

    .synapse::before { width: 80px; opacity: 0.6; }
    .synapse::after { width: 50px; opacity: 0.4; }

    .synapse:nth-child(1) { top: 8%; left: 12%; }
    .synapse:nth-child(1)::before { transform: rotate(35deg); }
    .synapse:nth-child(1)::after { transform: rotate(-25deg); }

    .synapse:nth-child(2) { top: 15%; left: 85%; }
    .synapse:nth-child(2)::before { transform: rotate(145deg); width: 60px; }
    .synapse:nth-child(2)::after { transform: rotate(200deg); width: 40px; }

    .synapse:nth-child(3) { top: 35%; left: 5%; }
    .synapse:nth-child(3)::before { transform: rotate(-15deg); width: 100px; }
    .synapse:nth-child(3)::after { transform: rotate(45deg); width: 70px; }

    .synapse:nth-child(4) { top: 45%; left: 92%; }
    .synapse:nth-child(4)::before { transform: rotate(170deg); width: 90px; }
    .synapse:nth-child(4)::after { transform: rotate(220deg); }

    .synapse:nth-child(5) { top: 60%; left: 8%; }
    .synapse:nth-child(5)::before { transform: rotate(20deg); width: 70px; }
    .synapse:nth-child(5)::after { transform: rotate(-40deg); width: 55px; }

    .synapse:nth-child(6) { top: 72%; left: 88%; }
    .synapse:nth-child(6)::before { transform: rotate(160deg); width: 85px; }
    .synapse:nth-child(6)::after { transform: rotate(110deg); width: 45px; }

    .synapse:nth-child(7) { top: 85%; left: 15%; }
    .synapse:nth-child(7)::before { transform: rotate(-30deg); width: 95px; }
    .synapse:nth-child(7)::after { transform: rotate(30deg); width: 60px; }

    .synapse:nth-child(8) { top: 92%; left: 75%; }
    .synapse:nth-child(8)::before { transform: rotate(135deg); width: 65px; }
    .synapse:nth-child(8)::after { transform: rotate(180deg); width: 50px; }

    .synapse:nth-child(9) { top: 25%; left: 45%; }
    .synapse:nth-child(9)::before { transform: rotate(60deg); width: 55px; }
    .synapse:nth-child(9)::after { transform: rotate(-60deg); width: 55px; }

    .synapse:nth-child(10) { top: 55%; left: 55%; }
    .synapse:nth-child(10)::before { transform: rotate(120deg); width: 75px; }
    .synapse:nth-child(10)::after { transform: rotate(-120deg); width: 75px; }

    .container {
      max-width: var(--max-width);
      margin: 0 auto;
      padding: 0 24px;
      position: relative;
      z-index: 1;
    }

    .header {
      padding: 18px 0;
      position: sticky;
      top: 0;
      background: rgba(9, 9, 11, 0.85);
      backdrop-filter: blur(12px);
      z-index: 100;
      border-bottom: 1px solid transparent;
    }
    .header.scrolled { border-bottom-color: var(--border-color); }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 16px 32px;
      font-size: 1rem;
      font-weight: 700;
      font-family: inherit;
      border: none;
      border-radius: var(--radius-lg);
      cursor: pointer;
      transition: all 0.2s ease;
      text-decoration: none;
      white-space: nowrap;
    }

    .btn-primary {
      background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
      color: white;
      box-shadow: 0 4px 20px rgba(255, 47, 146, 0.4);
    }

    .btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 28px rgba(255, 47, 146, 0.5);
    }

    .btn-primary:active { transform: translateY(0); }

    .btn-primary:focus-visible {
      outline: 3px solid var(--gradient-start);
      outline-offset: 3px;
    }

    .btn-ghost{
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.10);
      color: var(--text-primary);
      box-shadow: none;
    }
    .btn-ghost:hover{
      transform: translateY(-1px);
      background: rgba(255,255,255,0.05);
    }

    section { padding: 80px 0; position: relative; z-index: 1; }
    @media (max-width: 768px) { section { padding: 60px 0; } }

    .section-title {
      font-size: clamp(1.75rem, 4vw, 2.5rem);
      font-weight: 900;
      margin-bottom: 16px;
      line-height: 1.15;
      letter-spacing: -0.02em;
    }

    .section-text {
      font-size: 1.125rem;
      color: var(--text-secondary);
      max-width: 760px;
    }

    .gradient-text {
      background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .microcopy { font-size: 0.875rem; color: var(--text-muted); }

    /* HERO (NAO MEXER NO BG E DIAGRAMACAO) */
    .hero {
      padding: 82px 0 92px;
      min-height: 92vh;
      display: flex;
      align-items: center;
      position: relative;
      isolation: isolate;
    }

    .hero::before{
      content:'';
      position:absolute;
      inset:0;
      background: url("bg banner.png") center/cover no-repeat;
      opacity: 0.10;
      z-index: 0;
      pointer-events: none;
    }

    .hero .container {
      display: grid;
      grid-template-columns: 1.08fr 0.92fr;
      gap: 56px;
      align-items: center;
      position: relative;
      z-index: 1;
    }

    @media (max-width: 900px) {
      .hero .container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
      }
    }

    .hero-content { max-width: 640px; }

    @media (max-width: 900px) {
      .hero-content { max-width: 100%; order: 1; }
      .hero-visual { order: 2; }
    }

    .hero h1 {
      font-size: clamp(2rem, 5vw, 3.35rem);
      font-weight: 950;
      line-height: 1.05;
      margin-bottom: 14px;
      letter-spacing: -0.03em;
    }

    .hero-subheadline {
      font-size: clamp(1.125rem, 2.5vw, 1.375rem);
      color: var(--text-secondary);
      font-weight: 650;
      margin-bottom: 14px;
    }

    .hero-text {
      font-size: 1.125rem;
      color: var(--text-muted);
      margin-bottom: 22px;
      line-height: 1.75;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 14px;
      background: linear-gradient(135deg, rgba(255, 47, 146, 0.16), rgba(255, 122, 24, 0.14));
      border-radius: var(--radius-md);
      font-size: 0.875rem;
      font-weight: 900;
      color: var(--gradient-end);
      margin-bottom: 18px;
      border: 1px solid rgba(255,255,255,0.08);
    }
    .hero-badge::before { content: '✓'; font-weight: 950; }

    .hero-cta-row{
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      align-items: center;
    }
    @media (max-width: 900px){ .hero-cta-row{ justify-content: center; } }

    .hero-cta-wrapper {
      display: grid;
      gap: 12px;
      margin-top: 8px;
    }

    .hero-quick-points{
      list-style: none;
      display: grid;
      gap: 10px;
      margin-top: 16px;
      max-width: 590px;
    }
    @media (max-width: 900px){ .hero-quick-points{ margin-left:auto; margin-right:auto; } }
    .hero-quick-points li{
      padding-left: 26px;
      position: relative;
      color: var(--text-secondary);
      font-size: 0.98rem;
      line-height: 1.6;
    }
    .hero-quick-points li::before{
      content: '✓';
      position: absolute;
      left: 0;
      top: 0;
      color: #22c55e;
      font-weight: 950;
    }

    .hero-visual {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 380px;
    }

    .hero-image {
      width: 100%;
      max-width: 520px;
      overflow: hidden;
    }
    .hero-image img { display:block; width:100%; height:auto; }

    /* VIDEO DEMO */
    .video-demo-section { background: var(--bg-secondary); }
    .video-demo-grid{
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 40px;
      align-items: center;
      margin-top: 32px;
    }
    @media (max-width: 900px){
      .video-demo-grid{ grid-template-columns: 1fr; gap: 24px; }
    }
    .video-embed{
      width: 100%;
      aspect-ratio: 16 / 9;
      border-radius: var(--radius-lg);
      overflow: hidden;
      background: var(--bg-card);
      border: 1px solid var(--border-color);
      box-shadow: var(--shadow-sm);
    }
    .video-embed iframe{ width: 100%; height: 100%; display:block; border:0; }

    .video-points{
      list-style: none;
      margin-top: 18px;
      display: grid;
      gap: 12px;
    }
    .video-points li{
      padding-left: 26px;
      position: relative;
      color: var(--text-secondary);
      font-size: 0.98rem;
      line-height: 1.6;
    }
    .video-points li::before{
      content: '✓';
      position: absolute;
      left: 0;
      top: 0;
      color: #22c55e;
      font-weight: 950;
    }

    /* PAIN */
    .pain-section { background: var(--bg-secondary); }
    .pain-section .container { max-width: 900px; }

    .pain-bullets { list-style: none; margin-top: 28px; }
    .pain-bullets li {
      padding: 16px 0;
      padding-left: 32px;
      position: relative;
      font-size: 1.02rem;
      color: var(--text-secondary);
      border-bottom: 1px solid var(--border-color);
    }
    .pain-bullets li:last-child { border-bottom: none; }
    .pain-bullets li::before {
      content: '×';
      position: absolute;
      left: 0;
      font-size: 1.25rem;
      font-weight: 950;
      color: #ef4444;
    }

    /* RITUAL DO GERENTE */
    .ritual-section { background: var(--bg-primary); }
    .ritual-grid{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
      margin-top: 34px;
      align-items: stretch;
    }
    @media (max-width: 900px){ .ritual-grid{ grid-template-columns: 1fr; } }

    .ritual-card{
      padding: 24px;
      border-radius: var(--radius-lg);
      background: var(--bg-card);
      border: 1px solid var(--border-color);
      box-shadow: var(--shadow-sm);
      position: relative;
      overflow: hidden;
    }
    .ritual-card h3{
      font-size: 1.05rem;
      font-weight: 950;
      margin-bottom: 10px;
      letter-spacing: -0.01em;
      display:flex;
      align-items:center;
      gap:10px;
    }
    .pill{
      font-size: 0.78rem;
      font-weight: 950;
      color: var(--text-primary);
      border: 1px solid rgba(255,255,255,0.12);
      padding: 4px 10px;
      border-radius: 999px;
      background: rgba(255,255,255,0.02);
    }
    .ritual-list{
      list-style: none;
      display: grid;
      gap: 10px;
      margin-top: 12px;
    }
    .ritual-list li{
      padding-left: 26px;
      position: relative;
      color: var(--text-secondary);
      font-size: 0.97rem;
      line-height: 1.55;
    }
    .ritual-list li::before{
      content: '✓';
      position: absolute;
      left: 0;
      top: 0;
      color: #22c55e;
      font-weight: 950;
    }
    .ritual-note{
      margin-top: 12px;
      color: var(--text-muted);
      font-size: 0.9rem;
      line-height: 1.6;
    }

    /* SCOREBOARD */
    .score-section{ background: var(--bg-secondary); }
    .score-grid{
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
      margin-top: 28px;
    }
    @media (max-width: 900px){ .score-grid{ grid-template-columns: 1fr 1fr; } }
    @media (max-width: 520px){ .score-grid{ grid-template-columns: 1fr; } }

    .score-card{
      padding: 18px;
      border-radius: var(--radius-lg);
      background: var(--bg-card);
      border: 1px solid var(--border-color);
      box-shadow: var(--shadow-sm);
    }
    .score-kpi{
      font-size: 1.1rem;
      font-weight: 950;
      letter-spacing: -0.02em;
      margin-bottom: 4px;
    }
    .score-desc{
      color: var(--text-muted);
      font-size: 0.9rem;
      line-height: 1.5;
    }

    @media (max-width: 700px){
  .sticky-cta{
    bottom: calc(12px + env(safe-area-inset-bottom));
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
    padding: 12px;
  }

  .sticky-cta .left{
    gap: 4px;
  }

  .sticky-cta .left b{
    font-size: 0.95rem;
  }

  .sticky-cta .left span{
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    max-width: none;
    line-height: 1.35;
  }

  .sticky-cta .btn{
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
    font-size: 0.95rem;
  }
}


    /* FOR WHO */
    .for-who-section{ background: var(--bg-primary); }
    .for-who-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      margin-top: 48px;
    }
    @media (max-width: 700px) { .for-who-grid { grid-template-columns: 1fr; } }

    .for-who-card {
      padding: 32px;
      border-radius: var(--radius-lg);
      background: var(--bg-card);
      border: 1px solid var(--border-color);
      box-shadow: var(--shadow-sm);
    }

    .for-who-card h3 {
      font-size: 1.125rem;
      font-weight: 950;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .for-who-card.positive h3::before { content: '✓'; color: #22c55e; font-weight: 950; }
    .for-who-card.negative h3::before { content: '×'; color: #ef4444; font-weight: 950; }
    .for-who-card ul { list-style: none; }
    .for-who-card li { padding: 10px 0; color: var(--text-secondary); font-size: 0.95rem; line-height: 1.6; }

    /* STEPS */
    .how-works-section{ background: var(--bg-primary); }
    .steps-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin: 42px 0 22px;
    }
    @media (max-width: 700px) { .steps-grid { grid-template-columns: 1fr; gap: 18px; } }

    .step-card {
      text-align: left;
      padding: 26px;
      background: var(--bg-card);
      border-radius: var(--radius-lg);
      border: 1px solid var(--border-color);
      box-shadow: var(--shadow-sm);
      position: relative;
    }

    .step-number {
      width: 44px;
      height: 44px;
      border-radius: 12px;
      background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
      color: white;
      font-weight: 950;
      font-size: 1.1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 14px;
    }
    .step-card h3 { font-size: 1.02rem; font-weight: 950; margin-bottom: 8px; }
    .step-card p{ color: var(--text-secondary); font-size: 0.95rem; line-height: 1.6; }

    .how-works-cta { text-align: center; margin-top: 10px; }

    /* PLANOS */
    .plans-section{ background: var(--bg-primary); }
    .plans-grid{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 32px;
      margin-top: 24px;
      align-items: stretch;
    }
    @media (max-width: 900px){
      .plans-grid{ grid-template-columns: 1fr; gap: 24px; }
    }
    .plan-card{
      padding: 32px;
      border-radius: var(--radius-lg);
      background: var(--bg-card);
      border: 1px solid var(--border-color);
      box-shadow: var(--shadow-sm);
      position: relative;
      overflow: hidden;
    }
    .plan-card.featured{
      background: linear-gradient(135deg, rgba(255, 47, 146, 0.08), rgba(255, 122, 24, 0.08));
      border-color: rgba(255, 122, 24, 0.30);
      box-shadow: var(--shadow-md);
    }
    .plan-badge{
      position: absolute;
      top: 18px;
      right: 18px;
      padding: 8px 12px;
      border-radius: var(--radius-md);
      background: linear-gradient(135deg, rgba(255, 47, 146, 0.16), rgba(255, 122, 24, 0.16));
      border: 1px solid rgba(255, 122, 24, 0.30);
      color: var(--text-primary);
      font-size: 0.8125rem;
      font-weight: 950;
    }
    .plan-title{ font-size: 1.25rem; font-weight: 950; margin-bottom: 8px; }
    .plan-sub{ color: var(--text-secondary); font-size: 0.95rem; margin-bottom: 16px; line-height: 1.6; }
    .plan-price{ font-size: 1.35rem; font-weight: 950; margin: 6px 0 16px; }
    .plan-price small{ display:block; color: var(--text-muted); font-size: 0.8125rem; font-weight: 800; margin-top: 4px; }

    .plan-features{
      list-style: none;
      display: grid;
      gap: 10px;
      margin-top: 10px;
    }
    .plan-features li{
      padding-left: 26px;
      position: relative;
      color: var(--text-secondary);
      font-size: 0.94rem;
      line-height: 1.55;
    }
    .plan-features li::before{
      content: '✓';
      position: absolute;
      left: 0;
      top: 0;
      color: #22c55e;
      font-weight: 950;
    }

    .plan-details{ margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.06); }
    .plan-details summary{
      cursor: pointer;
      list-style: none;
      color: var(--text-muted);
      font-weight: 950;
      font-size: 0.875rem;
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }
    .plan-details summary::-webkit-details-marker{ display:none; }
    .plan-details summary::after{
      content: '+';
      width: 22px;
      height: 22px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.12);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--text-muted);
      font-weight: 950;
      transition: transform .2s ease;
    }
    .plan-details[open] summary::after{ transform: rotate(45deg); }

    .free-plan-strip{
      margin-top: 26px;
      padding: 18px 20px;
      border-radius: var(--radius-lg);
      background: rgba(255, 255, 255, 0.02);
      border: 1px dashed rgba(255, 255, 255, 0.16);
      display: grid;
      grid-template-columns: 1.2fr .8fr;
      gap: 18px;
      align-items: center;
      opacity: 0.92;
    }
    @media (max-width: 900px){ .free-plan-strip{ grid-template-columns: 1fr; } }
    .free-plan-strip h3{ font-size: 1.05rem; font-weight: 950; margin-bottom: 4px; }
    .free-plan-strip p{ color: var(--text-muted); font-size: 0.92rem; line-height: 1.6; }
    .free-limits{ list-style: none; display: grid; gap: 8px; }
    .free-limits li{
      padding-left: 24px;
      position: relative;
      color: var(--text-muted);
      font-size: 0.92rem;
      line-height: 1.45;
    }
    .free-limits li::before{
      content: '×';
      position: absolute;
      left: 0;
      top: 0;
      color: #ef4444;
      font-weight: 950;
    }
    .free-tag{
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 10px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.12);
      background: rgba(255,255,255,0.02);
      color: var(--text-muted);
      font-size: 0.78rem;
      font-weight: 950;
      margin-bottom: 10px;
    }

    .plan-note{
      margin-top: 26px;
      padding: 16px 18px;
      border-radius: var(--radius-md);
      border: 1px solid var(--border-color);
      background: rgba(255, 255, 255, 0.02);
      color: var(--text-muted);
      font-size: 0.875rem;
      text-align: center;
    }

    /* TESTIMONIALS */
    .testimonials-section { background: var(--bg-secondary); }
    .testimonials-grid{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 36px;
      align-items: stretch;
    }
    @media (max-width: 900px){ .testimonials-grid{ grid-template-columns: 1fr; } }
    .testimonial-card{
      padding: 28px;
      border-radius: var(--radius-lg);
      background: var(--bg-card);
      border: 1px solid var(--border-color);
      box-shadow: var(--shadow-sm);
      position: relative;
      overflow: hidden;
    }
    .testimonial-card.featured{
      background: linear-gradient(135deg, rgba(255, 47, 146, 0.08), rgba(255, 122, 24, 0.08));
      border-color: rgba(255, 122, 24, 0.30);
      box-shadow: var(--shadow-md);
    }
    .testimonial-quote{
      color: var(--text-secondary);
      font-size: 1rem;
      line-height: 1.75;
      margin-bottom: 18px;
    }
    .testimonial-quote::before{ content: "“"; color: var(--text-muted); font-weight: 950; margin-right: 6px; }
    .testimonial-quote::after{ content: "”"; color: var(--text-muted); font-weight: 950; margin-left: 6px; }

    .testimonial-author{
      display: flex;
      align-items: center;
      gap: 12px;
      margin-top: 6px;
    }
    .testimonial-avatar{
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: linear-gradient(135deg, rgba(255, 47, 146, 0.9), rgba(255, 122, 24, 0.9));
      box-shadow: 0 10px 30px rgba(255, 47, 146, 0.18);
      flex: 0 0 auto;
    }
    .testimonial-meta b{
      display: block;
      font-size: 0.95rem;
      font-weight: 950;
      color: var(--text-primary);
    }
    .testimonial-meta span{
      display: block;
      font-size: 0.875rem;
      color: var(--text-muted);
      margin-top: 2px;
    }

    /* LOGOS CAROUSEL */
    .logos-section{ background: var(--bg-secondary); padding-top: 24px; }
    .logos-head{ text-align:center; max-width: 760px; margin: 0 auto; }
    .logos-kicker{ margin-top: 10px; color: var(--text-muted); font-size: 0.95rem; }

    .logos-shell{
      margin-top: 28px;
      display: grid;
      grid-template-columns: auto 1fr auto;
      gap: 14px;
      align-items: center;
    }
    @media (max-width: 900px){ .logos-shell{ grid-template-columns: 1fr; } }

    .logo-nav{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      border-radius: var(--radius-md);
      background: var(--bg-card);
      border: 1px solid var(--border-color);
      color: var(--text-primary);
      cursor: pointer;
      transition: transform .2s ease, background .2s ease;
    }
    .logo-nav:hover{ transform: translateY(-1px); }
    .logo-nav:focus-visible{ outline: 2px solid var(--gradient-start); outline-offset: 3px; }
    @media (max-width: 900px){ .logo-nav{ display:none; } }

    .logos-viewport{
      overflow: hidden;
      border-radius: var(--radius-lg);
      border: 1px solid var(--border-color);
      background: rgba(255,255,255,0.02);
      box-shadow: var(--shadow-sm);
      position: relative;
    }
    .logos-viewport::before,
    .logos-viewport::after{
      content:"";
      position:absolute;
      top:0; bottom:0;
      width: 56px;
      pointer-events:none;
      z-index: 2;
    }
    .logos-viewport::before{ left:0; background: linear-gradient(90deg, rgba(15,15,18,1) 0%, rgba(15,15,18,0) 100%); }
    .logos-viewport::after{ right:0; background: linear-gradient(270deg, rgba(15,15,18,1) 0%, rgba(15,15,18,0) 100%); }

    .logos-track{
      display:flex;
      gap: 16px;
      padding: 16px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }
    .logos-track::-webkit-scrollbar{ display:none; }

    .logo-item{
      scroll-snap-align: start;
      flex: 0 0 auto;
      width: 180px;
      height: 84px;
      border-radius: var(--radius-md);
      background: var(--bg-card);
      border: 1px solid var(--border-color);
      display:flex;
      align-items:center;
      justify-content:center;
      padding: 12px;
      opacity: .92;
      transition: transform .2s ease, opacity .2s ease;
    }
    .logo-item:hover{ transform: translateY(-1px); opacity: 1; }
    .logo-item img{ max-width: 100%; max-height: 100%; display:block; filter: grayscale(100%); opacity: .9; }
    .logo-item:hover img{ filter: grayscale(0%); opacity: 1; }

    /* OBJECOES */
    .objections-section{ background: var(--bg-primary); }
    .objections-grid{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
      margin-top: 34px;
    }
    @media (max-width: 900px){ .objections-grid{ grid-template-columns: 1fr; } }
    .obj-card{
      padding: 22px;
      border-radius: var(--radius-lg);
      background: var(--bg-card);
      border: 1px solid var(--border-color);
      box-shadow: var(--shadow-sm);
    }
    .obj-q{
      font-weight: 950;
      margin-bottom: 8px;
      letter-spacing: -0.01em;
    }
    .obj-a{
      color: var(--text-secondary);
      font-size: 0.96rem;
      line-height: 1.65;
    }
    .obj-a b{ color: var(--text-primary); }

    /* SECAO NOVA: faixa com gradiente (estilo ref) */
    .gradient-band{
      padding: 86px 0;
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(1200px 520px at 18% 35%, rgba(255, 47, 146, 0.22) 0%, transparent 62%),
        radial-gradient(1100px 520px at 82% 55%, rgba(255, 122, 24, 0.20) 0%, transparent 62%),
        linear-gradient(90deg, rgba(255, 47, 146, 0.10) 0%, rgba(255, 122, 24, 0.10) 100%);
      border-top: 1px solid rgba(255,255,255,0.06);
      border-bottom: 1px solid rgba(255,255,255,0.06);
      text-align: center;
    }

    .gradient-band::before{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      opacity: 0.08;
      background:
        repeating-linear-gradient(135deg,
          rgba(255,255,255,0.25) 0px,
          rgba(255,255,255,0.25) 1px,
          transparent 1px,
          transparent 34px
        );
      mask-image: radial-gradient(ellipse at 50% 40%, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 72%);
    }

    .gradient-band::after{
      content:"";
      position:absolute;
      inset:-2px;
      pointer-events:none;
      background:
        radial-gradient(800px 420px at 85% 50%, rgba(255, 122, 24, 0.14) 0%, transparent 70%),
        radial-gradient(800px 420px at 15% 30%, rgba(255, 47, 146, 0.12) 0%, transparent 70%);
      opacity: 0.9;
    }

    .gradient-band .container{
      position: relative;
      z-index: 1;
      max-width: 980px;
    }

    .gradient-band h2{
      font-size: clamp(1.9rem, 4vw, 3.05rem);
      font-weight: 950;
      letter-spacing: -0.03em;
      line-height: 1.08;
      margin-bottom: 12px;
    }

    .gradient-band p{
      color: var(--text-secondary);
      font-size: 1.05rem;
      line-height: 1.7;
      max-width: 860px;
      margin: 0 auto 22px;
    }

    .gradient-band .microcopy{
      margin-top: 14px;
      display: block;
      opacity: 0.95;
    }

    /* FINAL CTA */
    .final-cta {
      background: linear-gradient(135deg, rgba(255, 47, 146, 0.08), rgba(255, 122, 24, 0.08));
      text-align: center;
    }
    .final-cta .container { max-width: 820px; }
    .final-cta h2 {
      font-size: clamp(1.75rem, 4vw, 2.75rem);
      font-weight: 950;
      margin-bottom: 12px;
      letter-spacing: -0.03em;
    }
    .final-cta p {
      font-size: 1.125rem;
      color: var(--text-secondary);
      margin-bottom: 26px;
    }

    /* FOOTER */
    .footer {
      padding: 40px 0;
      text-align: center;
      color: var(--text-muted);
      font-size: 0.875rem;
      position: relative;
      z-index: 1;
    }

    /* MODAL */
    .modal-backdrop {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.7);
      backdrop-filter: blur(4px);
      z-index: 1000;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .modal-backdrop.open { opacity: 1; visibility: visible; }

    .modal {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(0.95);
      width: 90%;
      max-width: 460px;
      max-height: 90vh;
      overflow-y: auto;
      background: var(--bg-card);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow-lg);
      border: 1px solid var(--border-color);
      z-index: 1001;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    }
    .modal.open {
      opacity: 1;
      visibility: visible;
      transform: translate(-50%, -50%) scale(1);
    }
    .modal-header { padding: 32px 32px 0; position: relative; }
    .modal-close {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 36px;
      height: 36px;
      border: none;
      background: var(--bg-secondary);
      border-radius: 50%;
      cursor: pointer;
      font-size: 1.25rem;
      color: var(--text-muted);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s ease;
    }
    .modal-close:hover { background: var(--border-color); }
    .modal-close:focus-visible { outline: 2px solid var(--gradient-start); outline-offset: 2px; }
    .modal-title { font-size: 1.5rem; font-weight: 950; margin-bottom: 8px; }
    .modal-subtitle { color: var(--text-secondary); font-size: 0.9375rem; line-height: 1.5; }
    .modal-body { padding: 24px 32px 32px; }
    .form-group { margin-bottom: 18px; }
    .form-label {
      display: block;
      font-size: 0.875rem;
      font-weight: 950;
      margin-bottom: 8px;
      color: var(--text-primary);
    }
    .form-input,
    .form-select {
      width: 100%;
      padding: 14px 16px;
      font-size: 1rem;
      font-family: inherit;
      border: 1px solid var(--border-color);
      border-radius: var(--radius-md);
      background: var(--bg-secondary);
      color: var(--text-primary);
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }
    .form-input:focus,
    .form-select:focus {
      outline: none;
      border-color: var(--gradient-start);
      box-shadow: 0 0 0 3px rgba(255, 47, 146, 0.2);
    }
    .form-input.error,
    .form-select.error { border-color: #ef4444; }
    .form-error {
      font-size: 0.8125rem;
      color: #ef4444;
      margin-top: 6px;
      display: none;
    }
    .form-error.visible { display: block; }

    .form-select {
      cursor: pointer;
      appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a1a1aa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 14px center;
      padding-right: 44px;
    }

    .btn-submit { width: 100%; padding: 16px; margin-top: 8px; }
    .btn-submit:disabled { opacity: 0.7; cursor: not-allowed; }

    .btn-submit .spinner {
      display: none;
      width: 18px;
      height: 18px;
      border: 2px solid rgba(255, 255, 255, 0.3);
      border-top-color: white;
      border-radius: 50%;
      animation: spin 0.8s linear infinite;
      margin-right: 8px;
    }
    .btn-submit.loading .spinner { display: inline-block; }
    .btn-submit.loading .btn-text { opacity: 0.8; }
    @keyframes spin { to { transform: rotate(360deg); } }

    .form-legal {
      font-size: 0.75rem;
      color: var(--text-muted);
      text-align: center;
      margin-top: 16px;
      line-height: 1.5;
    }
    .success-message {
      text-align: center;
      padding: 40px 20px;
      display: none;
    }
    .success-message.visible { display: block; }
    .success-icon {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
      color: white;
      font-size: 2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
    }
    .success-message h3 { font-size: 1.25rem; margin-bottom: 8px; font-weight: 950; }
    .success-message p { color: var(--text-secondary); }

    /* CTA flutuante */
    .sticky-cta{
      position: fixed;
      left: 50%;
      transform: translateX(-50%);
      bottom: 18px;
      z-index: 1001;
      width: min(900px, calc(100% - 28px));
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 12px 12px;
      border-radius: 18px;
      background: rgba(24,24,27,0.82);
      backdrop-filter: blur(12px);
      border: 1px solid rgba(255,255,255,0.10);
      box-shadow: var(--shadow-lg);
      opacity: 0;
      visibility: hidden;
      transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
    }
    .sticky-cta.visible{
      opacity: 1;
      visibility: visible;
      transform: translateX(-50%) translateY(0);
    }
    .sticky-cta .left{
      display: grid;
      gap: 2px;
      min-width: 0;
    }
    .sticky-cta .left b{
      font-weight: 950;
      letter-spacing: -0.01em;
      font-size: 0.98rem;
    }
    .sticky-cta .left span{
      color: var(--text-muted);
      font-size: 0.85rem;
      line-height: 1.25;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 560px;
    }
    @media (max-width: 700px){
      .sticky-cta{ bottom: 12px; }
      .sticky-cta .left span{ max-width: 230px; }
      .sticky-cta .btn{ padding: 12px 16px; font-size: 0.95rem; }
    }/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-31bbfdd */html, body { height: 100%; }

body{
  margin: 0;
  padding: 0;
}

.elementor,
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.elementor-widget-container{
  max-width: 100% !important;
}

.elementor-section.elementor-section-boxed &gt; .elementor-container{
  max-width: 100% !important;
}

.elementor .elementor-container{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.elementor-widget-html,
.elementor-widget-html .elementor-widget-container{
  width: 100% !important;
  max-width: 100% !important;
}

.elementor-widget-html .elementor-widget-container{
  padding: 0 !important;
}

/* kill typical theme spacing that can squeeze */
body .site,
body .site-content,
body .content-area,
body .entry-content{
  width: 100% !important;
  max-width: 100% !important;
}

body .entry-content,
body .elementor-location-single,
body .elementor-location-header,
body .elementor-location-footer{
  margin: 0 !important;
  padding: 0 !important;
}/* End custom CSS */