.elementor-2028 .elementor-element.elementor-element-5661ab5{--display:flex;--min-height:375px;}.elementor-widget-media-carousel .elementor-carousel-image-overlay{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-2028 .elementor-element.elementor-element-9a39ed0.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}.elementor-2028 .elementor-element.elementor-element-9a39ed0.elementor-element{--align-self:center;}.elementor-2028 .elementor-element.elementor-element-9a39ed0 .elementor-main-swiper{height:581px;width:95%;}.elementor-2028 .elementor-element.elementor-element-9a39ed0 .elementor-swiper-button{font-size:20px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-2028 .elementor-element.elementor-element-9a39ed0.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}}@media(max-width:767px){.elementor-2028 .elementor-element.elementor-element-9a39ed0.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}}/* Start custom CSS *//* ============================================================
   Q STUDIOS CANOPUS
   Landing page de lançamento no Centro do Rio
   Classes raiz: .lp-cs .lp-qs
   CSS completo corrigido
   ============================================================ */

.lp-cs.lp-qs {
  --cs-dark: #0E1726;
  --cs-navy: #16223A;
  --cs-gold: #C8A24A;
  --cs-gold-soft: #E3C982;
  --cs-light: #F5F3EE;
  --cs-gray: #6B7280;
  --cs-text: #2B2F36;
  --cs-white: #FFFFFF;
  --cs-border: #E8E6DF;
  --cs-radius: 14px;
  --cs-shadow: 0 10px 40px rgba(14, 23, 38, 0.12);
  --cs-font: var(--rg-font, "Poppins", "Helvetica Neue", Arial, sans-serif);
  --cs-max: 1180px;

  font-family: var(--cs-font);
  color: var(--cs-text);
  line-height: 1.6;
  font-size: 16px;
  background: var(--cs-white);
}

.lp-cs.lp-qs,
.lp-cs.lp-qs * {
  box-sizing: border-box;
}

.lp-cs.lp-qs h1,
.lp-cs.lp-qs h2,
.lp-cs.lp-qs h3,
.lp-cs.lp-qs p {
  margin-top: 0;
}

.lp-cs.lp-qs h1,
.lp-cs.lp-qs h2,
.lp-cs.lp-qs h3 {
  line-height: 1.18;
  font-weight: 700;
}

.lp-cs.lp-qs p {
  margin-bottom: 1em;
}

.lp-cs.lp-qs a {
  color: inherit;
}

.lp-cs.lp-qs img {
  max-width: 100%;
  height: auto;
}

.lp-cs.lp-qs .lp-row {
  width: 100%;
}

.lp-cs.lp-qs .lp-wrap {
  max-width: var(--cs-max);
  margin-left: auto;
  margin-right: auto;
  padding: 76px 24px;
}

/* ============================================================
   Elementos reutilizáveis
   ============================================================ */

.lp-cs.lp-qs .cs-tag,
.lp-cs.lp-qs .cs-eyebrow {
  display: inline-block;
  color: var(--cs-gold);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.lp-cs.lp-qs .cs-tag {
  margin-bottom: 18px;
}

.lp-cs.lp-qs .cs-eyebrow {
  margin-bottom: 12px;
}

.lp-cs.lp-qs .cs-h2 {
  color: var(--cs-navy);
  font-size: clamp(26px, 4vw, 40px);
  margin-bottom: 16px;
}

.lp-cs.lp-qs .cs-lead {
  max-width: 760px;
  color: var(--cs-gray);
  font-size: 1.08rem;
  line-height: 1.7;
}

.lp-cs.lp-qs .cs-center {
  text-align: center;
}

.lp-cs.lp-qs .cs-center .cs-lead {
  margin-left: auto;
  margin-right: auto;
}

/* ============================================================
   Botões
   ============================================================ */

.lp-cs.lp-qs .cs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 15px 34px;
  border: none;
  border-radius: 50px;

  background: var(--cs-gold);
  color: var(--cs-dark) !important;

  font-family: inherit;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;

  cursor: pointer;

  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.lp-cs.lp-qs .cs-btn:hover {
  background: var(--cs-gold-soft);
  color: var(--cs-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(200, 162, 74, 0.28);
}

.lp-cs.lp-qs .cs-btn-wa {
  background: #25D366 !important;
  color: #FFFFFF !important;
}

.lp-cs.lp-qs .cs-btn-wa:hover {
  background: #1EBE5D !important;
  color: #FFFFFF !important;
}

/* ============================================================
   Hero
   O background do hero fica no HTML inline
   ============================================================ */

.lp-cs.lp-qs .cs-hero {
  position: relative;
  color: var(--cs-white);
  overflow: hidden;
  background-color: var(--cs-dark);
}

.lp-cs.lp-qs .cs-hero .lp-wrap {
  position: relative;
  z-index: 2;
  padding-top: 104px;
  padding-bottom: 104px;
}

.lp-cs.lp-qs .cs-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) 430px;
  align-items: center;
  gap: 48px;
}

