.elementor-2488 .elementor-element.elementor-element-8708683{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2488 .elementor-element.elementor-element-8844438{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */.fgi-faq-page {
  font-family: "Montserrat", sans-serif;
  background: #ffffff;
}

.fgi-faq-hero {
  padding: 90px 20px;
  background:
    linear-gradient(90deg, rgba(6,27,79,.96), rgba(6,27,79,.74), rgba(0,91,232,.14)),
    url("https://floripaguiadailha.com/wp-content/uploads/2026/06/cropped-florianopolis.webp") center/cover no-repeat;
  color: #fff;
}

.fgi-faq-hero span,
.fgi-faq-hero h1,
.fgi-faq-hero p {
  width: min(1180px, 92%);
  margin-left: auto;
  margin-right: auto;
}

.fgi-faq-hero span {
  display: flex;
  width: fit-content;
  padding: 10px 18px;
  border: 1px solid #ffc400;
  border-radius: 999px;
  color: #ffc400;
  font-weight: 900;
  margin-bottom: 22px;
}

.fgi-faq-hero h1 {
  color: #fff;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 18px;
}

.fgi-faq-hero p {
  max-width: 760px;
  margin-left: calc((100% - min(1180px, 92%)) / 2);
  color: rgba(255,255,255,.94);
  font-size: 21px;
  line-height: 1.6;
}

.fgi-faq-container {
  width: min(1180px, 92%);
  margin: 60px auto 80px;
}

.fgi-faq-intro {
  padding: 36px;
  margin-bottom: 34px;
  border-radius: 26px;
  background: linear-gradient(135deg, #eef7ff, #ffffff);
  border: 1px solid #dbe7fb;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  box-shadow: 0 14px 38px rgba(0,40,120,.07);
}

.fgi-faq-intro h2 {
  margin: 0 0 10px;
  color: #061b4f;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
}

.fgi-faq-intro p {
  margin: 0;
  color: #1d2e5e;
  font-size: 18px;
  line-height: 1.6;
}

.fgi-faq-intro a {
  display: inline-flex;
  padding: 16px 30px;
  border-radius: 999px;
  background: #ffc400;
  color: #061b4f !important;
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
}

.fgi-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.fgi-faq-card {
  background: #ffffff;
  border: 1px solid #dbe7fb;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 14px 38px rgba(0,40,120,.07);
}

.fgi-faq-card h2 {
  margin: 0 0 22px;
  color: #061b4f;
  font-size: 26px;
  font-weight: 900;
}

.fgi-faq-card details {
  border-top: 1px solid #edf3fb;
  padding: 18px 0;
}

.fgi-faq-card details:last-child {
  border-bottom: 1px solid #edf3fb;
}

.fgi-faq-card summary {
  cursor: pointer;
  color: #061b4f;
  font-size: 17px;
  font-weight: 900;
  list-style: none;
  position: relative;
  padding-right: 34px;
}

.fgi-faq-card summary::-webkit-details-marker {
  display: none;
}

.fgi-faq-card summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -2px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #eef7ff;
  color: #005be8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.fgi-faq-card details[open] summary::after {
  content: "−";
  background: #005be8;
  color: #ffffff;
}

.fgi-faq-card p {
  margin: 14px 0 0;
  color: #1d2e5e;
  font-size: 16px;
  line-height: 1.75;
}

.fgi-faq-cta {
  margin-top: 42px;
  padding: 42px;
  border-radius: 26px;
  background: linear-gradient(135deg, #061b4f, #005be8);
  text-align: center;
  color: #ffffff;
}

.fgi-faq-cta h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
}

.fgi-faq-cta p {
  max-width: 720px;
  margin: 0 auto 28px;
  color: rgba(255,255,255,.92);
  font-size: 18px;
  line-height: 1.6;
}

.fgi-faq-cta div {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.fgi-faq-cta a {
  display: inline-flex;
  padding: 16px 30px;
  border-radius: 999px;
  background: #ffffff;
  color: #061b4f !important;
  font-weight: 900;
  text-decoration: none !important;
}

.fgi-faq-cta .fgi-faq-cta-yellow {
  background: #ffc400;
  color: #061b4f !important;
}

@media (max-width: 900px) {
  .fgi-faq-grid,
  .fgi-faq-intro {
    grid-template-columns: 1fr;
  }

  .fgi-faq-intro a {
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .fgi-faq-hero {
    padding: 65px 18px;
  }

  .fgi-faq-hero p {
    margin-left: auto;
  }

  .fgi-faq-container {
    margin-top: 40px;
  }

  .fgi-faq-card,
  .fgi-faq-intro,
  .fgi-faq-cta {
    padding: 26px 20px;
  }

  .fgi-faq-card h2 {
    font-size: 24px;
  }

  .fgi-faq-intro a {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */