/* Start custom CSS for html, class: .elementor-element-8db66e0 */html,
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #111111 !important;
}

.ia-hero-exato {
  width: 100vw;
  min-height: 820px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  color: #ffffff;

  background-image:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.02) 0%,
      rgba(0, 0, 0, 0.08) 42%,
      rgba(0, 0, 0, 0.72) 70%,
      rgba(17, 17, 17, 1) 100%
    ),
    url("https://ia.igorhenrique.com/assets/hero-desktop-Uyc7V5b8.webp");

  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.ia-hero-exato::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 8%, rgba(143, 40, 255, 0.26), transparent 34%),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.70) 0%,
      rgba(0, 0, 0, 0.03) 30%,
      rgba(0, 0, 0, 0.03) 70%,
      rgba(0, 0, 0, 0.70) 100%
    );
  pointer-events: none;
}

.ia-hero-exato * {
  box-sizing: border-box;
}

.ia-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 92px;
}

.ia-hero-content h1 {
  margin: 0 auto;
  max-width: 1180px;
  font-size: clamp(42px, 3.55vw, 56px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -2px;
  color: #ffffff;
  text-shadow: 0 8px 34px rgba(0, 0, 0, 0.85);
}

.ia-hero-content h1 span {
  display: block;
}

.ia-hero-content h1 .linha-1,
.ia-hero-content h1 .linha-2 {
  white-space: nowrap;
}

.ia-hero-content h1 strong {
  color: #8f28ff;
  font-weight: 900;
  text-shadow:
    0 0 18px rgba(143, 40, 255, 0.9),
    0 0 36px rgba(143, 40, 255, 0.55);
}

.ia-hero-content p {
  max-width: 780px;
  margin: 24px auto 0;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.85);
}

.ia-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-top: 32px;
  padding: 0 44px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), transparent 48%),
    linear-gradient(135deg, #8f28ff 0%, #6d0fd6 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow:
    0 18px 45px rgba(143, 40, 255, 0.45),
    0 0 0 8px rgba(143, 40, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transition: 0.25s ease;
}

.ia-hero-btn:hover {
  transform: translateY(-2px);
}

.ia-hero-social-proof {
  width: fit-content;
  min-height: 56px;
  margin: 42px auto 0;
  padding: 9px 24px 9px 13px;
  border-radius: 999px;
  background: rgba(25, 25, 25, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  box-shadow:
    0 12px 35px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.ia-avatars {
  display: flex;
  align-items: center;
}

.ia-avatars img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #242424;
  margin-left: -9px;
}

.ia-avatars img:first-child {
  margin-left: 0;
}

.ia-stars {
  font-size: 17px;
  line-height: 1;
  letter-spacing: -1px;
  color: #ffd21f;
}

.ia-hero-social-proof strong {
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  white-space: nowrap;
}

/* Remove espaços do Elementor */
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.elementor-widget,
.elementor-widget-container,
.elementor-top-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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

.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

/* Notebook menor */
@media (max-width: 1280px) {
  .ia-hero-content h1 {
    font-size: 50px;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .ia-hero-exato {
    min-height: 720px;
    background-position: center top;
  }

  .ia-hero-content {
    padding-bottom: 76px;
  }

  .ia-hero-content h1 {
    font-size: 44px;
    letter-spacing: -1.5px;
  }

  .ia-hero-content h1 .linha-1,
  .ia-hero-content h1 .linha-2 {
    white-space: normal;
  }

  .ia-hero-content p {
    font-size: 16px;
  }
}

/* Celular */
@media (max-width: 600px) {
  .ia-hero-exato {
    min-height: 690px;
    padding: 0 15px;
    background-position: center top;
  }

  .ia-hero-content {
    padding-bottom: 52px;
  }

  .ia-hero-content h1 {
    font-size: 32px;
    line-height: 1.14;
    letter-spacing: -1px;
  }

  .ia-hero-content h1 .linha-1,
  .ia-hero-content h1 .linha-2 {
    white-space: normal;
  }

  .ia-hero-content p {
    margin-top: 19px;
    font-size: 14.5px;
  }

  .ia-hero-btn {
    min-height: 50px;
    margin-top: 26px;
    padding: 0 28px;
    font-size: 14px;
  }

  .ia-hero-social-proof {
    min-height: 50px;
    margin-top: 34px;
    padding: 8px 16px 8px 10px;
    gap: 8px;
  }

  .ia-avatars img {
    width: 28px;
    height: 28px;
    margin-left: -8px;
  }

  .ia-stars {
    font-size: 13px;
  }

  .ia-hero-social-proof strong {
    font-size: 12.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4102a6c */.ia-aprender-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background:
    radial-gradient(circle at 50% 0%, rgba(155, 44, 255, 0.18), transparent 34%),
    radial-gradient(circle at 50% 55%, rgba(155, 44, 255, 0.10), transparent 30%),
    linear-gradient(180deg, #121212 0%, #0b0b10 100%);
  padding: 95px 28px 110px;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  color: #ffffff;
  overflow: hidden;
}

.ia-aprender-section * {
  box-sizing: border-box;
}

.ia-aprender-container {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
}

.ia-aprender-header {
  max-width: 920px;
  margin: 0 auto 56px;
  text-align: center;
}

.ia-aprender-header h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1.8px;
}

.ia-aprender-header h2 span {
  color: #9b2cff;
  text-shadow: 0 0 24px rgba(155, 44, 255, 0.72);
}

.ia-aprender-header p {
  max-width: 820px;
  margin: 18px auto 0;
  color: #aaa5b6;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
}

.ia-aprender-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.ia-aprender-card {
  background: linear-gradient(180deg, #17171f 0%, #0e0e13 100%);
  border: 1px solid rgba(155, 44, 255, 0.34);
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.02),
    0 0 34px rgba(155, 44, 255, 0.08),
    0 26px 70px rgba(0, 0, 0, 0.28);
  transition: 0.3s ease;
}

.ia-aprender-card:hover {
  transform: translateY(-6px);
  border-color: rgba(155, 44, 255, 0.78);
  box-shadow:
    0 0 0 1px rgba(155, 44, 255, 0.25),
    0 0 42px rgba(155, 44, 255, 0.22),
    0 30px 80px rgba(0, 0, 0, 0.35);
}

.ia-aprender-image {
  width: 100%;
  height: 285px;
  overflow: hidden;
  background: #0b0b10;
  border-bottom: 1px solid rgba(155, 44, 255, 0.24);
}

.ia-aprender-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: 0.4s ease;
}

.ia-aprender-card:hover .ia-aprender-image img {
  transform: scale(1.04);
}

.ia-aprender-content {
  padding: 26px 26px 30px;
}

.ia-aprender-content span {
  display: inline-flex;
  width: fit-content;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(155, 44, 255, 0.14);
  border: 1px solid rgba(155, 44, 255, 0.48);
  color: #dcb9ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.ia-aprender-content h3 {
  margin: 15px 0 10px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.4px;
}

.ia-aprender-content p {
  margin: 0;
  color: #aaa5b6;
  font-size: 16px;
  line-height: 1.58;
  font-weight: 400;
}

.ia-aprender-card-wide {
  grid-column: span 2;
}

.ia-aprender-card-wide .ia-aprender-image {
  height: 285px;
}

/* TABLET */
@media (max-width: 1024px) {
  .ia-aprender-section {
    padding: 80px 20px 90px;
  }

  .ia-aprender-container {
    max-width: 900px;
  }

  .ia-aprender-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .ia-aprender-card-wide {
    grid-column: span 2;
  }

  .ia-aprender-image,
  .ia-aprender-card-wide .ia-aprender-image {
    height: 250px;
  }

  .ia-aprender-header h2 {
    font-size: clamp(34px, 6vw, 52px);
  }

  .ia-aprender-header p {
    font-size: 16px;
  }
}

/* CELULAR */
@media (max-width: 767px) {
  .ia-aprender-section {
    padding: 68px 16px 78px;
  }

  .ia-aprender-container {
    max-width: 100%;
  }

  .ia-aprender-header {
    margin-bottom: 36px;
  }

  .ia-aprender-header h2 {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.1;
    letter-spacing: -1px;
  }

  .ia-aprender-header p {
    font-size: 15px;
    line-height: 1.55;
  }

  .ia-aprender-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ia-aprender-card,
  .ia-aprender-card-wide {
    grid-column: span 1;
    border-radius: 18px;
  }

  .ia-aprender-image,
  .ia-aprender-card-wide .ia-aprender-image {
    height: 210px;
  }

  .ia-aprender-content {
    padding: 20px 20px 24px;
  }

  .ia-aprender-content h3 {
    font-size: 21px;
  }

  .ia-aprender-content p {
    font-size: 14.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4ddfbc0 */html,
body {
  margin: 0 !important;
  padding: 0 !important;
  background: #050505 !important;
  overflow-x: hidden !important;
}

.ia-jornada-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 58px 30px;
  background:
    radial-gradient(circle at 72% 38%, rgba(143, 40, 255, 0.22), transparent 34%),
    radial-gradient(circle at 32% 74%, rgba(143, 40, 255, 0.08), transparent 36%),
    linear-gradient(180deg, #050505 0%, #080808 100%);
  font-family: "Inter", "Poppins", Arial, sans-serif;
  color: #ffffff;
  overflow: hidden;
}

.ia-jornada-section * {
  box-sizing: border-box;
}

.ia-jornada-card {
  width: 100%;
  max-width: 1480px;
  min-height: 720px;
  margin: 0 auto;
  padding: 72px 56px;
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: center;
  gap: 35px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(143, 40, 255, 0.55);
  border-radius: 15px;
  background:
    radial-gradient(circle at 78% 46%, rgba(143, 40, 255, 0.20), transparent 35%),
    radial-gradient(circle at 20% 55%, rgba(255, 255, 255, 0.035), transparent 34%),
    linear-gradient(135deg, rgba(5, 5, 7, 0.98), rgba(9, 8, 14, 0.98));
  box-shadow:
    0 0 45px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.ia-jornada-left {
  position: relative;
  z-index: 3;
}

.ia-jornada-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: rgba(143, 40, 255, 0.18);
  border: 1px solid rgba(143, 40, 255, 0.45);
  color: #d47bff;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1.4px;
}

.ia-jornada-left h2 {
  margin: 0;
  max-width: 580px;
  font-size: clamp(42px, 4.2vw, 64px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -2.6px;
  color: #ffffff;
}

.ia-jornada-left h2 span {
  color: #8f28ff;
  text-shadow:
    0 0 20px rgba(143, 40, 255, 0.85),
    0 0 42px rgba(143, 40, 255, 0.45);
}

.ia-jornada-subtitle {
  margin: 18px 0 38px;
  max-width: 560px;
  font-size: 21px;
  line-height: 1.48;
  color: rgba(255, 255, 255, 0.76);
}

.ia-jornada-steps {
  display: grid;
  gap: 30px;
}

.ia-step {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: flex-start;
  gap: 24px;
}

.ia-step-icon {
  width: 90px;
  height: 90px;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 40%, rgba(143, 40, 255, 0.65), rgba(143, 40, 255, 0.13) 48%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(143, 40, 255, 0.28);
  box-shadow:
    0 0 28px rgba(143, 40, 255, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #9b2cff;
  font-size: 34px;
  font-weight: 900;
}

.ia-step-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}

.ia-step-head span {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(143, 40, 255, 0.20);
  border: 1px solid rgba(143, 40, 255, 0.48);
  color: #ffffff;
  font-size: 19px;
  font-weight: 800;
  box-shadow: 0 0 18px rgba(143, 40, 255, 0.25);
}

.ia-step-head h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  color: #ffffff;
}

.ia-step-content p {
  margin: 0;
  max-width: 440px;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
}

.ia-jornada-right {
  position: relative;
  z-index: 2;
  width: 100%;
}

.ia-jornada-right img {
  width: 112%;
  max-width: none;
  display: block;
  margin-left: -4%;
  object-fit: contain;
  filter:
    drop-shadow(0 0 28px rgba(143, 40, 255, 0.35))
    drop-shadow(0 28px 45px rgba(0, 0, 0, 0.65));
}

/* Remove espaços do Elementor */
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.elementor-widget,
.elementor-widget-container,
.elementor-top-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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

.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .ia-jornada-section {
    padding: 45px 20px;
  }

  .ia-jornada-card {
    padding: 54px 34px;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ia-jornada-left {
    text-align: center;
  }

  .ia-jornada-tag {
    margin-left: auto;
    margin-right: auto;
  }

  .ia-jornada-left h2,
  .ia-jornada-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .ia-jornada-steps {
    max-width: 680px;
    margin: 0 auto;
    text-align: left;
  }

  .ia-jornada-right img {
    width: 100%;
    margin-left: 0;
  }
}

/* Celular */
@media (max-width: 600px) {
  .ia-jornada-section {
    padding: 34px 14px;
  }

  .ia-jornada-card {
    min-height: auto;
    padding: 36px 18px;
    border-radius: 14px;
    gap: 34px;
  }

  .ia-jornada-tag {
    min-height: 34px;
    padding: 0 14px;
    font-size: 11px;
    letter-spacing: 1px;
  }

  .ia-jornada-left h2 {
    font-size: 35px;
    letter-spacing: -1.3px;
  }

  .ia-jornada-subtitle {
    margin-top: 16px;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .ia-jornada-steps {
    gap: 24px;
  }

  .ia-step {
    grid-template-columns: 64px 1fr;
    gap: 16px;
  }

  .ia-step-icon {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    font-size: 25px;
  }

  .ia-step-head {
    gap: 10px;
    margin-bottom: 8px;
  }

  .ia-step-head span {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .ia-step-head h3 {
    font-size: 17px;
  }

  .ia-step-content p {
    font-size: 14.5px;
    line-height: 1.55;
  }

  .ia-jornada-right img {
    width: 115%;
    margin-left: -7.5%;
  }
}

/* Celular pequeno */
@media (max-width: 380px) {
  .ia-jornada-left h2 {
    font-size: 31px;
  }

  .ia-step {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ia-step-icon {
    margin: 0 auto;
  }

  .ia-step-head {
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-af21e7c */.ia-bonus-exato {
  width: 100%;
  background:
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.045), transparent 32%),
    linear-gradient(180deg, #121212 0%, #151515 100%);
  color: #ffffff;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  padding: 40px 20px 70px;
  overflow: hidden;
}

.ia-bonus-exato * {
  box-sizing: border-box;
}

.ia-bonus-exato-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.ia-bonus-exato-title {
  text-align: center;
  margin-bottom: 34px;
}

.ia-bonus-exato-title h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(31px, 4vw, 44px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -1.2px;
}

.ia-bonus-exato-title h2 span {
  color: #9b2cff;
  text-shadow: 0 0 20px rgba(155, 44, 255, 0.75);
}

.ia-bonus-exato-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.015);
}

.ia-bonus-exato-card {
  background: rgba(25, 25, 25, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.075);
  position: relative;
  overflow: hidden;
}

.bonus-01 {
  grid-column: span 7;
  min-height: 600px;
  padding: 44px 40px 34px;
}

.bonus-02 {
  grid-column: span 5;
  min-height: 600px;
  padding: 28px 26px 22px;
}

.bonus-03 {
  grid-column: span 5;
  min-height: 420px;
  padding: 28px 30px;
}

.bonus-04 {
  grid-column: span 7;
  min-height: 420px;
  padding: 28px 30px;
}

.bonus-text {
  position: relative;
  z-index: 3;
}

.bonus-text span {
  display: inline-flex;
  width: fit-content;
  padding: 7px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #a020ff, #6d14d8);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}

.bonus-text h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.bonus-text h3 u {
  text-decoration: none;
  border-bottom: 2px solid #9b2cff;
  text-shadow: 0 0 18px rgba(155, 44, 255, 0.35);
}

.bonus-text small {
  display: inline-flex;
  margin: 13px 0 18px;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(17, 133, 68, 0.22);
  color: #19c66b;
  font-size: 12px;
  font-weight: 900;
  text-decoration: line-through;
}

.bonus-text p {
  max-width: 640px;
  margin: 0;
  color: #aaaaaa;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
}

.bonus-image {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  background: #08080a;
  border-radius: 12px;
}

.bonus-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0.9;
}

.bonus-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0%, rgba(18, 18, 18, 0.12) 48%, rgba(18, 18, 18, 0.74) 100%);
  pointer-events: none;
}

.bonus-image-01 {
  height: 330px;
  margin-top: 48px;
}

.bonus-image-02 {
  height: 420px;
  margin-top: 24px;
}

.bonus-image-03 {
  height: 220px;
  max-width: 405px;
  margin-top: 26px;
}

.bonus-image-04 {
  height: 130px;
  margin-top: 28px;
}

.ia-bonus-exato-total {
  text-align: center;
  margin-top: 36px;
}

.ia-bonus-exato-total h3 {
  margin: 0;
  color: #9b2cff;
  font-size: clamp(22px, 3vw, 29px);
  line-height: 1.2;
  font-weight: 900;
}

.ia-bonus-exato-total h3 s {
  color: #8c8c8c;
}

.ia-bonus-exato-total p {
  margin: 9px 0 0;
  color: #b7b7b7;
  font-size: 16px;
}

/* TABLET */
@media (max-width: 1024px) {
  .ia-bonus-exato {
    padding: 35px 18px 60px;
  }

  .ia-bonus-exato-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bonus-01,
  .bonus-02,
  .bonus-03,
  .bonus-04 {
    grid-column: span 1;
    min-height: auto;
    padding: 28px;
  }

  .bonus-image-01,
  .bonus-image-02,
  .bonus-image-03 {
    height: 260px;
    max-width: 100%;
    margin-top: 28px;
  }

  .bonus-image-04 {
    height: 145px;
    margin-top: 28px;
  }
}

/* CELULAR */
@media (max-width: 767px) {
  .ia-bonus-exato {
    padding: 30px 14px 55px;
  }

  .ia-bonus-exato-title {
    margin-bottom: 26px;
  }

  .ia-bonus-exato-title h2 {
    font-size: clamp(28px, 8.8vw, 38px);
    line-height: 1.12;
    letter-spacing: -0.8px;
  }

  .ia-bonus-exato-grid {
    grid-template-columns: 1fr;
    border-radius: 18px;
    overflow: hidden;
  }

  .bonus-01,
  .bonus-02,
  .bonus-03,
  .bonus-04 {
    grid-column: span 1;
    min-height: auto;
    padding: 24px 18px;
  }

  .bonus-text span {
    font-size: 11px;
    padding: 6px 12px;
  }

  .bonus-text h3 {
    font-size: 22px;
    line-height: 1.18;
  }

  .bonus-text p {
    font-size: 14.5px;
    line-height: 1.55;
  }

  .bonus-text small {
    font-size: 11px;
    padding: 6px 12px;
  }

  .bonus-image-01,
  .bonus-image-02,
  .bonus-image-03 {
    height: 220px;
    max-width: 100%;
    margin-top: 24px;
  }

  .bonus-image-04 {
    height: 145px;
    margin-top: 24px;
  }

  .ia-bonus-exato-total {
    margin-top: 28px;
  }

  .ia-bonus-exato-total h3 {
    font-size: 23px;
  }

  .ia-bonus-exato-total p {
    font-size: 15px;
  }
}

/* CELULAR PEQUENO */
@media (max-width: 420px) {
  .ia-bonus-exato {
    padding-left: 12px;
    padding-right: 12px;
  }

  .ia-bonus-exato-title h2 {
    font-size: 27px;
  }

  .bonus-01,
  .bonus-02,
  .bonus-03,
  .bonus-04 {
    padding: 22px 16px;
  }

  .bonus-image-01,
  .bonus-image-02,
  .bonus-image-03 {
    height: 190px;
  }

  .bonus-image-04 {
    height: 120px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9029853 */html,
body {
  overflow-x: hidden;
}

.ia-oferta-mini {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 42px 24px 58px;
  background:
    radial-gradient(circle at 50% 52%, rgba(126, 43, 255, 0.13), transparent 30%),
    linear-gradient(135deg, #0b0b0d 0%, #141417 50%, #0b0b0d 100%);
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.ia-oferta-mini * {
  box-sizing: border-box;
}

.ia-oferta-mini-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.ia-oferta-mini-title {
  text-align: center;
  margin-bottom: 38px;
}

.ia-oferta-mini-title h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -1px;
}

.ia-oferta-mini-title h2 span {
  color: #9333ff;
  text-shadow: 0 0 24px rgba(147, 51, 255, 0.38);
}

.ia-oferta-mini-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.18fr;
  gap: 48px;
  align-items: start;
}

.ia-oferta-mini-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.ia-mini-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 17px;
  align-items: flex-start;
}

.ia-mini-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(155, 53, 255, 0.6);
  color: #9b35ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 900;
}

.ia-mini-item h3 {
  margin: 1px 0 8px;
  color: #9b35ff;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}

.ia-mini-item p {
  margin: 0;
  color: #a8a8a8;
  font-size: 14px;
  line-height: 1.55;
  max-width: 520px;
}

.ia-mini-card {
  position: relative;
  width: 100%;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(15, 15, 18, 0.84);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.36);
  overflow: visible;
}

.ia-mini-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 9px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #a733ff, #8014ef);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.4px;
  white-space: nowrap;
  box-shadow: 0 10px 30px rgba(147, 51, 255, 0.32);
}

.ia-mini-card-top {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 28px;
  align-items: center;
  padding: 46px 30px 26px;
}

.ia-mini-card-top h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 900;
}

.ia-mini-card-top h3 span {
  color: #9b35ff;
}

.ia-mini-card-top p {
  margin: 0;
  color: #a8a8a8;
  font-size: 14px;
  line-height: 1.6;
  max-width: 460px;
}

.ia-mini-price {
  text-align: left;
}

.ia-mini-price small {
  display: block;
  color: #d1d1d1;
  font-size: 13px;
  margin-bottom: 7px;
  font-weight: 700;
}

.ia-mini-price strong {
  display: block;
  color: #16d469;
  font-size: 44px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -1px;
}

.ia-mini-price p {
  margin: 10px 0 0;
  color: #b8b8b8;
  font-size: 12.5px;
}

.ia-mini-btn {
  width: calc(100% - 60px);
  min-height: 54px;
  margin: 0 auto 30px;
  border-radius: 999px;
  background: linear-gradient(180deg, #951cff 0%, #6b09c8 100%);
  color: #f2ddff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    inset 0 8px 18px rgba(255,255,255,0.08),
    0 10px 0 #070707,
    0 20px 32px rgba(124, 0, 223, 0.32);
  transition: 0.25s ease;
}

.ia-mini-btn:hover {
  transform: translateY(-2px);
  color: #ffffff;
}

.ia-mini-divider {
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.12);
}

.ia-mini-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding: 26px 30px 30px;
}

.ia-mini-benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ia-mini-benefits li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
  color: #b6b6b6;
  font-size: 13.5px;
  line-height: 1.5;
}

.ia-mini-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #00df6a;
  font-weight: 900;
}

/* TABLET */
@media (max-width: 980px) {
  .ia-oferta-mini {
    padding: 46px 20px 62px;
  }

  .ia-oferta-mini-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .ia-oferta-mini-left {
    max-width: 760px;
    margin: 0 auto;
  }

  .ia-mini-card {
    max-width: 820px;
    margin: 0 auto;
  }
}

/* CELULAR */
@media (max-width: 700px) {
  .ia-oferta-mini {
    padding: 38px 16px 52px;
  }

  .ia-oferta-mini-title {
    margin-bottom: 32px;
  }

  .ia-oferta-mini-title h2 {
    font-size: 29px;
    line-height: 1.18;
  }

  .ia-oferta-mini-left {
    gap: 26px;
  }

  .ia-mini-item {
    grid-template-columns: 42px 1fr;
    gap: 13px;
  }

  .ia-mini-icon {
    width: 42px;
    height: 42px;
    font-size: 15px;
  }

  .ia-mini-item h3 {
    font-size: 16px;
  }

  .ia-mini-item p {
    font-size: 13.5px;
    line-height: 1.55;
  }

  .ia-mini-card-top {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 44px 20px 24px;
    text-align: center;
  }

  .ia-mini-card-top h3 {
    font-size: 26px;
  }

  .ia-mini-card-top p {
    max-width: 100%;
    font-size: 14px;
  }

  .ia-mini-price {
    text-align: center;
  }

  .ia-mini-price strong {
    font-size: 40px;
  }

  .ia-mini-btn {
    width: calc(100% - 32px);
    min-height: 52px;
    margin-bottom: 26px;
    font-size: 13.5px;
  }

  .ia-mini-benefits {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 24px 20px 22px;
  }

  .ia-mini-benefits li {
    font-size: 13.5px;
    margin-bottom: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2a2f5dc */html,
body {
  overflow-x: hidden;
}

.garantia-mini-full {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 34px 24px 66px;
  background:
    radial-gradient(circle at 50% 54%, rgba(255,255,255,0.045), transparent 30%),
    radial-gradient(circle at 78% 18%, rgba(130, 35, 255, 0.08), transparent 26%),
    linear-gradient(135deg, #0c0c0e 0%, #141417 50%, #0b0b0d 100%);
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  overflow: hidden;
}

.garantia-mini-full * {
  box-sizing: border-box;
}

.garantia-mini-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.garantia-mini-badge {
  width: fit-content;
  margin: 0 auto 30px;
  padding: 10px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #39da78, #18b75a);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.5px;
  box-shadow: 0 12px 32px rgba(34, 197, 94, 0.18);
}

.garantia-mini-layout {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 58px;
  align-items: start;
}

.garantia-mini-left h2 {
  margin: 0 0 22px;
  max-width: 640px;
  color: #ffffff;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.07;
  font-weight: 950;
  letter-spacing: -1.3px;
}

.garantia-mini-left h2 span {
  color: #9333ff;
  text-shadow: 0 0 28px rgba(147, 51, 255, 0.32);
}

.garantia-mini-left > p {
  margin: 0 0 28px;
  max-width: 650px;
  color: #b2b2b2;
  font-size: 18px;
  line-height: 1.55;
}

.garantia-mini-left > p strong {
  color: #dddddd;
  font-weight: 900;
}

.garantia-mini-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, #971fff 0%, #6c08ca 100%);
  color: #f0dcff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 900;
  box-shadow:
    inset 0 8px 18px rgba(255,255,255,0.08),
    0 10px 0 #070707,
    0 20px 35px rgba(124, 0, 223, 0.34);
  transition: all 0.25s ease;
}

.garantia-mini-btn:hover {
  transform: translateY(-2px);
  color: #ffffff;
}

.garantia-mini-quote {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 92px;
  max-width: 690px;
}

.quote-mini-icon {
  width: 62px;
  height: 62px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.14);
  color: #9b22ff;
  background: rgba(255,255,255,0.02);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.garantia-mini-quote p {
  margin: 0;
  color: #efefef;
  font-size: 15px;
  line-height: 1.6;
  font-style: italic;
}

.garantia-mini-right {
  width: 100%;
  border-radius: 15px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(17,17,17,0.34);
  position: relative;
  overflow: hidden;
}

.garantia-mini-right::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 135px;
  background: linear-gradient(to bottom, transparent, rgba(17,17,17,0.94));
  pointer-events: none;
}

.garantia-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.garantia-mini-card {
  min-height: 136px;
  padding: 20px 18px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(135deg, rgba(255,255,255,0.035), rgba(255,255,255,0.01));
}

.garantia-mini-fade {
  opacity: 0.45;
}

.mini-card-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  color: #9b22ff;
  font-size: 24px;
  font-weight: 900;
  display: flex;
  align-items: center;
}

