  .fundo-hero {
    background-image: url('/assets/images/fundo-galaxia-6-small.webp');
    background-size: cover;
    background-position: center;
  }
  @media (min-width: 769px) {
    .fundo-hero {
      background-image: url('/assets/images/fundo-galaxia-6.webp');
    }
  }
  .lp-modelo-preview {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f4f1ea;
  }
  .lp-modelos-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 980px;
    margin-inline: auto;
  }
  @media (min-width: 768px) {
    .lp-modelos-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1.75rem;
      max-width: 1080px;
    }
  }
  .lp-modelo-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 6s cubic-bezier(.22, 1, .36, 1);
  }
  .lp-modelo-open {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lp-modelo-open::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(20, 8, 36, .48);
    opacity: 0;
    transition: opacity .3s ease;
  }
  .lp-modelo-ver {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .55rem 1.15rem;
    border-radius: 999px;
    background: #ffffe3;
    color: #140824;
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .28);
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity .3s ease, transform .3s ease;
  }
  .lp-modelo:hover .lp-modelo-open::before,
  .lp-modelo:focus-within .lp-modelo-open::before {
    opacity: 1;
  }
  .lp-modelo:hover .lp-modelo-ver,
  .lp-modelo:focus-within .lp-modelo-ver {
    opacity: 1;
    transform: none;
  }
  @media (hover: none) {
    .lp-modelo-open::before {
      opacity: .32;
    }
    .lp-modelo-ver {
      opacity: 1;
      transform: none;
    }
  }
  .lp-modelo:hover .lp-modelo-preview img,
  .lp-modelo:focus-within .lp-modelo-preview img {
    transform: scale(1.04) translateY(-6%);
  }
  .lp-modelo {
    transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease;
  }
  .lp-modelo:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 50px rgba(85, 3, 185, .22);
    border-color: #8530ed;
  }
  .lp-assinatura .lp-modelo.is-in:hover {
    transform: translateY(-10px);
  }
  .lp-modelo-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: .85rem 1rem;
    padding: .9rem 1rem 1rem;
  }
  .lp-modelo-chips {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .15rem;
  }
  .lp-chip {
    display: inline-flex;
    padding: .25rem .7rem;
    border-radius: 999px;
    border: 1px solid #8530ed;
    font-size: .72rem;
    font-weight: 600;
    color: #5503b9;
    line-height: 1.3;
  }
  .lp-assinatura .lp-btn-centro {
    justify-content: center;
    gap: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lp-assinatura .lp-btn-centro .texto {
    text-align: center;
  }
  .lp-modelo-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    flex-shrink: 0;
    padding: .6rem 1.15rem;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(37, 211, 102, .32);
    transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
  }
  .lp-modelo-cta::before {
    content: "\f232";
    font-family: "Font Awesome 7 Brands";
    font-weight: 400;
    font-style: normal;
    font-size: 1.05em;
    line-height: 1;
    speak: never;
  }
  .lp-modelo-cta:hover {
    color: #fff;
    background: #1ebe5d;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(37, 211, 102, .42);
  }
  @media (max-width: 767px) {
    .lp-modelo-bar {
      flex-direction: column;
      align-items: flex-start;
    }
  }
  .lp-check-list {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
  }
  .lp-check-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    line-height: 1.45;
  }
  .lp-check-list .lp-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    flex-shrink: 0;
  }
  .lp-check-list .lp-check i {
    display: block;
    line-height: 1;
    font-size: 0.82em;
    transform: translateY(-0.04em);
  }
  .lp-assinatura > .img_texto {
    margin-block: 4.5rem;
  }
  .lp-assinatura > .cards_icones,
  .lp-assinatura > .planos,
  .lp-assinatura > .cta,
  .lp-assinatura > .cta_2,
  .lp-assinatura > .faq,
  .lp-assinatura > .lp-secao {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .lp-assinatura > .planos {
    padding-bottom: 0;
  }
    .lp-assinatura > .planos > .container-tw {
      padding-bottom: 4.5rem;
    }
  #planos .fa-check {
    align-items: flex-start;
    column-gap: 1rem;
  }
  #planos .fa-check::before {
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
    max-width: 2.5rem;
    max-height: 2.5rem;
    box-sizing: border-box;
    align-self: flex-start;
  }
  .lp-assinatura .planos .wrapper {
    scrollbar-width: thin;
  }
  .lp-assinatura .planos .plano {
    min-width: min(100%, 18rem);
  }
  @media (min-width: 768px) {
    .lp-assinatura .planos .plano {
      min-width: 16.5rem;
      flex: 1 1 16.5rem;
    }
  }
  @media (min-width: 768px) {
    .lp-assinatura > .img_texto {
      margin-block: 7rem;
    }
    .lp-assinatura > .cards_icones,
    .lp-assinatura > .planos,
    .lp-assinatura > .cta,
    .lp-assinatura > .cta_2,
    .lp-assinatura > .faq,
    .lp-assinatura > .lp-secao {
      padding-top: 7rem;
      padding-bottom: 7rem;
    }
    .lp-assinatura > .planos {
      padding-bottom: 0;
    }
    .lp-assinatura > .planos > .container-tw {
      padding-bottom: 7rem;
    }
  }

  /* Animações só desta LP */
  .lp-assinatura .lp-hero-copy > * {
    animation: lp-rise .75s cubic-bezier(.22, 1, .36, 1) both;
  }
  .lp-assinatura .lp-hero-copy > *:nth-child(1) { animation-delay: .05s; }
  .lp-assinatura .lp-hero-copy > *:nth-child(2) { animation-delay: .14s; }
  .lp-assinatura .lp-hero-copy > *:nth-child(3) { animation-delay: .22s; }
  .lp-assinatura .lp-hero-copy > *:nth-child(4) { animation-delay: .3s; }
  .lp-assinatura .lp-hero-copy > *:nth-child(5) { animation-delay: .38s; }
  .lp-assinatura .lp-hero-copy > *:nth-child(6) { animation-delay: .46s; }
  .lp-assinatura .lp-hero-copy > *:nth-child(7) { animation-delay: .54s; }
  .lp-assinatura .lp-hero-copy > *:nth-child(8) { animation-delay: .62s; }
  .lp-assinatura .fundo-hero {
    animation: lp-ken 22s ease-in-out infinite alternate;
  }
  .lp-assinatura .lp-cta-glow {
    animation: lp-glow 2.6s ease-in-out infinite;
  }
  .lp-assinatura .lp-rise,
  .lp-assinatura .cards_icones .item,
  .lp-assinatura .lp-passo,
  .lp-assinatura .plano,
  .lp-assinatura .faq .accordion-item,
  .lp-assinatura .img_texto .container-tw,
  .lp-assinatura .lp-compare-card,
  .lp-assinatura .cta .conteudo,
  .lp-assinatura .cta_2 .conteudo,
  .lp-assinatura .lp-mudanca,
  .lp-assinatura .lp-chat {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1);
  }
  .lp-assinatura .is-in,
  .lp-assinatura .lp-rise.is-in,
  .lp-assinatura .cards_icones .item.is-in,
  .lp-assinatura .lp-passo.is-in,
  .lp-assinatura .plano.is-in,
  .lp-assinatura .faq .accordion-item.is-in,
  .lp-assinatura .img_texto .container-tw.is-in,
  .lp-assinatura .lp-compare-card.is-in,
  .lp-assinatura .cta .conteudo.is-in,
  .lp-assinatura .cta_2 .conteudo.is-in,
  .lp-assinatura .lp-mudanca.is-in,
  .lp-assinatura .lp-chat.is-in {
    opacity: 1;
    transform: none;
  }
  .lp-assinatura .cards_icones .item,
  .lp-assinatura .plano {
    transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .45s ease, box-shadow .45s ease;
  }
  .lp-assinatura .cards_icones .item.is-in:hover,
  .lp-assinatura .plano.is-in:hover {
    transform: translateY(-6px);
  }
  @keyframes lp-rise {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: none; }
  }
  @keyframes lp-ken {
    from { transform: scale(1); }
    to { transform: scale(1.08); }
  }
  @keyframes lp-glow {
    0%, 100% { box-shadow: 0 0 0 0 rgba(133, 48, 237, .45); }
    50% { box-shadow: 0 0 0 12px rgba(133, 48, 237, 0); }
  }
  @keyframes lp-ramos-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }
  .lp-assinatura .lp-ramos-mask {
    overflow: hidden;
    margin-top: 2rem;
    padding-block: .7rem;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  }
  .lp-assinatura .lp-ramos-row {
    display: flex;
    width: max-content;
    margin-bottom: .75rem;
    animation: lp-ramos-scroll 32s linear infinite;
    will-change: transform;
  }
  .lp-assinatura .lp-ramos-row.is-alt {
    animation-duration: 40s;
    animation-direction: reverse;
    margin-bottom: 0;
  }
  .lp-assinatura .lp-ramos-list {
    display: flex;
    gap: .75rem;
    list-style: none;
    margin: 0;
    padding: 0 .375rem;
    flex-shrink: 0;
  }
  .lp-assinatura .lp-ramo {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    white-space: nowrap;
    padding: .55rem 1.1rem;
    border-radius: 999px;
    border: 2px solid #8530ed;
    background: #ffffe3;
    font-size: .875rem;
    font-weight: 600;
    transition: transform .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;
  }
  .lp-assinatura .lp-ramo:hover {
    z-index: 2;
    transform: translateY(-2px) scale(1.04);
    background: #8530ed;
    color: #ffffe3;
    border-color: #8530ed;
    box-shadow: 0 8px 16px rgba(133, 48, 237, .28);
  }
  .lp-assinatura .lp-ramos-mask:hover .lp-ramos-row {
    animation-play-state: paused;
  }

  /* Ícone WhatsApp nos CTAs que abrem o Zap */
  .lp-assinatura a.btn_padrao[href*="whatsapp.com"] .texto .fa-whatsapp {
    display: none;
  }
  .lp-assinatura a.btn_padrao[href*="whatsapp.com"] .texto::before {
    content: "\f232";
    font-family: "Font Awesome 7 Brands";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    margin-right: .5rem;
    font-size: 1.35em;
    vertical-align: -0.12em;
    speak: never;
  }
  .lp-assinatura .planos a.btn_padrao[href*="whatsapp.com"] .texto::before {
    content: none;
    display: none;
  }
  .lp-assinatura .planos .btn_padrao .texto {
    font-size: 0.9rem;
  }

  /* Barra de confiança e urgência do hero */
  .lp-trust {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem 1.15rem;
    list-style: none;
    margin: 0;
    padding: .9rem 0 0;
  }
  .lp-trust li {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-size: .78rem;
    color: #e8d9ff;
    font-weight: 600;
  }
  .lp-trust img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    filter: invert(50%) sepia(98%) saturate(3861%) hue-rotate(240deg) brightness(98%) contrast(109%);
  }
  .lp-urgencia {
    margin: 0;
    padding-top: .35rem;
    font-size: .8rem;
    line-height: 1.45;
    color: rgba(255, 255, 227, .72);
    max-width: 42ch;
  }

  /* Mini site de exemplo na cena do astronauta */
  .lp-hero-astro {
    position: relative;
  }
  .lp-hero-preview {
    position: absolute;
    left: 50%;
    bottom: 5%;
    width: 88%;
    transform: translateX(-50%) rotate(-4deg);
    z-index: 4;
    border-radius: .7rem;
    overflow: hidden;
    border: 2px solid #8530ed;
    background: #fbf6f0;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .5);
  }
  .lp-hero-preview-bar {
    display: flex;
    align-items: center;
    gap: .35rem;
    height: 1.35rem;
    padding: 0 .55rem;
    background: #140824;
  }
  .lp-hero-preview-bar b {
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    background: #4b5563;
  }
  .lp-hero-preview-bar b:last-of-type {
    background: #8530ed;
  }
  .lp-hero-preview-bar em {
    margin-left: .35rem;
    font-style: normal;
    font-size: .58rem;
    color: #cbb7e8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .lp-hero-mini {
    padding: .95rem 1rem 1.05rem;
    text-align: center;
    color: #3d2b24;
  }
  .lp-hero-mini-tag {
    display: inline-block;
    margin: 0 0 .45rem;
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #8530ed;
  }
  .lp-hero-mini-name {
    margin: 0 0 .35rem;
    font-size: clamp(1.05rem, 2.8vw, 1.4rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .02em;
    color: #3d2b24;
  }
  .lp-hero-mini-text {
    margin: 0 0 .75rem;
    font-size: .72rem;
    line-height: 1.35;
    color: #7a5c52;
  }
  .lp-hero-mini-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .4rem .85rem;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-size: .68rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color .2s ease, transform .2s ease;
  }
  .lp-hero-mini-btn::before {
    content: "\f232";
    font-family: "Font Awesome 7 Brands";
    font-weight: 400;
    font-style: normal;
    margin-right: .35rem;
    font-size: 1.05em;
    speak: never;
  }
  .lp-hero-mini-btn:hover {
    background: #1ebe5d;
    color: #fff;
    transform: translateY(-1px);
  }
  @media (max-width: 767px) {
    .lp-hero-preview {
      width: 92%;
      bottom: 4%;
    }
    .lp-hero-mini {
      padding: .8rem .85rem .9rem;
    }
  }

  /* O que muda no dia a dia + chat de personalização */
  .lp-mudancas {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-bottom: 2rem;
  }
  @media (min-width: 768px) {
    .lp-mudancas {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.5rem;
    }
  }
  .lp-mudanca {
    border: 2px solid #8530ed;
    border-radius: .8rem;
    padding: 1.5rem 1.4rem 1.6rem;
    background: rgba(85, 3, 185, .16);
  }
  .lp-mudanca-titulo {
    margin: 0 0 .65rem;
    font-size: 1.15rem;
    font-weight: 600;
    color: #ffffe3;
  }
  .lp-mudanca-texto {
    margin: 0;
    font-size: .92rem;
    line-height: 1.5;
    color: #dfe3fa;
  }
  .lp-chat {
    max-width: 420px;
    margin: 0 auto;
    border-radius: 1.1rem;
    overflow: hidden;
    background: #0b141a;
    border: 2px solid #8530ed;
  }
  .lp-chat-bar {
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .7rem 1rem;
    background: #075e54;
    color: #fff;
    font-size: .85rem;
    font-weight: 600;
  }
  .lp-chat-bar span {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #8530ed;
    display: grid;
    place-items: center;
    font-size: .7rem;
  }
  .lp-chat-body {
    min-height: 14.5rem;
    padding: 1rem .9rem 1.15rem;
    display: flex;
    flex-direction: column;
    gap: .55rem;
    background: #0e1b21 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath fill='%23ffffff' fill-opacity='.03' d='M0 0h60v60H0z'/%3E%3C/svg%3E");
  }
  .lp-chat-msg {
    display: none;
    max-width: 85%;
    padding: .55rem .75rem;
    border-radius: .7rem;
    font-size: .82rem;
    line-height: 1.4;
  }
  .lp-chat-msg.is-shown {
    display: block;
    animation: lp-chat-pop .38s cubic-bezier(.22, 1, .36, 1) both;
  }
  .lp-chat-msg.is-inb {
    align-self: flex-start;
    background: #202c33;
    color: #e9edef;
    border-top-left-radius: .15rem;
  }
  .lp-chat-msg.is-out {
    align-self: flex-end;
    background: #005c4b;
    color: #e9edef;
    border-top-right-radius: .15rem;
  }
  .lp-chat-typing {
    display: none;
    align-self: flex-start;
    align-items: center;
    gap: .28rem;
    padding: .7rem .9rem;
    border-radius: .7rem;
    background: #202c33;
    border-top-left-radius: .15rem;
  }
  .lp-chat-typing.is-on {
    display: inline-flex;
  }
  .lp-chat-typing.is-out {
    align-self: flex-end;
    background: #005c4b;
    border-top-left-radius: .7rem;
    border-top-right-radius: .15rem;
  }
  .lp-chat-typing i {
    width: .42rem;
    height: .42rem;
    border-radius: 50%;
    background: #8696a0;
    animation: lp-chat-dot 1s ease-in-out infinite;
  }
  .lp-chat-typing.is-out i {
    background: #b7d7cf;
  }
  .lp-chat-typing i:nth-child(2) { animation-delay: .15s; }
  .lp-chat-typing i:nth-child(3) { animation-delay: .3s; }
  @keyframes lp-chat-dot {
    0%, 80%, 100% { transform: translateY(0); opacity: .45; }
    40% { transform: translateY(-3px); opacity: 1; }
  }
  @keyframes lp-chat-pop {
    from { opacity: 0; transform: translateY(10px) scale(.96); }
    to { opacity: 1; transform: none; }
  }
  .lp-chat-cap {
    text-align: center;
    font-size: .78rem;
    color: #cbb7e8;
    margin: 0 0 1rem;
  }

  .lp-planos-urgencia {
    margin: .85rem auto 0;
    max-width: 46ch;
    font-size: .9rem;
    color: #e8d9ff;
  }
  .lp-planos-selo {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    margin: 1rem auto 0;
    padding: .55rem 1.1rem;
    border: 1px solid #8530ed;
    border-radius: 999px;
    font-size: .85rem;
    color: #ffffe3;
    background: rgba(133, 48, 237, .18);
  }
  .lp-planos-selo i {
    color: #25D366;
    margin-right: .15rem;
    flex-shrink: 0;
  }

  /* Como funciona: 3 passos */
  .lp-passos {
    position: relative;
    overflow: hidden;
  }
  .lp-passos::before {
    content: "";
    position: absolute;
    left: -8rem;
    top: 40%;
    width: 22rem;
    height: 22rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(133, 48, 237, .35) 0%, transparent 70%);
    pointer-events: none;
  }
  .lp-passos-track {
    position: relative;
  }
  .lp-passos-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.35rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .lp-passos-rocket {
    display: none;
  }
  @media (min-width: 768px) {
    .lp-passos-track {
      padding-right: 3.5rem;
    }
    .lp-passos-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.75rem;
    }
    .lp-passos-track::after {
      content: "";
      position: absolute;
      top: 1.5rem;
      left: 1.5rem;
      right: 1.5rem;
      height: 2px;
      background: linear-gradient(90deg, rgba(133, 48, 237, .25), #8530ed 18%, #c9a6ff 50%, #8530ed 82%, rgba(133, 48, 237, .35));
      transform: scaleX(0);
      transform-origin: left center;
      transition: transform 1.15s cubic-bezier(.22, 1, .36, 1) .12s;
      z-index: 0;
      pointer-events: none;
    }
    .lp-passos.is-in .lp-passos-track::after {
      transform: scaleX(1);
    }
    .lp-passos-rocket {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 3rem;
      height: 3rem;
      border-radius: 999px;
      background: #8530ed;
      color: #ffffe3;
      font-size: 1.05rem;
      box-shadow: 0 0 0 6px #10100e;
      opacity: 0;
      transform: translateX(-10px) scale(.7) rotate(-25deg);
      transition: opacity .45s ease .85s, transform .55s cubic-bezier(.22, 1, .36, 1) .85s;
    }
    .lp-passos.is-in .lp-passos-rocket {
      opacity: 1;
      transform: none;
    }
  }
  .lp-passo {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .lp-passo-num {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: #8530ed;
    color: #ffffe3;
    font-family: Clash, "DM Sans", sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 0 0 6px #10100e;
  }
  .lp-passo.is-in .lp-passo-num {
    animation: lp-passo-pop .6s cubic-bezier(.22, 1, .36, 1) both;
  }
  .lp-passo:nth-child(1).is-in .lp-passo-num { animation-delay: .05s; }
  .lp-passo:nth-child(2).is-in .lp-passo-num { animation-delay: .22s; }
  .lp-passo:nth-child(3).is-in .lp-passo-num { animation-delay: .4s; }
  @keyframes lp-passo-pop {
    0% { transform: scale(.55); }
    70% { transform: scale(1.1); }
    100% { transform: scale(1); }
  }
  .lp-passo-card {
    width: 100%;
    flex: 1;
    margin-top: 1.15rem;
    padding: 1.35rem 1.25rem 1.4rem;
    border-radius: 1rem;
    border: 2px solid rgba(133, 48, 237, .55);
    background: linear-gradient(165deg, rgba(133, 48, 237, .22) 0%, rgba(26, 11, 46, .55) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  }
  .lp-passo.is-in:hover .lp-passo-card {
    transform: translateY(-5px);
    border-color: #8530ed;
    box-shadow: 0 14px 30px rgba(85, 3, 185, .28);
  }
  .lp-passo-title {
    margin: 0 0 .55rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffe3;
    line-height: 1.25;
  }
  .lp-passo-text {
    margin: 0;
    font-size: .95rem;
    line-height: 1.5;
    color: #d8c8ef;
  }
  .lp-passos-cta {
    display: flex;
    justify-content: center;
    margin-top: 2.25rem;
  }

  /* Comparativo: sozinho / agência / Fábrica */
  .lp-compare {
    position: relative;
  }
  .lp-compare::before {
    content: "";
    position: absolute;
    inset: 10% 5% auto;
    height: 55%;
    background: radial-gradient(ellipse at center, rgba(133, 48, 237, .22) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
  }
  .lp-compare > .container-tw {
    position: relative;
    z-index: 1;
  }
  .lp-compare-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: stretch;
  }
  @media (min-width: 768px) {
    .lp-compare-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.5rem;
      align-items: center;
    }
  }
  .lp-compare-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 1rem;
    padding: 1.5rem 1.4rem 1.6rem;
    border: 2px solid rgba(148, 163, 184, .35);
    background: rgba(255, 255, 255, .04);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  }
  .lp-compare-card.is-muted .lp-compare-label {
    color: #9ca3af;
  }
  .lp-compare-card.is-muted .lp-compare-price {
    color: #ffffe3;
  }
  .lp-compare-card.is-muted li {
    color: #c4b5d8;
  }
  .lp-compare-card.is-win {
    border-color: #8530ed;
    background: linear-gradient(165deg, rgba(133, 48, 237, .38) 0%, rgba(85, 3, 185, .22) 55%, rgba(26, 11, 46, .9) 100%);
    box-shadow: 0 0 0 1px rgba(201, 166, 255, .25), 0 18px 40px rgba(85, 3, 185, .35);
  }
  @media (min-width: 768px) {
    .lp-compare-card.is-win {
      transform: scale(1.04);
      z-index: 2;
    }
    .lp-assinatura .lp-compare-card.is-win.is-in {
      transform: scale(1.04);
    }
    .lp-assinatura .lp-compare-card.is-win.is-in:hover {
      transform: scale(1.06) translateY(-4px);
    }
  }
  .lp-compare-label {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin: 0 0 .65rem;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .lp-compare-card.is-win .lp-compare-label {
    color: #c9a6ff;
  }
  .lp-compare-badge {
    display: inline-flex;
    align-items: center;
    margin: 0 0 .85rem;
    padding: .28rem .7rem;
    border-radius: 999px;
    background: #8530ed;
    color: #ffffe3;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    width: fit-content;
  }
  .lp-compare-price {
    margin: 0 0 1.15rem;
    font-size: clamp(1.55rem, 2.4vw, 1.85rem);
    font-weight: 700;
    line-height: 1.15;
  }
  .lp-compare-card.is-win .lp-compare-price {
    color: #ffffe3;
  }
  .lp-compare-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .75rem;
  }
  .lp-compare-list li {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    font-size: .9rem;
    line-height: 1.45;
  }
  .lp-compare-mark {
    flex-shrink: 0;
    width: 1.15rem;
    height: 1.15rem;
    margin-top: .12rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .7rem;
    font-weight: 700;
    line-height: 1;
  }
  .lp-compare-card.is-muted .lp-compare-mark {
    background: rgba(148, 163, 184, .18);
    color: #9ca3af;
  }
  .lp-compare-card.is-muted .lp-compare-mark::before {
    content: "\00D7";
  }
  .lp-compare-card.is-win li {
    color: #ffffe3;
  }
  .lp-compare-card.is-win .lp-compare-mark {
    background: rgba(37, 211, 102, .2);
    color: #25D366;
  }
  .lp-compare-card.is-win .lp-compare-mark::before {
    content: "\2713";
    font-size: .65rem;
  }
  @media (prefers-reduced-motion: reduce) {
    .lp-assinatura .lp-hero-copy > *,
    .lp-assinatura .fundo-hero,
    .lp-assinatura .lp-cta-glow,
    .lp-modelo-preview img,
    .lp-assinatura .lp-ramos-row {
      animation: none !important;
      transition: none !important;
    }
    .lp-passo.is-in .lp-passo-num {
      animation: none !important;
    }
    .lp-passos .lp-passos-track::after {
      transform: scaleX(1) !important;
      transition: none !important;
    }
    .lp-passos-rocket {
      opacity: 1 !important;
      transform: none !important;
      transition: none !important;
    }
    .lp-assinatura .lp-ramos-row {
      width: auto;
      flex-wrap: wrap;
      justify-content: center;
    }
    .lp-assinatura .lp-ramos-list:nth-child(2) {
      display: none;
    }
    .lp-assinatura .lp-ramos-mask {
      -webkit-mask-image: none;
      mask-image: none;
    }
    .lp-assinatura .lp-rise,
    .lp-assinatura .cards_icones .item,
    .lp-assinatura .lp-passo,
    .lp-assinatura .plano,
    .lp-assinatura .faq .accordion-item,
    .lp-assinatura .img_texto .container-tw,
    .lp-assinatura .lp-compare-card,
    .lp-assinatura .cta .conteudo,
    .lp-assinatura .cta_2 .conteudo,
    .lp-assinatura .lp-mudanca,
    .lp-assinatura .lp-chat {
      opacity: 1;
      transform: none;
      animation: none !important;
      transition: none !important;
    }
    .lp-chat-msg {
      display: block !important;
      opacity: 1 !important;
      transform: none !important;
      animation: none !important;
    }
    .lp-chat-typing {
      display: none !important;
    }
    .lp-chat-typing i {
      animation: none !important;
    }
    .lp-modelo:hover .lp-modelo-preview img {
      transform: none;
    }
  }
