/* Premium institutional pages: contact, about, refund and terms. */
.gl-institutional-shell,
section.contact,
section.faq-perguntas,
section.blog.gl-terms-page {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0, rgba(148, 95, 253, .16), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(247, 119, 55, .10), transparent 28%),
    linear-gradient(180deg, #f5f0ff 0%, #fbf9ff 46%, #fff 100%) !important;
}

section.contact,
section.faq-perguntas,
section.blog.gl-terms-page {
  padding: 104px 0 70px !important;
}

section.contact:before,
section.faq-perguntas:before,
section.blog.gl-terms-page:before {
  content: "";
  position: absolute;
  top: -190px;
  left: 50%;
  width: min(980px, 140vw);
  height: 360px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse closest-side, rgba(148, 95, 253, .18), transparent 72%);
  pointer-events: none;
}

section.faq-perguntas > .container,
section.blog.gl-terms-page > .container,
section.contact > .container {
  position: relative;
  z-index: 1;
}

section.faq-perguntas br {
  display: none;
}

section.faq-perguntas .panel.panel-info,
.gl-terms-page .gl-terms-shell {
  max-width: 1100px;
  margin: 0 auto !important;
  padding: clamp(22px, 4vw, 40px) !important;
  border: 1px solid rgba(148, 95, 253, .14) !important;
  border-radius: 30px !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 26px 70px rgba(57, 35, 113, .14), inset 0 1px 0 rgba(255, 255, 255, .9) !important;
  overflow: hidden;
}