.garantia-mini-card h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}

.garantia-mini-card p {
  margin: 0;
  color: #a9a9a9;
  font-size: 13px;
  line-height: 1.45;
}

/* TABLET */
@media (max-width: 980px) {
  .garantia-mini-full {
    padding: 34px 20px 62px;
  }

  .garantia-mini-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .garantia-mini-left {
    text-align: center;
  }

  .garantia-mini-left h2,
  .garantia-mini-left > p {
    margin-left: auto;
    margin-right: auto;
  }

  .garantia-mini-left h2 {
    font-size: 40px;
  }

  .garantia-mini-left > p {
    font-size: 16px;
  }

  .garantia-mini-quote {
    margin: 62px auto 0;
    text-align: left;
  }

  .garantia-mini-right {
    max-width: 620px;
    margin: 0 auto;
  }
}

/* CELULAR */
@media (max-width: 700px) {
  .garantia-mini-full {
    padding: 30px 16px 52px;
  }

  .garantia-mini-badge {
    margin-bottom: 26px;
    padding: 9px 18px;
    font-size: 10.5px;
  }

  .garantia-mini-left h2 {
    font-size: 30px;
    line-height: 1.12;
    margin-bottom: 20px;
  }

  .garantia-mini-left > p {
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .garantia-mini-btn {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    padding: 0 20px;
    font-size: 15px;
  }

  .garantia-mini-quote {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 50px;
    text-align: center;
  }

  .quote-mini-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    font-size: 23px;
  }

  .garantia-mini-quote p {
    font-size: 13.5px;
  }

  .garantia-mini-right {
    padding: 10px;
  }

  .garantia-mini-grid {
    grid-template-columns: 1fr;
  }

  .garantia-mini-card {
    min-height: 116px;
    padding: 16px;
  }

  .mini-card-icon {
    margin-bottom: 12px;
    font-size: 21px;
  }

  .garantia-mini-card h3 {
    font-size: 15px;
  }

  .garantia-mini-card p {
    font-size: 12.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9daf483 */html,
body {
  margin: 0 !important;
  padding: 0 !important;
  background: #111111 !important;
}

.mentor-ia-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background:
    radial-gradient(circle at 72% 0%, rgba(122, 42, 255, 0.18), transparent 34%),
    radial-gradient(circle at 48% 55%, rgba(255, 255, 255, 0.045), transparent 32%),
    linear-gradient(180deg, #111111 0%, #111111 100%);
  padding: 72px 24px;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  color: #ffffff;
  overflow: hidden;
  border: none !important;
}

.mentor-ia-section * {
  box-sizing: border-box;
}

.mentor-ia-card {
  width: 100%;
  max-width: 1280px;
  min-height: 470px;
  margin: 0 auto;
  padding: 64px 70px;
  display: grid;
  grid-template-columns: 250px 1fr;
  align-items: center;
  gap: 70px;
  background:
    radial-gradient(circle at 46% 56%, rgba(255, 255, 255, 0.055), transparent 35%),
    linear-gradient(135deg, rgba(18, 18, 18, 0.96), rgba(20, 18, 24, 0.96));
  border: 1px solid rgba(143, 40, 255, 0.55);
  border-radius: 16px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.25);
}

.mentor-ia-photo {
  width: 205px;
  height: 205px;
  margin: 0 auto;
  border-radius: 50%;
  padding: 5px;
  background: linear-gradient(135deg, #7a20ff, #a72cff);
  box-shadow:
    0 0 30px rgba(143, 40, 255, 0.45),
    0 0 65px rgba(143, 40, 255, 0.18);
}

.mentor-ia-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.mentor-ia-content {
  max-width: 860px;
}

.mentor-ia-label {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 4px;
  color: #9b2cff;
}

.mentor-ia-content h2 {
  margin: 0 0 20px;
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1.5px;
  color: #ffffff;
}

.mentor-ia-content h2 span {
  color: #9b2cff;
  text-shadow: 0 0 25px rgba(155, 44, 255, 0.38);
}

.mentor-ia-content p {
  margin: 0 0 28px;
  max-width: 860px;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.62);
}

.mentor-ia-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 17px;
}