.lp-cs.lp-qs .cs-hero-content {
  max-width: 720px;
}

.lp-cs.lp-qs .cs-hero h1 {
  color: var(--cs-white);
  font-size: clamp(36px, 5vw, 58px);
  margin-bottom: 18px;
}

.lp-cs.lp-qs .cs-hero .cs-lead {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 24px;
}

.lp-cs.lp-qs .cs-hero-info {
  max-width: 650px;
  margin-top: 22px;
  padding-left: 18px;
  border-left: 3px solid var(--cs-gold);
}

.lp-cs.lp-qs .cs-hero-info p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.98rem;
  line-height: 1.65;
  margin-bottom: 0;
}

.lp-cs.lp-qs .cs-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.lp-cs.lp-qs .cs-hero-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 8px 14px;
  border-radius: 50px;

  background: rgba(255, 255, 255, 0.08);
  color: var(--cs-white);

  border: 1px solid rgba(255, 255, 255, 0.16);

  font-size: 0.82rem;
  font-weight: 600;
}

.lp-cs.lp-qs .cs-hero-sub {
  color: var(--cs-gold-soft);
  font-size: 0.82rem;
  margin: 20px 0 0;
}

/* ============================================================
   Imagem inserida abaixo do texto do hero
   ============================================================ */

.lp-cs.lp-qs .cs-hero-content .cs-hero-image {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin: 30px 0 22px;
  border-radius: 18px;
  overflow: hidden;

  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(227, 201, 130, 0.34);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
}

.lp-cs.lp-qs .cs-hero-content .cs-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(14, 23, 38, 0) 0%,
      rgba(14, 23, 38, 0.10) 58%,
      rgba(14, 23, 38, 0.32) 100%
    );
}

.lp-cs.lp-qs .cs-hero-content .cs-hero-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}

/* ============================================================
   Bloco inicial acima do carrossel
   ============================================================ */

.lp-cs.lp-qs .qs-intro {
  background: var(--cs-light);
}

.lp-cs.lp-qs .qs-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) 430px;
  align-items: center;
  gap: 48px;
}

.lp-cs.lp-qs .qs-intro-content {
  max-width: 760px;
}

.lp-cs.lp-qs .qs-intro-tags {
  margin-top: 22px;
  margin-bottom: 24px;
}

.lp-cs.lp-qs .qs-intro-tags span {
  background: var(--cs-white);
  color: var(--cs-navy);
  border: 1px solid var(--cs-border);
  box-shadow: 0 4px 14px rgba(14, 23, 38, 0.05);
}

/* ============================================================
   Formulário
   ============================================================ */

.lp-cs.lp-qs .cs-hero-form,
.lp-cs.lp-qs .cs-section-form {
  width: 100%;
  max-width: 430px;
  padding: 30px;
  border-radius: 18px;

  background: rgba(14, 23, 38, 0.96);
  color: var(--cs-white);

  border: 1px solid rgba(227, 201, 130, 0.28);
  box-shadow: 0 20px 48px rgba(14, 23, 38, 0.22);
  backdrop-filter: blur(8px);
}

