/* ===== GOOGLE FONTS ===== */
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
/* ===== REMIX ICONS ===== */
@import url("https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.css")
layer(icons);

/* REUTILIZAÇÃO */
.d-none {
  display: none;
}

.d-flex {
  display: flex;
}

.flex-center {
  align-items: center;
}
.flex-start {
  align-items: start;
}
.flex-end {
  align-items: end;
}

.flex-content-center {
  justify-content: center;
}
.flex-content-between {
  justify-content: space-between;
}
.flex-content-around {
  justify-content: space-around;
}
.flex-content-start {
  justify-content: start;
}
.flex-content-end {
  justify-content: end;
}

.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}

.gap-10 {
  gap: 10px;
}
.gap-16 {
  gap: 16px;
}
.gap-20 {
  gap: 20px;
}
.gap-24 {
  gap: 24px;
}
.gap-32 {
  gap: 32px;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Space Grotesk", sans-serif;
  overflow-x: hidden;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 30px;
  border-radius: var(--border-radius);
  font-weight: var(--font-medium);
  font-size: var(--normal-font-size);
  transition: var(--transition);
  cursor: pointer;
  text-decoration: none;
  border: 2px solid transparent;
  font-size: 14px;
  outline: none;
}

.btn--primary {
  background-color: #cd90ff;
  color: var(--white-color);
}

.btn--primary:hover {
  background-color: #5a2d8a;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.btn--invert {
  background-color: #e6cdfc;
  color: #54118c;
  font-weight: 600;
}

.btn--invert:hover {
  background-color: #ca8efb;
  color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.btn--secondary {
  background-color: transparent;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn--secondary:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.btn--full {
  width: 100%;
}

.section-default {
  padding-top: 80px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.header {
  border-bottom: 1px solid rgb(220, 220, 220);
  width: 100%;
  display: flex;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: var(--white-color);
}
.header nav {
  width: 100%;
  max-width: 1360px;
  margin: 0 20px;
  height: 86px;
  display: flex;
  align-items: center;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.container-full {
  width: 100%;
}
.color-white {
  color: var(--white-color);
}
.color-primary {
  color: #cd90ff;
}
.color-dark {
  color: #1e1e1e;
}
.hero-section {
  background-color: #0000;
  background-image: linear-gradient(90deg, #000 50%, #cd90ff);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 130px 0px;
  padding-bottom: 32px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.box-hero-title,
.box-hero-form {
  width: 50%;
}
.box-hero-form {
  width: 40%;
}
.box-hero-title {
  gap: 20px;
  display: flex;
  flex-direction: column;
  padding: 0 40px;
}
.title {
  color: var(--white-color);
  font-size: 1.9rem;
  font-weight: 700;
}
.title span {
  color: #cd90ff;
  font-size: 3.125rem;
}
.text-normal {
  color: var(--white-color);
}

.font-20 {
  font-size: 1.25rem;
}
.font-18 {
  font-size: 1.125rem;
}
.font-16 {
  font-size: 1rem;
}
.font-14 {
  font-size: 0.88rem;
}
.border-bottom {
  border-bottom: 1px solid #cd90ff;
  border-radius: 0px 0px 8px 8px;
}
.text-video {
  width: 100%;
  max-width: 300px;
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
}

/* .box-hero-title iframe {
  width: 100%;
  height: 290px;
  } */

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container-hero-section {
  display: flex;
}
.form__title {
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 1rem !important;
}

.only-mobile {
  display: none;
}
.only-desktop {
  display: block;
}

.tag-colaboradores {
  border: 1px solid #fff;
  border-radius: 5px;
  order: 1;
  align-self: flex-end;
  width: 100%;

  margin-right: 0;
  padding: 10px;
  color: #fff;
  text-align: center;
}

.subtitle-section {
  font-size: 32px;
  text-align: center;
}
.subtittle-small {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  text-wrap: balance;
}
strong {
  font-weight: 600;
}
.box-logos-clientes {
  display: flex;
  justify-content: center;
  gap: 60px;
  align-items: center;
}
.clientes-logo {
  width: 140px;
  height: 40px;
  object-fit: contain;
}

.box-features {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 32px;
  justify-content: space-between;
}
.box-list-features {
  width: 45%;
}
.img-plataforma {
  width: 100%;
  max-width: 480px;
}
.bg-gradient {
  background-image: linear-gradient(#000 38%, #4e3166);
}
.list-btns-features {
  display: flex;
}
.box-toggle-features {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.list-btns-features li {
  padding: 10px 20px;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 600;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.list-btns-features li.active {
  padding: 10px 20px;
  color: #ca8efb;
  font-weight: 600;
  border-bottom: 3px solid #ca8efb;
}
.box-infos-features {
  margin-top: 32px;
  align-items: center;
  width: 100%;
}
.box-infos-features img {
  width: 100%;
  max-width: 450px;
}
.card-feature {
  width: 100%;
  max-width: 450px;
  min-height: 310px;
  background-color: #fff;
  border-radius: 5px;
}
.w-100 {
  width: 100%;
}
.card-feature-header {
  padding: 10px 20px;
  background-color: #cd90ff80;
  color: #1e1e1e;
}
.card-feature-header h3 {
  font-size: 22px;
}
.card-feature-content {
  padding: 20px;
  min-height: 300px;
  justify-content: space-between;
  font-size: 14px;
}
.box-content-features .active {
  animation: fade-in 0.4s ease;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slider-controls {
  display: none;
}
.pb-64 {
  padding-bottom: 64px;
}

.container-depoimentos {
  position: relative;
  top: -36px;
  border-radius: 20px;
  border: 1px solid #cd90ff;
  width: 100%;
  background-image: linear-gradient(#000, #000 40%, #4e3166);
}

.card-item {
  padding: 30px 0;
}
.card-item-header {
  background-color: #cd90ff80;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
}

.card-item-header h3 {
  font-size: 24px;
}
.card-item-header p {
  font-size: 14px;
  font-weight: 600;
}

.card-item-header-img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
.card-item-header-img img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-item-content {
  background-color: #1e1e1e;
  border: 1px solid #ca8efb;
  border-radius: 15px;
  min-height: 150px;
  gap: 6px;
}
.card-item-element {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 490px;
}
.card-item-content {
  display: flex;
  align-items: start;
  padding: 20px;
  color: #fff;
  font-size: 14px;
}
.card-item-content img {
  position: relative;
  top: -8px;
}

.swiper-button-prev svg {
  color: #ca8efb;
  width: 40% !important;
}
.swiper-button-next svg {
  color: #ca8efb;
  width: 40% !important;
}
.swiper-pagination-bullet-active {
  background-color: #ca8efb !important;
}

.container-slider-features-2 {
  margin-top: 24px;
}
.info-card-feature-v2 h3{
 font-size: 24px; 
}
.info-card-feature-v2 img{
 width: 100%;
 max-width: 40px;
}
.info-card-feature-v2 {
  width: 40%;
}

.card-comparison.concorrente {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 40px;
  padding-right: 60px;
  border-radius: 5px;
  width: 100%;
  max-width: 350px;
  border: 1px solid #9b9b9b;
  gap: 60px;
}
.card-comparison.concorrente h3 {
  font-size: 24px;
  color: #9b9b9b;
}
.card-comparison.concorrente li p {
  font-size: 14px;
}


.header-card-comparison {
  padding: 20px;
  padding-top: 40px;
  background-color: #e6cdfc;
}
.header-card-comparison h3{
  color: #54118c;
  font-size: 24px;
  font-weight: 600;
}
.header-card-comparison p{
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.header-card-comparison img{
 position: relative;
 top: -24px;
}

.card-comparison.qulture {
  border: 1px solid #ca8efb;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 #cd90ff59, 0 11px 20px 5px #cd90ff59;
  width: 100%;
  max-width: 398px;
  margin-left: 24px;
  transform: scale(1.050);
  background-color: #fff;
}
.content-card-comparison {
  padding: 40px 30px;
}
.content-card-comparison p {
  font-size: 14px;
}
.footer-description {
  width: 345px;
  font-size: 14px;
}
.footer-slogan {
  font-size: 20px;
}
.section-footer {
  padding:32px;
}
/* RESPONSIVIDADE */
/* PONTO DE QUEBRA */
@media screen and (max-width: 1024px) {
  .only-mobile {
    display: block;
  }
  .only-desktop {
    display: none;
  }

  .box-hero-title,
  .box-hero-title {
    width: 100%;
  }
  .hero-section {
    background-color: #0000;
    background-image: linear-gradient(90deg, #000 50%, #000);
    padding-top: 70px;
  }
  .title {
    text-align: center;
  }
  .box-logos-clientes {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    flex-direction: column;
  }
  .clientes-logo {
    width: 100%;
    height: 40px;
    object-fit: contain;
  }
  #hsForm_372a29e4-2309-42af-a34f-24ddd88d541e fieldset {
    max-width: 100%;
  }
  .box-features {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  .box-list-features {
    width: 100%;
    justify-content: center;
  }
  .box-img-plataforma {
    width: 100%;
    justify-items: end;
  }
  .list-btns-features {
    display: none;
  }
  .box-content-features {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .box-content-features > section {
    display: none;
    width: 100%;
    transition: opacity 0.3s ease-in-out;
  }

  .box-content-features > section.active {
    display: block;
  }

  /* Estiliza controles de navegação (opcional) */
  .slider-controls {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    align-self: flex-end;
  }

  .slider-controls button {
    justify-items: end;
    background-color: #ca8efb;
    border-radius: 100px;
    color: #fff;
    border: none;
    width: 24px;
    height: 24px;
    padding: 0px 8px;
    display: flex;
    margin: 0 6px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.5rem;
  }

  .box-infos-features {
    flex-direction: column;
  }

  .block-cards-comparison {
    flex-direction: column;
    gap: 24px;
  }

  .card-comparison.concorrente {
    max-width: 398px;
  }
  .card-comparison.qulture {
    transform: scale(1);
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .subtitle-section {
    font-size: 20px;
    text-align: center;
  }
  .box-list-features li {
    font-size: 14px;
  }
  .card-feature-content {
    gap: 24px;
  }
  .card-feature-header h3 {
    font-size: 18px;
  }
  .card-item-header h3 {
    font-size: 20px;
  }
  .card-item-header p {
    font-size: 14px;
  }
  .card-item-flex {
    flex-direction: column;
    align-items: center;
    padding: 0px 32px;
  }
  .card-item-header-img {
    width: 70px;
    height: 70px;
  }
  .card-feature-v2-element {
flex-direction: column;
    align-items: center;
    padding: 0px 32px;
    gap: 24px;
  }
  .info-card-feature-v2 {
    width: 100%;
  }
  .info-card-feature-v2 h3{
 font-size: 18px; 
}
  .info-card-feature-v2 p{
 font-size: 14px; 
}
.info-card-feature-v2 img{
 width: 100%;
 max-width: 30px;
}
  .section-footer {
  flex-direction: column;
  gap: 24px;
  text-align: center;
}
.img-logo-footer {
  display: flex;
  align-items: center;
}
}
@media screen and (max-width: 495px) {
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    border-radius: var(--border-radius);
    font-weight: var(--font-medium);
    font-size: var(--normal-font-size);
    transition: var(--transition);
    cursor: pointer;
    text-decoration: none;
    border: 2px solid transparent;
    font-size: 12px;
  }
  .box-hero-title {
    padding: 0 20px;
  }
  .text-video {
    margin: 0 auto;
    max-width: 100%;
  }
  .subtittle {
    display: none;
  }
  .title {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
  .subtitle-section {
    font-size: 20px;
    text-align: center;
  }
  .section-default {
    padding-left: 20px;
    padding-right: 20px;
  }
  .subtittle-small {
    font-size: 14px;
  }

   .card-comparison.concorrente {
   padding: 20px;
   max-width: 90%;
  }
  .card-comparison.qulture {
    max-width: 90%;
  }
  .content-card-comparison {
    padding: 40px 20px;
  }
}

/* HUBSPOT */
/* HUBSPOT */
/* HUBSPOT */
/* HUBSPOT */
/* HUBSPOT */
#hubspot-form-container-372a29e4-2309-42af-a34f-24ddd88d541e {
  max-width: 100%;
  margin: 0;
  background-color: #ffffff;
  padding: 2rem 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: fit-content;
  width: 100%;
}

#hubspot-form-container-372a29e4-2309-42af-a34f-24ddd88d541e .form__title {
  text-align: center;
  font-size: 16px !important;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
}

#hubspot-form-container-372a29e4-2309-42af-a34f-24ddd88d541e
  .form__title-highlight {
  color: #1a1a1a;
  font-weight: 600;
}

/* Estilos para o container mobile */
#hubspot-form-container-mobile-372a29e4-2309-42af-a34f-24ddd88d541e {
  max-width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 2rem 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#hubspot-form-container-mobile-372a29e4-2309-42af-a34f-24ddd88d541e
  .form__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
}

#hubspot-form-container-mobile-372a29e4-2309-42af-a34f-24ddd88d541e
  .form__title-highlight {
  color: #1a1a1a;
  font-weight: 600;
}

/* Mobile: título centralizado */
@media (max-width: 768px) {
  #hubspot-form-container-mobile-372a29e4-2309-42af-a34f-24ddd88d541e
    .form__title {
    text-align: center;
  }
}

/* Layout Desktop - Formulário na lateral direita */
.hero__container {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  min-height: 100vh;
}

.hero__content {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  flex: 1;
  background: transparent;
  padding: 4rem 0;
  min-height: auto;
}

.hero__text {
  flex: 1;
  max-width: 50%;
}

.hero__form--desktop {
  display: block;
  flex: 0 0 600px;
  position: sticky;
  top: 6rem;
  align-self: flex-start;
  margin-top: 0;
  padding-top: 0;
}

.hero__form--mobile {
  display: none;
}

/* Mobile: formulário entre título e texto descritivo */
@media (max-width: 768px) {
  .hero__container {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    gap: 0;
    max-width: 100%;
    padding: 0 1rem;
  }

  .hero__content {
    flex-direction: column;
    gap: 0;
    max-width: 100%;
    padding: 2rem 0;
    flex: none;
  }

  .hero__form--desktop {
    display: none;
  }

  .hero__form--mobile {
    display: block;
    margin: 2rem auto !important;
    flex: none;
    position: static;
    width: 98% !important;
    max-width: 98% !important;
  }

  .hero__text {
    order: 1;
    max-width: 100%;
  }

  .hero__form--mobile {
    order: 2;
  }

  /* Centralizar título no mobile */
  .hero__title {
    text-align: center;
  }
}

#hsForm_372a29e4-2309-42af-a34f-24ddd88d541e {
  display: flex;
  flex-direction: column;
}

#phone-372a29e4-2309-42af-a34f-24ddd88d541e {
  width: 100% !important;
}

#phone_ext-372a29e4-2309-42af-a34f-24ddd88d541e {
  display: none;
}

fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

.hs-button {
  font-family: "Space Grotesk", Helvetica, Arial, sans-serif;
  margin: 0 8px 0 0;
  cursor: pointer;
  display: block;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #cd90ff;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #cd90ff;
  font-size: 14px;
  padding: 12px 24px;
  width: calc(100% - 8px);
  max-width: 500px;
  background-color: #cd90ff;
  color: #ffffff;
  height: 46px;
}

.form-columns-1:has(.legal-consent-container) {
  order: 1;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  font-family: "Space Grotesk", Helvetica, Arial, sans-serif;
}

a[href="https://www.qulture.rocks/politica-de-privacidade"]
{
  color: #cd90ff;
}

.hs-button:hover,
.hs-button:focus {
  background-color: #cd90ff;
  border-color: #cd90ff;
}

.hs-button:active {
  background-color: #cd90ff;
  border-color: #cd90ff;
}

label {
  font-size: 14px;
  width: 130px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 600;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Space Grotesk", Helvetica, Arial, sans-serif;
}

.hs-error-msgs label {
  color: #f2545b;
}

.hs-input {
  display: inline-block;
  width: 100%;
  height: 36px;
  padding: 9px 10px;
  font-family: "Space Grotesk", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #000000;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

select.is-placeholder {
  color: #bfbfbf;
}

select.is-placeholder:focus {
  color: #33475b;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input option:disabled {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

.hs-input:focus-visible {
  outline: 1px solid #cd90ff;
}

select[multiple].hs-input {
  height: inherit;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}

input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  margin-top: 8px;
  margin-bottom: 8px;
  max-width: 500px;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}

.inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}

.inputs-list:first-child {
  padding-top: 6px;
}

.inputs-list > li + li {
  padding-top: 2px;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 11px;
  font-family: "Space Grotesk", Helvetica, Arial, sans-serif;
}

.hs-form-required {
  color: red;
}

form.hs-form-rtl fieldset {
  display: flex;
}

form.hs-form-rtl fieldset[class^="form-columns-"] .input {
  margin-right: 0px;
}

form.hs-form-rtl ul {
  padding: 0px;
}

form.hs-form-rtl
  .legal-consent-container
  .hs-form-booleancheckbox-display
  input {
  width: auto;
  float: right;
}

form.hs-form-rtl
  .legal-consent-container
  .hs-form-booleancheckbox-display
  > span {
  margin-left: 0px;
}

.email-correction,
.email-validation {
  padding-top: 3px;
  font-size: 12px;
  font-family: "Space Grotesk", Helvetica, Arial, sans-serif;
}

.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }

  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }

  .email-correction form .form-columns-2 .hs-form-field input[type="checkbox"],
  .email-correction form .form-columns-2 .hs-form-field input[type="radio"],
  .email-correction form .form-columns-3 .hs-form-field input[type="checkbox"],
  .email-correction form .form-columns-3 .hs-form-field input[type="radio"],
  .email-validation form .form-columns-2 .hs-form-field input[type="checkbox"],
  .email-validation form .form-columns-2 .hs-form-field input[type="radio"],
  .email-validation form .form-columns-3 .hs-form-field input[type="checkbox"],
  .email-validation form .form-columns-3 .hs-form-field input[type="radio"] {
    width: 24px;
  }

  .hs-input,
  fieldset.form-columns-1 .hs-input {
    width: 95% !important;
  }
}

.hs-button,
.hs-form-field input[type="text"],
.hs-form-field input[type="email"],
.hs-form-field input[type="phone"],
.hs-form-field input[type="number"],
.hs-form-field input[type="tel"],
.hs-form-field input[type="date"],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: "Space Grotesk", Helvetica, Arial, sans-serif;
  line-height: normal;
}

/* Correção do layout dos cards da plataforma */
.platform__feature-card {
  height: auto !important;
  min-height: 500px;
  justify-content: space-between;
}

.platform__feature-descriptions {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.platform__feature-cta {
  margin-top: auto;
  padding-top: 2rem;
}

/* Correção definitiva do título em duas linhas */
.hero__title {
  white-space: normal !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  line-height: 1.2 !important;
  max-width: none !important;
  width: 100% !important;
  display: block !important;
}

.hero__title br {
  display: block !important;
  content: "" !important;
  margin-top: 0 !important;
  line-height: 1.2 !important;
}

/* Força a quebra de linha */
.hero__title::after {
  content: "" !important;
  display: block !important;
}

/* Mobile: título em duas linhas e textos centralizados */
@media (max-width: 768px) {
  .hero__title {
    font-size: 2.2rem !important;
    text-align: center !important;
    line-height: 1.1 !important;
  }

  .hero__description {
    text-align: center !important;
  }

  .hero__cta {
    justify-content: center !important;
  }
}

/* Mobile muito pequeno: fonte ainda menor */
@media (max-width: 480px) {
  .hero__title {
    font-size: 1.8rem !important;
  }
}

/* Mobile: reduzir tamanho dos cards da plataforma */
@media (max-width: 768px) {
  .platform__feature-card {
    padding: 1.5rem !important;
    max-width: 100% !important;
    min-height: 300px !important;
  }

  .platform__feature-title {
    font-size: 1.3rem !important;
    margin-bottom: 0.8rem !important;
  }

  .platform__feature-description {
    font-size: 0.8rem !important;
    line-height: 1.3 !important;
  }

  .platform__feature-cta {
    padding-top: 1rem !important;
  }

  .platform__feature-cta .btn {
    padding: 0.6rem 1.2rem !important;
    font-size: 0.8rem !important;
  }
}

/* Mobile muito pequeno: cards ainda menores */
@media (max-width: 480px) {
  .platform__feature-card {
    padding: 1rem !important;
    min-height: 250px !important;
  }

  .platform__feature-title {
    font-size: 1.1rem !important;
  }

  .platform__feature-description {
    font-size: 0.75rem !important;
  }

  .platform__feature-cta .btn {
    padding: 0.5rem 1rem !important;
    font-size: 0.75rem !important;
  }
}

/* Mobile: formulário ocupa quase toda a largura */
@media (max-width: 768px) {
  .hero__form--mobile {
    width: 98% !important;
    max-width: 98% !important;
    margin: 2rem auto !important;
  }

  /* Forçar largura máxima no mobile */
  .hero__form--mobile {
    width: 98% !important;
    max-width: 98% !important;
    margin: 2rem auto !important;
  }

  .hero__form--mobile .form__container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 1.5rem !important;
  }

  #hubspot-form-container-mobile-372a29e4-2309-42af-a34f-24ddd88d541e {
    width: 100% !important;
    max-width: 100% !important;
    padding: 1.5rem !important;
  }

  /* Regra mais específica para forçar largura */
  .hero .hero__content .hero__text .hero__form--mobile {
    width: 98% !important;
    max-width: 98% !important;
    margin: 2rem auto !important;
  }

  /* Garantir que o container pai não limita a largura */
  .hero__text {
    width: 100% !important;
    max-width: 100% !important;
  }

  .hero__content {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Sobrescrever max-width: 600px do CSS principal */
  .hero__text {
    max-width: none !important;
    width: 100% !important;
  }

  /* Sobrescrever regra que estava sobrescrevendo nossas regras */
  .hero__form--mobile {
    width: 98% !important;
    max-width: 98% !important;
    margin: 2rem auto !important;
  }

  /* Sobrescrever max-width: 600px do .form__container */
  .hero__form--mobile .form__container {
    max-width: none !important;
    width: 100% !important;
  }

  /* Sobrescrever regras do container do HubSpot */
  #hubspot-form-container-mobile-372a29e4-2309-42af-a34f-24ddd88d541e {
    max-width: none !important;
    width: 100% !important;
  }

  /* Forçar largura máxima usando calc */
  .hero__form--mobile {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    margin: 2rem auto !important;
  }

  /* Aumentar tamanho da fonte do título no mobile */
  .hero__title {
    font-size: 2.8rem !important;
  }

  /* Aumentar tamanho da fonte do título do formulário no mobile */
  .hero__form--mobile .form__title {
    font-size: 1.5rem !important;
  }

  /* Forçar largura máxima em todos os elementos do formulário */
  .hero__form--mobile * {
    max-width: none !important;
  }

  .hero__form--mobile .form__container * {
    max-width: none !important;
  }

  .hero__form--mobile
    #hubspot-form-container-mobile-372a29e4-2309-42af-a34f-24ddd88d541e
    * {
    max-width: none !important;
  }

  /* Mobile: remover fundo branco do card com imagem */
  .platform__demo {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
  }

  .platform__demo-img {
    border-radius: 0 !important;
  }

  /* Mobile: espaçamento de 2px entre os cards */
  .platform__main {
    gap: 2px !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .platform__visual {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .platform__text {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .platform__demo {
    margin-bottom: 0 !important;
  }

  .platform__feature-card {
    margin-top: 0 !important;
  }

  /* Forçar espaçamento mínimo - regra mais específica */
  @media (max-width: 768px) {
    .platform .platform__main {
      gap: 2px !important;
      display: flex !important;
      flex-direction: column !important;
    }

    .platform .platform__visual {
      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
    }

    .platform .platform__text {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }
  }

  /* Sobrescrever regra do CSS principal que define gap: 2rem */
  @media screen and (max-width: 968px) {
    .platform .platform__main {
      gap: 2px !important;
      display: flex !important;
      flex-direction: column !important;
    }
  }
}