.mentor-ia-content li {
  position: relative;
  padding-left: 34px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}

.mentor-ia-content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  border: 1px solid #9b2cff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9b2cff;
  font-size: 10px;
  font-weight: 900;
}

/* Remove espaços brancos do Elementor */
.elementor-section,
.elementor-container,
.elementor-widget-wrap,
.elementor-widget,
.elementor-column {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .mentor-ia-section {
    padding: 58px 20px;
  }

  .mentor-ia-card {
    padding: 52px 42px;
    grid-template-columns: 210px 1fr;
    gap: 44px;
  }

  .mentor-ia-photo {
    width: 185px;
    height: 185px;
  }

  .mentor-ia-content p {
    font-size: 18px;
  }
}

/* Celular */
@media (max-width: 768px) {
  .mentor-ia-section {
    padding: 44px 14px;
  }

  .mentor-ia-card {
    min-height: auto;
    padding: 42px 22px;
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
    border-radius: 14px;
  }

  .mentor-ia-photo {
    width: 170px;
    height: 170px;
  }

  .mentor-ia-label {
    font-size: 11px;
    letter-spacing: 2.6px;
    margin-bottom: 14px;
  }

  .mentor-ia-content h2 {
    font-size: 33px;
    letter-spacing: -1px;
  }

  .mentor-ia-content p {
    font-size: 16px;
    line-height: 1.65;
  }

  .mentor-ia-content ul {
    max-width: 330px;
    margin: 0 auto;
    text-align: left;
  }

  .mentor-ia-content li {
    font-size: 15.5px;
  }
}