.lp-cs.lp-qs .cs-form-box {
  max-width: 100%;
  text-align: center;
}

.lp-cs.lp-qs .cs-hero-form .cs-h2,
.lp-cs.lp-qs .cs-section-form .cs-h2 {
  color: var(--cs-white);
  font-size: clamp(22px, 3vw, 30px);
  margin-bottom: 10px;
}

.lp-cs.lp-qs .cs-hero-form .cs-lead,
.lp-cs.lp-qs .cs-section-form .cs-lead {
  max-width: 350px;
  margin: 0 auto 20px;
  color: #C5CAD3;
  font-size: 0.92rem;
}

.lp-cs.lp-qs .cs-form .wpcf7,
.lp-cs.lp-qs .cs-form .wpcf7 form,
.lp-cs.lp-qs .cs-form .cs-form-grid {
  margin: 0 !important;
}

.lp-cs.lp-qs .cs-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 14px;
  text-align: left;
}

.lp-cs.lp-qs .cs-form-full {
  grid-column: 1 / -1;
}

.lp-cs.lp-qs .cs-form .cs-form-grid p,
.lp-cs.lp-qs .cs-form .cs-form-full {
  margin: 0 0 10px !important;
}

.lp-cs.lp-qs .cs-form .wpcf7 input:not([type="checkbox"]):not([type="submit"]),
.lp-cs.lp-qs .cs-form .wpcf7 select,
.lp-cs.lp-qs .cs-form .wpcf7 textarea {
  width: 100%;
  height: 42px;
  margin: 0 !important;
  padding: 9px 12px !important;

  background: var(--cs-navy) !important;
  color: var(--cs-white) !important;

  border: 1px solid #2C3A52 !important;
  border-radius: 9px !important;

  font-family: inherit;
  font-size: 0.86rem;
  line-height: 1.2;

  box-shadow: none !important;
}

.lp-cs.lp-qs .cs-form .wpcf7 textarea {
  min-height: 76px;
  height: auto;
  resize: vertical;
}

.lp-cs.lp-qs .cs-form .wpcf7 input::placeholder,
.lp-cs.lp-qs .cs-form .wpcf7 textarea::placeholder {
  color: #8B93A1 !important;
  opacity: 1;
}

.lp-cs.lp-qs .cs-form .wpcf7 input:focus,
.lp-cs.lp-qs .cs-form .wpcf7 select:focus,
.lp-cs.lp-qs .cs-form .wpcf7 textarea:focus {
  border-color: var(--cs-gold) !important;
  box-shadow: 0 0 0 3px rgba(200, 162, 74, 0.22) !important;
  outline: none !important;
}

