  .lp-wrap {
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(circle at 10% 8%, rgba(45, 121, 242, 0.20), transparent 30%),
      radial-gradient(circle at 90% 12%, rgba(16, 185, 129, 0.18), transparent 26%),
      linear-gradient(180deg, #f2f7ff 0%, #eaf2ff 55%, #f4f8ff 100%);
  }

  .hero-pro {
    position: relative;
    min-height: 82vh;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(18, 64, 126, 0.1);
    overflow: hidden;
  }

  .hero-pro::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(110deg, rgba(9, 25, 48, 0.82) 20%, rgba(9, 25, 48, 0.50) 52%, rgba(9, 25, 48, 0.85) 100%),
      url("../img/landing-geo-bg.36f2a5e76f01.png") center/cover no-repeat;
    background:
      linear-gradient(110deg, rgba(9, 25, 48, 0.82) 20%, rgba(9, 25, 48, 0.50) 52%, rgba(9, 25, 48, 0.85) 100%),
      image-set(
        url("../img/landing-geo-bg.5580a00bf466.webp") type("image/webp"),
        url("../img/landing-geo-bg.36f2a5e76f01.png") type("image/png")
      ) center/cover no-repeat;
    transform: scale(1.04);
    animation: heroZoom 14s ease-in-out infinite alternate;
  }

  @media (max-width: 768px) {
    .hero-pro::before {
      background:
        linear-gradient(110deg, rgba(9, 25, 48, 0.82) 20%, rgba(9, 25, 48, 0.50) 52%, rgba(9, 25, 48, 0.85) 100%),
        url("../img/landing-geo-bg-mobile.fc50b1ffb3a5.webp") center/cover no-repeat;
    }
  }

  .hero-pro .container { position: relative; z-index: 1; }

  .hero-brand-showcase {
    border-radius: 16px;
    border: 1px solid rgba(181, 217, 255, 0.42);
    background: linear-gradient(145deg, rgba(7, 32, 63, 0.76), rgba(12, 48, 93, 0.74));
    box-shadow: 0 18px 36px rgba(5, 18, 36, 0.38);
    padding: 0.7rem 0.75rem;
    margin-bottom: 0.9rem;
  }

  .hero-brand-showcase-img {
    width: 100%;
    max-width: 480px;
    height: auto;
    display: block;
    border-radius: 12px;
    border: 1px solid rgba(148, 203, 255, 0.45);
  }

  @media (max-width: 991.98px) {
    .hero-brand-showcase {
      max-width: 540px;
      margin: 0 auto 0.9rem;
    }
  }

  .hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.9rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(186, 226, 255, 0.55);
    background: rgba(10, 36, 74, 0.55);
    color: #d8ecff;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: .03em;
    text-transform: uppercase;
  }

  .hero-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 16px rgba(34, 197, 94, 0.75);
  }

  .hero-heading {
    margin-top: 1rem;
    color: #fff;
    font-size: clamp(2rem, 4.6vw, 4.15rem);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.03em;
    max-width: 24ch;
    text-wrap: balance;
  }

  .hero-sub {
    margin-top: 1.05rem;
    max-width: 58ch;
    color: #d8ffef;
    font-size: 1.06rem;
    line-height: 1.75;
    text-shadow: 0 3px 12px rgba(5, 18, 36, 0.68);
  }

  .hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.6rem; }

  .btn-hero-main,
  .btn-hero-alt {
    border-radius: 999px;
    font-weight: 700;
    padding: 0.72rem 1.25rem;
  }

  .btn-hero-main {
    color: #fff;
    border: 1px solid #16a34a;
    background: linear-gradient(135deg, #16a34a, #15803d);
    box-shadow: 0 14px 25px rgba(22, 163, 74, 0.34);
  }

  .btn-hero-main:hover { color: #fff; background: linear-gradient(135deg, #1ab15a, #168948); }

  .btn-hero-alt {
    color: #fff;
    border: 1px solid rgba(205, 231, 255, 0.55);
    background: rgba(14, 56, 112, 0.45);
  }

  .hero-focus {
    margin-top: 1.35rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
    max-width: 780px;
  }

  .focus-chip {
    border-radius: 14px;
    padding: 0.62rem 0.72rem;
    border: 1px solid rgba(200, 223, 255, 0.35);
    background: rgba(9, 34, 68, 0.48);
    color: #b8ffdf;
    font-size: 0.88rem;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(5, 18, 36, 0.55);
  }

  .hero-panel {
    border-radius: 22px;
    border: 1px solid rgba(190, 219, 255, 0.3);
    background: linear-gradient(180deg, rgba(9, 31, 60, 0.72), rgba(11, 39, 76, 0.82));
    backdrop-filter: blur(8px);
    padding: 1rem;
    margin-bottom: 0.85rem;
    color: #ecf6ff;
    box-shadow: 0 24px 42px rgba(4, 16, 31, 0.48);
  }

  .hero-panel h3 {
    margin: 0 0 0.82rem;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #d9f0ff;
    display: inline-flex;
    align-items: center;
    gap: 0.36rem;
    padding: 0.28rem 0.56rem;
    border-radius: 999px;
    border: 1px solid rgba(188, 222, 255, 0.4);
    background: rgba(12, 46, 90, 0.62);
    box-shadow: 0 10px 18px rgba(4, 16, 31, 0.35);
  }

  .hero-panel h3::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #39d27b;
    box-shadow: 0 0 10px rgba(57, 210, 123, 0.8);
  }

  .panel-line {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(201, 225, 255, 0.24);
    padding: 0.48rem 0;
    font-size: 0.9rem;
  }

  .panel-line:last-child { border-bottom: 0; }

  .lp-section { padding: 72px 0; }

  .lp-section-compact { padding: 50px 0; }

  .lp-head {
    max-width: none;
    width: 100%;
    margin: 0 0 0.95rem;
    padding-left: 0.05rem;
    text-align: center;
  }

  .lp-head h2 {
    color: #0f2447;
    font-size: clamp(1.7rem, 3vw, 2.8rem);
    line-height: 1.07;
    letter-spacing: -0.02em;
    margin-bottom: 0.8rem;
    font-weight: 800;
  }

  .lp-head p { color: #4b6287; line-height: 1.75; margin: 0; }

  .lp-grid-3 {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .lp-grid-2 {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .lp-card {
    border: 1px solid #d7e5fb;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
    box-shadow: 0 14px 28px rgba(14, 47, 96, 0.1);
    padding: 1rem;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }

  .lp-card:hover { transform: translateY(-3px); border-color: #9fbff0; box-shadow: 0 22px 32px rgba(14, 47, 96, 0.17); }

  .lp-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    margin-bottom: 0.8rem;
    border: 1px solid #c9ddff;
    background: linear-gradient(135deg, #e9f2ff, #dceaff);
    color: #1757bf;
    font-size: 1.3rem;
  }

  .lp-card h3 { font-size: 1.05rem; margin-bottom: 0.45rem; color: #112a52; }
  .lp-card p { margin: 0; color: #506788; line-height: 1.6; }

  .plan-tag {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid #cfe0ff;
    background: #f1f7ff;
    color: #1b4f98;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
    padding: 0.2rem 0.55rem;
    margin-bottom: 0.55rem;
  }

  .plan-price {
    margin: 0.15rem 0 0.6rem;
    color: #0f2d5a;
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -0.02em;
  }

  .plan-card-individual .plan-tag {
    background: #eaf3ff;
    border-color: #9fc2f5;
    color: #1d4f9b;
  }

  .plan-card-individual .plan-price {
    color: #1d4f9b;
  }

  .plan-card-individual .plan-price small {
    color: #1d4f9b;
  }

  .plan-card-profissional .plan-tag {
    background: #e8f6ff;
    border-color: #8cc6e9;
    color: #0d5f89;
  }

  .plan-card-profissional .plan-price {
    color: #0d5f89;
  }

  .plan-card-profissional .plan-price small {
    color: #0d5f89;
  }

  .plan-card-imobiliaria .plan-tag {
    background: #16a34a;
    border-color: #138a41;
    color: #ffffff;
  }

  .plan-card-imobiliaria .plan-price {
    color: #138a41;
  }

  .plan-card-imobiliaria .plan-price small {
    color: #138a41;
  }

  .plan-card-plus .plan-tag {
    background: #fff3e7;
    border-color: #f3b986;
    color: #a4510b;
  }

  .plan-card-plus .plan-price {
    color: #a4510b;
  }

  .plan-card-plus .plan-price small {
    color: #a4510b;
  }

  .plan-card-enterprise .plan-tag {
    background: #f1f0ff;
    border-color: #bdb5f6;
    color: #4b3f9f;
  }

  .plan-card-enterprise .plan-price {
    color: #4b3f9f;
  }

  .plan-card-enterprise .plan-price small {
    color: #4b3f9f;
  }

  .plan-price small {
    font-size: 0.9rem;
    color: #567195;
    font-weight: 600;
  }

  .plans-grid-5 {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
  }

  .plan-meta {
    margin-top: 0.55rem;
    margin-bottom: 0.65rem;
    display: grid;
    gap: 0.3rem;
  }

  .plan-meta-item {
    display: flex;
    justify-content: space-between;
    border: 1px solid #d9e6fa;
    border-radius: 10px;
    padding: 0.32rem 0.5rem;
    background: #f8fbff;
    color: #244770;
    font-size: 0.78rem;
    font-weight: 700;
  }

  .addons-wrap {
    margin-top: 1rem;
    border: 1px solid #d7e5fb;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: 0 14px 24px rgba(14, 47, 96, 0.11);
    padding: 0.9rem;
  }

  .addons-head {
    margin-bottom: 0.65rem;
  }

  .addons-head h3 {
    margin: 0;
    font-size: 1.04rem;
    color: #12396f;
  }

  .addons-head p {
    margin: 0.2rem 0 0;
    color: #587192;
    font-size: 0.9rem;
  }

  .addons-table-wrap {
    overflow-x: auto;
  }

  .addons-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 480px;
  }

  .addons-table th,
  .addons-table td {
    border: 1px solid #d7e5fb;
    padding: 0.5rem 0.6rem;
    text-align: left;
    font-size: 0.88rem;
  }

  .addons-table th {
    background: #edf4ff;
    color: #163f79;
    font-weight: 800;
  }

  .addons-table td {
    background: #ffffff;
    color: #355b8f;
    font-weight: 600;
  }

  .addon-item-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    flex-wrap: wrap;
  }

  .addons-example-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #0f8f48;
    background: linear-gradient(135deg, #17b65a, #119449);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 800;
    padding: 0.28rem 0.62rem;
    text-decoration: none;
    line-height: 1.2;
    box-shadow: 0 10px 18px rgba(15, 143, 72, 0.3);
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
  }

  .addons-example-btn:hover {
    background: linear-gradient(135deg, #1ac96a, #139c4d);
    border-color: #119b4f;
    color: #ffffff;
    box-shadow: 0 12px 20px rgba(15, 143, 72, 0.38);
    transform: translateY(-1px);
    text-decoration: none;
  }

  .plan-list {
    margin: 0.45rem 0 0;
    padding: 0 0 0 1.1rem;
    color: #415c81;
    line-height: 1.55;
    font-size: 0.9rem;
  }

  .plan-featured {
    border-color: #8eb4f2;
    background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
    box-shadow: 0 20px 34px rgba(14, 47, 96, 0.18);
  }

  .plan-featured .plan-tag {
    background: #16a34a;
    border-color: #138a41;
    color: #fff;
  }

  .flow-wrap {
    border: 1px solid #d7e5fb;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 35px rgba(14, 47, 96, 0.12);
    padding: 1rem;
    margin-top: 0;
  }

  .flow-line {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
  }

  .flow-step {
    border: 1px solid #d9e6fa;
    border-radius: 16px;
    background: #f8fbff;
    padding: 0.85rem;
    position: relative;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
  }

  .flow-step small {
    display: inline-flex;
    margin-bottom: 0.45rem;
    border-radius: 999px;
    background: #e4efff;
    color: #174b9a;
    font-weight: 700;
    padding: 0.22rem 0.55rem;
  }

  .flow-step p { margin: 0; color: #405a80; line-height: 1.55; font-size: 0.92rem; }

  .faq-lite {
    border: 1px solid #d7e4fb;
    border-radius: 16px;
    background: #fff;
    padding: 0.9rem;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
  }

  .faq-lite h4 { font-size: 1rem; color: #10284f; margin-bottom: 0.35rem; }
  .faq-lite p { margin: 0; color: #4f6789; }

  .cta-pro {
    border: 1px solid #cfe0ff;
    border-radius: 22px;
    background: linear-gradient(135deg, #0f3f8a, #1f6feb);
    box-shadow: 0 22px 35px rgba(15, 63, 138, 0.27);
    padding: 1.35rem;
    color: #fff;
  }

  .cta-pro p { color: #dce9ff; margin: 0; }

  .cta-title-single-line {
    white-space: nowrap;
  }

  .cta-offer-wrap {
    margin-top: 0.9rem;
    padding: 0.75rem 0.85rem;
    border-radius: 14px;
    border: 1px solid rgba(173, 211, 255, 0.55);
    background: linear-gradient(135deg, #0f4aa0, #1f6feb);
    backdrop-filter: blur(2px);
    max-width: 560px;
  }

  .cta-offer-title {
    margin: 0;
    color: #ffffff;
    font-size: 1.18rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.01em;
  }

  .cta-offer-muted {
    margin: 0.24rem 0 0;
    color: #eef5ff;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.25;
  }

  .reveal-pro {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .7s ease, transform .7s ease;
  }

  .reveal-pro.show { opacity: 1; transform: translateY(0); }

  .flow-step:hover,
  .faq-lite:hover {
    transform: translateY(-3px);
    border-color: #9fbff0;
    background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
    box-shadow: 0 20px 30px rgba(14, 47, 96, 0.16);
  }

  .lp-showcase {
    padding-top: 44px;
  }

  #recursos.lp-section {
    padding-top: 50px;
  }

  #demonstracao.lp-section {
    padding-top: 50px;
  }

  .lp-carousel-inner img {
    cursor: zoom-in;
  }

  .lp-platform-carousel {
    border-radius: 22px;
    border: 1px solid #d1e2fb;
    overflow: hidden;
    box-shadow: 0 24px 40px rgba(14, 47, 96, 0.18);
    background: #0e274f;
  }

  .lp-carousel-inner .carousel-item {
    background: linear-gradient(120deg, rgba(8, 32, 66, 0.9), rgba(10, 52, 105, 0.85));
    padding: 0.5rem 0.35rem;
  }

  .lp-carousel-inner img {
    width: 100%;
    aspect-ratio: auto;
    height: auto;
    object-fit: contain;
    object-position: top center;
    filter: saturate(1.03) contrast(1.02);
    border: 1px solid rgba(188, 218, 255, 0.9);
    border-radius: 14px;
    box-shadow: 0 14px 24px rgba(5, 24, 48, 0.35);
  }

  .lp-platform-carousel .carousel-control-prev,
  .lp-platform-carousel .carousel-control-next {
    width: 9%;
  }

  .lp-platform-carousel .carousel-control-prev-icon,
  .lp-platform-carousel .carousel-control-next-icon {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 999px;
    background-color: rgba(13, 39, 77, 0.68);
    border: 1px solid rgba(224, 238, 255, 0.62);
    background-size: 55% 55%;
  }

  .lp-carousel-indicators {
    margin-bottom: 0.8rem;
    gap: 0.25rem;
  }

  .lp-carousel-indicators [data-bs-target] {
    width: 22px;
    height: 4px;
    border-radius: 999px;
    border: 0;
    background-color: rgba(215, 233, 255, 0.65);
  }

  .lp-carousel-indicators .active {
    background-color: #24b364;
  }

  @keyframes heroZoom {
    from { transform: scale(1.03); }
    to { transform: scale(1.08); }
  }

  @media (max-width: 991.98px) {
    .hero-pro { min-height: 92vh; }
    .hero-focus { grid-template-columns: 1fr; }
    .lp-grid-3 { grid-template-columns: 1fr; }
    .lp-grid-2 { grid-template-columns: 1fr; }
    .plans-grid-5 { grid-template-columns: 1fr; }
    .flow-line { grid-template-columns: 1fr; }
    .cta-title-single-line { white-space: normal; }
    .cta-offer-wrap { padding: 0.68rem 0.72rem; }
    .cta-offer-title { font-size: 1.04rem; }
    .cta-offer-muted { font-size: 0.88rem; }
    .lp-carousel-inner img { aspect-ratio: auto; }
  }

  @media (max-width: 575.98px) {
    #recursos.lp-section,
    #demonstracao.lp-section,
    #telas.lp-section,
    #planos.lp-section,
    #perguntas.lp-section {
      padding-top: 20px;
    }

    .lp-showcase {
      padding-top: 24px;
    }

    .lp-platform-carousel {
      border-radius: 16px;
    }

    .lp-carousel-inner .carousel-item {
      padding: 0.4rem 0.3rem;
    }

    .lp-carousel-inner img {
      aspect-ratio: auto;
    }

    .lp-platform-carousel .carousel-control-prev,
    .lp-platform-carousel .carousel-control-next {
      width: 14%;
    }

    .hero-pro .row {
      justify-content: center;
    }

    .hero-pro .col-lg-8,
    .hero-pro .col-lg-4 {
      text-align: center;
    }

    .hero-kicker {
      margin-left: auto;
      margin-right: auto;
      font-size: 0.7rem;
      padding: 0.34rem 0.62rem;
    }

    .hero-heading,
    .hero-sub {
      margin-left: auto;
      margin-right: auto;
    }

    .hero-actions {
      justify-content: center;
    }

    .hero-actions .btn-hero-main,
    .hero-actions .btn-hero-alt {
      width: min(100%, 320px);
      min-height: 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .hero-focus {
      justify-items: center;
    }

    .focus-chip {
      width: 100%;
      text-align: center;
    }

    .hero-panel {
      text-align: center;
    }

    .hero-panel h3 {
      margin-left: auto;
      margin-right: auto;
    }

    .panel-line {
      flex-direction: column;
      align-items: center;
      gap: 0.18rem;
    }

    #cta .col-lg-8 {
      text-align: center;
    }

    #cta .cta-title-single-line,
    #cta p {
      text-align: center;
    }

    #cta .cta-offer-wrap {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }

    #cta .col-lg-4 {
      text-align: center;
    }

    #cta .col-lg-4 .btn-hero-main {
      margin-left: auto;
      margin-right: auto;
      display: inline-flex;
      justify-content: center;
    }

    .lp-card-mobile-centered {
      text-align: center;
    }

    .lp-card-mobile-centered .lp-icon {
      margin-left: auto;
      margin-right: auto;
    }
  }