/* Celular pequeno */
@media (max-width: 390px) {
  .mentor-ia-card {
    padding: 36px 18px;
  }

  .mentor-ia-photo {
    width: 150px;
    height: 150px;
  }

  .mentor-ia-content h2 {
    font-size: 29px;
  }

  .mentor-ia-content p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7f30f9e */.ia-faq-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background:
    radial-gradient(circle at 50% 12%, rgba(122, 42, 255, 0.18), transparent 30%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.035), transparent 42%),
    linear-gradient(180deg, #171717 0%, #151515 100%);
  color: #ffffff;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  padding: 42px 20px 44px;
  overflow: hidden;
}

.ia-faq-section * {
  box-sizing: border-box;
}

.ia-faq-container {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.ia-faq-header {
  text-align: center;
  margin-bottom: 34px;
}

.ia-faq-header h2 {
  margin: 0;
  font-size: 44px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -1.4px;
  color: #ffffff;
}

.ia-faq-header h2 span {
  color: #8f28ff;
  text-shadow: 0 0 24px rgba(143, 40, 255, 0.42);
}

.ia-faq-header p {
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.58);
}

.ia-faq-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ia-faq-item {
  width: 100%;
  background: rgba(24, 24, 24, 0.96);
  border: 1px solid rgba(143, 40, 255, 0.48);
  border-radius: 8px;
  overflow: hidden;
  transition: 0.25s ease;
}