.lp-cs.lp-qs .cs-form .wpcf7-submit {
  width: 100%;
  height: 46px;
  margin: 0 !important;
  padding: 0 20px !important;

  background: var(--cs-gold) !important;
  color: var(--cs-dark) !important;

  border: none !important;
  border-radius: 50px !important;

  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;

  cursor: pointer;

  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.lp-cs.lp-qs .cs-form .wpcf7-submit:hover {
  background: var(--cs-gold-soft) !important;
  color: var(--cs-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(200, 162, 74, 0.32);
}

/* ============================================================
   LGPD e mensagens do formulário
   ============================================================ */

.lp-cs.lp-qs .cs-form .cs-lgpd {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 6px !important;

  width: 100%;
  margin: 0 0 9px !important;
  padding: 0 !important;

  color: #C5CAD3 !important;
  font-size: 0.64rem !important;
  line-height: 1.25 !important;
}

.lp-cs.lp-qs .cs-form .cs-lgpd .wpcf7-form-control-wrap,
.lp-cs.lp-qs .cs-form .cs-lgpd .wpcf7-checkbox,
.lp-cs.lp-qs .cs-form .cs-lgpd .wpcf7-list-item,
.lp-cs.lp-qs .cs-form .cs-lgpd .wpcf7-list-item label {
  display: inline-flex !important;
  align-items: flex-start !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.lp-cs.lp-qs .cs-form .cs-lgpd input[type="checkbox"] {
  width: 13px !important;
  height: 13px !important;
  min-width: 13px !important;
  margin: 1px 0 0 !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
  cursor: pointer;
}

.lp-cs.lp-qs .cs-form .cs-lgpd .wpcf7-list-item-label {
  display: none !important;
}

.lp-cs.lp-qs .cs-form .cs-lgpd a {
  color: var(--cs-gold-soft) !important;
  font-weight: 700;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.lp-cs.lp-qs .cs-form .cs-lgpd br {
  display: none !important;
}

.lp-cs.lp-qs .cs-form .cs-yield-note,
.lp-cs.lp-qs .cs-yield-note {
  display: block;
  max-width: 100%;
  margin: 8px 0 0 !important;
  color: #C5CAD3 !important;
  font-size: 0.68rem !important;
  line-height: 1.35 !important;
  opacity: 0.82;
}

.lp-cs.lp-qs .cs-form .wpcf7-response-output {
  margin: 10px 0 0 !important;
  padding: 9px 10px !important;
  border-radius: 9px !important;

  background: rgba(255, 255, 255, 0.08);
  color: var(--cs-white);
  border: 1px solid rgba(255, 255, 255, 0.18) !important;

  font-size: 0.78rem;
  line-height: 1.35;
}

.lp-cs.lp-qs .cs-form .wpcf7-not-valid-tip {
  margin: 4px 0 0;
  color: var(--cs-gold-soft);
  font-size: 0.72rem;
}

/* ============================================================
   Dados rápidos
   ============================================================ */

.lp-cs.lp-qs .cs-stats {
  background: var(--cs-navy);
  color: var(--cs-white);
}

.lp-cs.lp-qs .cs-stats .lp-wrap {
  padding-top: 42px;
  padding-bottom: 42px;
}

.lp-cs.lp-qs .cs-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  text-align: center;
}

.lp-cs.lp-qs .cs-stat {
  padding: 8px;
}

.lp-cs.lp-qs .cs-stat-num {
  color: var(--cs-gold);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
}

.lp-cs.lp-qs .cs-stat-label {
  margin-top: 6px;
  color: #C5CAD3;
  font-size: 0.82rem;
  line-height: 1.35;
}

.lp-cs.lp-qs .cs-stats-note {
  max-width: 820px;
  margin: 24px auto 0;
  color: #9CA3AF;
  font-size: 0.76rem;
  line-height: 1.5;
  text-align: center;
}

/* ============================================================
   Seções claras
   ============================================================ */

.lp-cs.lp-qs .cs-position,
.lp-cs.lp-qs .cs-lobie,
.lp-cs.lp-qs .cs-faq {
  background: var(--cs-light);
}

.lp-cs.lp-qs .cs-market,
.lp-cs.lp-qs .cs-loc,
.lp-cs.lp-qs .cs-tour,
.lp-cs.lp-qs .cs-types,
.lp-cs.lp-qs .cs-consultor {
  background: var(--cs-white);
}

.lp-cs.lp-qs .cs-highlight {
  color: var(--cs-navy);
  font-size: 1.25rem;
  font-weight: 700;
  margin: 20px auto 0;
}

/* ============================================================
   Cards
   ============================================================ */

.lp-cs.lp-qs .cs-cards,
.lp-cs.lp-qs .cs-types-grid,
.lp-cs.lp-qs .cs-faq-grid {
  display: grid;
  gap: 24px;
  margin-top: 38px;
}

.lp-cs.lp-qs .cs-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-cs.lp-qs .cs-card,
.lp-cs.lp-qs .cs-faq-item {
  background: var(--cs-white);
  border: 1px solid var(--cs-border);
  border-radius: var(--cs-radius);
  padding: 28px;
  box-shadow: 0 6px 20px rgba(14, 23, 38, 0.07);
}

.lp-cs.lp-qs .cs-card {
  border-top: 3px solid var(--cs-gold);
}

.lp-cs.lp-qs .cs-card h3,
.lp-cs.lp-qs .cs-faq-item h3 {
  color: var(--cs-navy);
  font-size: 1.12rem;
  margin-bottom: 10px;
}

.lp-cs.lp-qs .cs-card p,
.lp-cs.lp-qs .cs-faq-item p {
  color: var(--cs-gray);
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* ============================================================
   Localização
   ============================================================ */

.lp-cs.lp-qs .cs-loc-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: 46px;
  margin-top: 38px;
}

.lp-cs.lp-qs .cs-map iframe {
  display: block;
  width: 100%;
  min-height: 390px;
  border: 0;
  border-radius: var(--cs-radius);
  box-shadow: var(--cs-shadow);
}

.lp-cs.lp-qs .cs-loc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-cs.lp-qs .cs-loc-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;

  padding: 12px 0;
  border-bottom: 1px solid var(--cs-border);

  color: var(--cs-text);
  font-size: 0.94rem;
}

.lp-cs.lp-qs .cs-loc-list li span {
  color: var(--cs-gold);
  font-weight: 700;
  white-space: nowrap;
}

/* ============================================================
   Tese do investidor
   ============================================================ */

.lp-cs.lp-qs .cs-thesis {
  background: var(--cs-dark);
  color: var(--cs-white);
}

.lp-cs.lp-qs .cs-thesis .cs-h2 {
  color: var(--cs-white);
}

.lp-cs.lp-qs .cs-thesis-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: 48px;
}

.lp-cs.lp-qs .cs-dark-lead {
  color: #C5CAD3;
  font-size: 1rem;
}

.lp-cs.lp-qs .cs-thesis-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}

.lp-cs.lp-qs .cs-thesis-list li {
  position: relative;
  padding: 14px 0 14px 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);

  color: rgba(255, 255, 255, 0.86);
  font-size: 0.98rem;
}

.lp-cs.lp-qs .cs-thesis-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 14px;

  color: var(--cs-gold);
  font-weight: 700;
}

.lp-cs.lp-qs .cs-foot {
  color: #AEB6C2;
  font-size: 0.86rem;
  margin-bottom: 0;
}

.lp-cs.lp-qs .cs-thesis-img img {
  display: block;
  width: 100%;
  border-radius: var(--cs-radius);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
}

/* ============================================================
   Lazer e conveniências
   ============================================================ */

.lp-cs.lp-qs .cs-lobie-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.lp-cs.lp-qs .cs-lobie-item {
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 20px;
  border-radius: var(--cs-radius);

  background: var(--cs-white);
  color: var(--cs-navy);

  border: 1px solid var(--cs-border);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);

  font-size: 0.94rem;
  font-weight: 600;
}

.lp-cs.lp-qs .cs-lobie-item::before {
  content: "•";
  color: var(--cs-gold);
  font-size: 1.5rem;
  line-height: 1;
}

.lp-cs.lp-qs .cs-lobie-note {
  max-width: 760px;
  margin: 28px auto 0;
  color: var(--cs-gray);
  font-size: 0.86rem;
  font-weight: 600;
  text-align: center;
}

/* ============================================================
   Ficha técnica
   ============================================================ */

.lp-cs.lp-qs .cs-types-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-cs.lp-qs .cs-type-card {
  overflow: hidden;
  border: 1px solid var(--cs-border);
  border-radius: var(--cs-radius);
  background: var(--cs-white);
  text-align: center;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.lp-cs.lp-qs .cs-type-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--cs-shadow);
}

.lp-cs.lp-qs .cs-type-head {
  padding: 24px;
  background: var(--cs-navy);
  color: var(--cs-white);
}

.lp-cs.lp-qs .cs-type-head h3 {
  color: var(--cs-white);
  font-size: 1.25rem;
  margin-bottom: 4px;
}

.lp-cs.lp-qs .cs-type-head small {
  color: var(--cs-gold-soft);
  font-weight: 600;
}

.lp-cs.lp-qs .cs-type-body {
  padding: 26px;
}