section.faq-perguntas .panel.panel-info:before,
.gl-terms-page .gl-terms-shell:before {
  content: "";
  display: block;
  height: 4px;
  margin: calc(clamp(22px, 4vw, 40px) * -1) calc(clamp(22px, 4vw, 40px) * -1) 28px;
  background: linear-gradient(90deg, #945ffd, #f77737);
}

.gl-about {
  max-width: 1020px !important;
}

.gl-about > h1,
.gl-terms-hero .title-name,
.gl-contact-hero .title-name {
  margin: 0 !important;
  color: #20173a !important;
  font-size: clamp(2rem, 5vw, 3.45rem) !important;
  line-height: .98 !important;
  font-weight: 950 !important;
  letter-spacing: -.055em !important;
  text-align: center;
  overflow: visible !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.gl-about > h1:before,
.gl-contact-hero:before,
.gl-terms-hero:before {
  content: "GramLikes";
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 13px;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(148, 95, 253, .12), rgba(247, 119, 55, .12));
  border: 1px solid rgba(148, 95, 253, .16);
  box-shadow: 0 14px 34px rgba(34, 23, 74, .07);
  color: #5d36d6;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.gl-about > h2,
.gl-contact-sub,
.gl-terms-hero__lead {
  max-width: 740px;
  margin: 15px auto 0 !important;
  color: #655d78 !important;
  font-size: clamp(.98rem, 2.2vw, 1.14rem) !important;
  font-weight: 700 !important;
  line-height: 1.58 !important;
  text-align: center;
}

.gl-about > hr,
.gl-about hr.gl-divider {
  border: 0 !important;
  height: 1px !important;
  margin: 30px 0 !important;
  background: linear-gradient(90deg, rgba(148, 95, 253, 0), rgba(148, 95, 253, .28), rgba(247, 119, 55, .24), rgba(148, 95, 253, 0)) !important;
}

.gl-about h3 {
  color: #5d36d6 !important;
  font-size: 1.25rem !important;
  font-weight: 950 !important;
  letter-spacing: -.03em;
}

.gl-about .gl-lead,
.gl-about p,
.gl-terms-content p {
  color: #5d556f !important;
  font-size: 15px !important;
  font-weight: 650;
  line-height: 1.78 !important;
}

.gl-trust-grid {
  gap: 16px !important;
  margin-top: 28px !important;
}

.gl-trust-card {
  position: relative;
  padding: 20px !important;
  border: 1px solid rgba(148, 95, 253, .22) !important;
  border-radius: 22px !important;
  background: linear-gradient(165deg, #fff 0%, #fbf9ff 58%, #f5f0ff 100%) !important;
  box-shadow: 0 16px 40px rgba(34, 23, 74, .08), inset 0 0 0 1px rgba(255, 255, 255, .9) !important;
  overflow: hidden;
}

.gl-trust-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 72px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #945ffd, #f77737);
}

.gl-trust-card h4 {
  color: #20173a !important;
  font-size: 1rem !important;
  font-weight: 950 !important;
  letter-spacing: -.025em;
}

.gl-trust-card p,
.gl-trust-card .gl-meta {
  color: #625a73 !important;
}

.gl-trust-card a,
.gl-faq a,
.gl-terms-content a {
  color: #6b4bd6 !important;
  font-weight: 900;
  text-decoration: none !important;
}

.gl-help-cta {
  margin: 34px 0 0 !important;
  padding: 28px !important;
  border: 1px solid rgba(148, 95, 253, .22) !important;
  border-radius: 24px !important;
  background: radial-gradient(circle at 0 0, rgba(148, 95, 253, .10), transparent 36%), linear-gradient(135deg, #fff, #faf8ff) !important;
  box-shadow: 0 18px 48px rgba(34, 23, 74, .08), inset 0 0 0 1px rgba(255, 255, 255, .9) !important;
}

.gl-help-cta h3 {
  color: #20173a !important;
  font-weight: 950 !important;
  letter-spacing: -.035em;
}

.gl-help-cta .botao-faq,
.gl-contact-body .btn.btn-gradient {
  border: 0 !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #945ffd, #f77737) !important;
  color: #fff !important;
  font-weight: 950 !important;
  box-shadow: 0 16px 34px rgba(148, 95, 253, .24) !important;
}

.gl-faq {
  margin-top: 28px;
  padding: 18px 18px;
  border-radius: 16px;
  background: #ffffff;
  border: 0px solid #f0eef7;
}

.gl-faq h3 {
  color: #20173a !important;
  font-weight: 950 !important;
}

/* Contact */
section.contact {
  padding-top: 104px !important;
}

.gl-contact-hero {
  max-width: 820px;
  margin: 0 auto 24px !important;
}

.gl-contact-card {
  border: 1px solid rgba(148, 95, 253, .16) !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 26px 70px rgba(57, 35, 113, .14), inset 0 1px 0 rgba(255, 255, 255, .9) !important;
}

.gl-contact-head {
  background: transparent !important;
  color: #20173a !important;
  padding: 24px 28px 10px !important;
}

.gl-contact-head h2 {
  color: #20173a !important;
  font-weight: 950 !important;
}

.gl-contact-head h2 > .fa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 13px;
  background: linear-gradient(135deg, #0aa06e, #34d08c);
  color: #fff;
  box-shadow: 0 12px 26px rgba(10, 160, 110, .18);
}

.gl-contact-head .gl-pill {
  background: linear-gradient(135deg, rgba(148, 95, 253, .12), rgba(247, 119, 55, .12)) !important;
  border: 1px solid rgba(148, 95, 253, .16);
  color: #5d36d6 !important;
}

.gl-contact-body {
  padding: 18px 28px 30px !important;
}

.gl-contact-mini,
.gl-contact-note,
.gl-contact-seo {
  border-color: rgba(148, 95, 253, .14) !important;
  border-radius: 20px !important;
  box-shadow: 0 12px 30px rgba(34, 23, 74, .05);
}

.gl-contact-body label {
  color: #33284f !important;
  font-size: 12px;
  font-weight: 950 !important;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.gl-contact-body .form-control.square {
  min-height: 50px;
  border: 1px solid rgba(148, 95, 253, .18) !important;
  border-radius: 16px !important;
  background: #fbfaff !important;
  color: #20173a !important;
  font-weight: 750;
  box-shadow: 0 10px 24px rgba(34, 23, 74, .04);
}

.gl-contact-body textarea.form-control.square {
  min-height: 220px;
}

/* Terms */
.gl-terms-page {
  padding-top: 104px !important;
}

.gl-terms-page .container {
  max-width: 1040px;
}

section.blog.gl-terms-page .blog-header {
  text-align: center;
  padding-bottom: 0px !important;
}

.gl-terms-page .gl-terms-shell {
  display: block !important;
  width: 100% !important;
}

.gl-terms-page .gl-terms-shell > [class*="col-"] {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gl-terms-hero {
  max-width: 840px;
  margin: 0 auto 30px;
  text-align: center;
}

.gl-terms-card {
  width: 100%;
  margin: 0 0 24px !important;
  border: 1px solid rgba(148, 95, 253, .20) !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 18px 54px rgba(57, 35, 113, .10), inset 0 0 0 1px rgba(255, 255, 255, .9) !important;
  overflow: hidden;
}

.gl-terms-shell > .col-md-12:last-child .gl-terms-card {
  margin-bottom: 0 !important;
}

.gl-terms-card + .gl-terms-card {
  margin-top: 20px;
}

.gl-terms-card .card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px 26px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(148, 95, 253, .12) !important;
  background: radial-gradient(circle at 0 0, rgba(148, 95, 253, .10), transparent 40%), linear-gradient(135deg, #fbf9ff, #fff) !important;
}

.gl-terms-card .card-header:before {
  content: "";
  display: inline-flex;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(135deg, #945ffd, #f77737);
  box-shadow: 0 12px 24px rgba(148, 95, 253, .20);
}

.gl-terms-card .title-name {
  margin: 0 !important;
  color: #20173a !important;
  font-size: 1.35rem !important;
  font-weight: 950 !important;
  letter-spacing: -.035em;
}

.gl-terms-content {
  padding: 22px 26px 28px !important;
  color: #5d556f;
  overflow: hidden;
}

.gl-terms-content > * {
  max-width: 100%;
}

.gl-terms-content h2,
.gl-terms-content h3 {
  margin: 24px 0 12px !important;
  color: #20173a !important;
  font-size: clamp(1.14rem, 2.2vw, 1.42rem) !important;
  line-height: 1.22 !important;
  font-weight: 950 !important;
  letter-spacing: -.035em;
}

.gl-terms-content h2:first-child,
.gl-terms-content h3:first-child {
  margin-top: 0 !important;
}

.gl-terms-content p {
  margin: 0 0 14px !important;
}

.gl-terms-content ul,
.gl-terms-content ol {
  margin: 0 0 16px !important;
  padding-left: 20px !important;
  color: #5d556f;
  font-weight: 650;
  line-height: 1.75;
}

.gl-terms-content li {
  margin-bottom: 8px;
}

.gl-terms-content hr {
  border: 0 !important;
  height: 1px !important;
  margin: 22px 0 !important;
  background: linear-gradient(90deg, rgba(148, 95, 253, 0), rgba(148, 95, 253, .22), rgba(247, 119, 55, .18), rgba(148, 95, 253, 0)) !important;
}

@media (max-width: 767px) {
  section.contact,
  section.faq-perguntas,
  section.blog.gl-terms-page {
    padding: 88px 0 50px !important;
  }

  section.faq-perguntas .panel.panel-info,
  .gl-terms-page .gl-terms-shell {
    padding: 22px !important;
    border-radius: 24px !important;
  }

  .gl-terms-page .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .gl-terms-page .gl-terms-shell {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 14px !important;
    border-radius: 22px !important;
  }

  .gl-terms-hero {
    margin-bottom: 20px !important;
  }

  .gl-contact-head,
  .gl-contact-body,
  .gl-terms-card .card-header,
  .gl-terms-content {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .gl-contact-head h2 {
    flex-wrap: wrap;
  }

  .gl-contact-head .gl-pill {
    width: 100%;
    justify-content: center;
    margin-left: 0 !important;
  }

  .gl-about > h1,
  .gl-contact-hero .title-name,
  .gl-terms-hero .title-name {
    max-width: 100% !important;
    font-size: clamp(1.75rem, 8.8vw, 2.25rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -.035em !important;
    text-wrap: balance;
  }

  .gl-about > h1:before,
  .gl-contact-hero:before,
  .gl-terms-hero:before {
    margin-left: auto;
    margin-right: auto;
  }

  .gl-trust-card {
    border-color: rgba(148, 95, 253, .24) !important;
    box-shadow: 0 14px 34px rgba(34, 23, 74, .08), inset 0 0 0 1px rgba(148, 95, 253, .06) !important;
  }

  .gl-terms-card {
    border-radius: 20px !important;
    border-color: rgba(148, 95, 253, .22) !important;
    box-shadow: 0 14px 34px rgba(57, 35, 113, .10), inset 0 0 0 1px rgba(148, 95, 253, .05) !important;
    margin-top: 10px !important;
  }

  .gl-terms-card + .gl-terms-card {
    margin-top: 16px !important;
  }

  .gl-terms-card .card-header {
    gap: 10px;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .gl-terms-card .card-header:before {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }

  .gl-terms-card .title-name {
    font-size: 1.12rem !important;
    line-height: 1.18 !important;
  }

  .gl-terms-content {
    padding-top: 16px !important;
    padding-bottom: 18px !important;
  }

  .gl-terms-content h2,
  .gl-terms-content h3 {
    margin-top: 22px !important;
    font-size: 1.05rem !important;
    line-height: 1.28 !important;
    letter-spacing: -.02em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .gl-terms-content p,
  .gl-terms-content li {
    font-size: 14px !important;
    line-height: 1.68 !important;
    overflow-wrap: break-word;
  }
}