.ia-faq-item:hover {
  border-color: rgba(143, 40, 255, 0.85);
  box-shadow: 0 0 24px rgba(143, 40, 255, 0.12);
}

.ia-faq-item summary {
  min-height: 66px;
  padding: 0 31px 0 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  list-style: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  color: #f7f7f7;
}

.ia-faq-item summary::-webkit-details-marker {
  display: none;
}

.ia-faq-item summary span {
  flex: 0 0 auto;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  transition: transform 0.25s ease;
}

.ia-faq-item[open] summary span {
  transform: rotate(180deg);
}

.ia-faq-item p {
  margin: 0;
  padding: 0 26px 24px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.66);
}

/* Tablet */
@media (max-width: 1024px) {
  .ia-faq-section {
    padding: 40px 18px 40px;
  }

  .ia-faq-container {
    max-width: 880px;
  }

  .ia-faq-header h2 {
    font-size: 40px;
  }

  .ia-faq-header p {
    font-size: 17px;
  }

  .ia-faq-item summary {
    min-height: 62px;
    font-size: 17px;
  }

  .ia-faq-item p {
    font-size: 15.5px;
  }
}

/* Celular */
@media (max-width: 600px) {
  .ia-faq-section {
    padding: 36px 14px 36px;
  }

  .ia-faq-container {
    max-width: 100%;
  }

  .ia-faq-header {
    margin-bottom: 28px;
  }

  .ia-faq-header h2 {
    font-size: 32px;
    letter-spacing: -0.8px;
  }

  .ia-faq-header p {
    margin-top: 14px;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14.5px;
  }

  .ia-faq-list {
    gap: 12px;
  }

  .ia-faq-item {
    border-radius: 8px;
  }

  .ia-faq-item summary {
    min-height: 56px;
    padding: 0 17px;
    font-size: 15px;
  }

  .ia-faq-item summary span {
    font-size: 18px;
  }

  .ia-faq-item p {
    padding: 0 17px 19px;
    font-size: 14px;
    line-height: 1.6;
  }
}

/* Celular pequeno */
@media (max-width: 380px) {
  .ia-faq-header h2 {
    font-size: 29px;
  }

  .ia-faq-item summary {
    font-size: 14.2px;
    padding: 0 15px;
  }
}/* End custom CSS */