.lp-cs.lp-qs .cs-type-body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.lp-cs.lp-qs .cs-type-body li {
  padding: 9px 0;
  border-bottom: 1px dashed var(--cs-border);
  color: var(--cs-gray);
  font-size: 0.88rem;
}

.lp-cs.lp-qs .cs-type-total {
  color: var(--cs-navy);
  font-size: 1.45rem;
  font-weight: 700;
}

.lp-cs.lp-qs .cs-types-note {
  max-width: 820px;
  margin: 24px auto 0;
  color: var(--cs-gray);
  font-size: 0.76rem;
  text-align: center;
  line-height: 1.55;
}

.lp-cs.lp-qs .cs-inline-cta {
  max-width: 820px;
  margin: 44px auto 0;
  padding: 34px 28px;
  border-radius: 18px;

  background:
    radial-gradient(circle at top left, rgba(200, 162, 74, 0.22) 0%, rgba(200, 162, 74, 0) 34%),
    linear-gradient(135deg, var(--cs-navy), var(--cs-dark));

  color: var(--cs-white);
  text-align: center;
  box-shadow: var(--cs-shadow);
}

.lp-cs.lp-qs .cs-inline-cta h3 {
  color: var(--cs-white);
  font-size: clamp(22px, 3vw, 30px);
  margin-bottom: 10px;
}

.lp-cs.lp-qs .cs-inline-cta p {
  max-width: 620px;
  margin: 0 auto 22px;
  color: #C5CAD3;
  font-size: 0.94rem;
}

/* ============================================================
   Potencial de investimento
   ============================================================ */

.lp-cs.lp-qs .cs-yield {
  background: var(--cs-navy);
  color: var(--cs-white);
  text-align: center;
}

.lp-cs.lp-qs .cs-yield .cs-h2 {
  color: var(--cs-white);
}

.lp-cs.lp-qs .cs-yield-num {
  margin: 20px 0 8px;
  color: var(--cs-gold);
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.08;
}

.lp-cs.lp-qs .cs-yield-sub {
  max-width: 720px;
  margin: 0 auto 28px;
  color: #C5CAD3;
  font-size: 1rem;
}

.lp-cs.lp-qs .cs-yield .cs-yield-note {
  max-width: 820px;
  margin: 24px auto 0;
  color: #8B93A1 !important;
  font-size: 0.72rem !important;
  line-height: 1.55 !important;
}

/* ============================================================
   FAQ
   ============================================================ */

.lp-cs.lp-qs .cs-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* ============================================================
   Atendimento consultivo
   ============================================================ */

.lp-cs.lp-qs .cs-consultor .cs-lead {
  margin-left: auto;
  margin-right: auto;
}

.lp-cs.lp-qs .cs-links {
  max-width: 760px;
  margin: 20px auto;
  color: var(--cs-text);
  font-size: 0.96rem;
}

.lp-cs.lp-qs .cs-links a {
  color: #A8841E;
  font-weight: 700;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.lp-cs.lp-qs .cs-links a:hover {
  color: var(--cs-navy);
}

.lp-cs.lp-qs .cs-creci {
  display: inline-block;
  margin-top: 6px;
  padding: 8px 22px;
  border: 1px solid var(--cs-gold);
  border-radius: 50px;

  color: #A8841E;
  font-weight: 700;
  letter-spacing: 1px;
}

/* ============================================================
   CTA final
   ============================================================ */

.lp-cs.lp-qs .cs-cta {
  background:
    radial-gradient(circle at top left, rgba(200, 162, 74, 0.28) 0%, rgba(200, 162, 74, 0) 36%),
    linear-gradient(135deg, var(--cs-navy), var(--cs-dark));
  color: var(--cs-white);
  text-align: center;
}

.lp-cs.lp-qs .cs-cta .cs-h2 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  color: var(--cs-white);
}

.lp-cs.lp-qs .cs-cta .cs-lead {
  margin: 0 auto 28px;
  color: #F0EDE4;
}

/* ============================================================
   Informações legais
   ============================================================ */

.lp-cs.lp-qs .cs-legal {
  background: var(--cs-dark);
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.lp-cs.lp-qs .cs-legal .lp-wrap {
  padding-top: 38px;
  padding-bottom: 38px;
}

.lp-cs.lp-qs .cs-legal h2 {
  color: var(--cs-gold-soft);
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.lp-cs.lp-qs .cs-legal p {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  line-height: 1.6;
}

/* ============================================================
   Responsivo
   ============================================================ */

@media (max-width: 900px) {
  .lp-cs.lp-qs .lp-wrap {
    padding: 52px 20px;
  }

  .lp-cs.lp-qs .cs-hero {
    text-align: center;
  }

  .lp-cs.lp-qs .cs-hero .lp-wrap {
    padding-top: 70px;
    padding-bottom: 48px;
  }

  .lp-cs.lp-qs .cs-hero-grid,
  .lp-cs.lp-qs .qs-intro-grid,
  .lp-cs.lp-qs .cs-loc-grid,
  .lp-cs.lp-qs .cs-thesis-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .lp-cs.lp-qs .cs-hero-content,
  .lp-cs.lp-qs .qs-intro-content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-cs.lp-qs .cs-hero .cs-lead,
  .lp-cs.lp-qs .cs-hero-info,
  .lp-cs.lp-qs .qs-intro-content .cs-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .lp-cs.lp-qs .cs-hero-info {
    padding-left: 0;
    padding-top: 18px;
    border-left: none;
    border-top: 2px solid var(--cs-gold);
  }

  .lp-cs.lp-qs .cs-hero-tags,
  .lp-cs.lp-qs .qs-intro-tags {
    justify-content: center;
  }

  .lp-cs.lp-qs .cs-hero-content .cs-hero-image {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-cs.lp-qs .cs-hero-form,
  .lp-cs.lp-qs .cs-section-form {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-cs.lp-qs .cs-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-cs.lp-qs .cs-cards,
  .lp-cs.lp-qs .cs-types-grid,
  .lp-cs.lp-qs .cs-lobie-grid,
  .lp-cs.lp-qs .cs-faq-grid {
    grid-template-columns: 1fr;
  }

  .lp-cs.lp-qs .cs-form-grid {
    grid-template-columns: 1fr;
  }

  .lp-cs.lp-qs .qs-intro {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .lp-cs.lp-qs .lp-wrap {
    padding: 42px 18px;
  }

  .lp-cs.lp-qs .cs-hero .lp-wrap {
    padding-top: 52px;
    padding-bottom: 38px;
  }

  .lp-cs.lp-qs .cs-hero h1 {
    font-size: 2.08rem;
  }

  .lp-cs.lp-qs .cs-lead {
    font-size: 1rem;
  }

  .lp-cs.lp-qs .cs-hero-form,
  .lp-cs.lp-qs .cs-section-form {
    padding: 24px 18px;
  }

  .lp-cs.lp-qs .cs-hero-tags span,
  .lp-cs.lp-qs .qs-intro-tags span {
    width: 100%;
  }

  .lp-cs.lp-qs .cs-hero-content .cs-hero-image {
    margin-top: 24px;
    margin-bottom: 20px;
    border-radius: 14px;
  }

  .lp-cs.lp-qs .cs-hero-content .cs-hero-image img {
    aspect-ratio: 4 / 3;
  }

  .lp-cs.lp-qs .cs-stats-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .lp-cs.lp-qs .cs-map iframe {
    min-height: 320px;
  }

  .lp-cs.lp-qs .cs-loc-list li {
    display: block;
    text-align: left;
  }

  .lp-cs.lp-qs .cs-loc-list li span {
    display: block;
    margin-top: 3px;
  }

  .lp-cs.lp-qs .cs-btn,
  .lp-cs.lp-qs .cs-inline-cta .cs-btn {
    width: 100%;
  }

  .lp-cs.lp-qs .cs-form .cs-lgpd {
    font-size: 0.58rem !important;
  }

  .lp-cs.lp-qs .cs-yield-num {
    font-size: 2rem;
  }
}/* End custom CSS */