/* Diferencas especificas da pagina index-bi.html.
   Este arquivo carrega depois de styles.css, entao pode sobrescrever a base. */

.hero__title {
  font-size: clamp(2rem, 4.55vw, 4rem);
}

.hero__sub {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
}

main > .section:nth-of-type(odd) {
  background-color: #000000;
}

main > .section:nth-of-type(even) {
  background-color: #080807;
}

.btn-primary[data-cta-location="hero"] svg,
.btn-primary[data-cta-location="decor"] svg {
  display: none;
}

.decor__ads-pair {
  display: grid;
  grid-template-columns: minmax(0, 320px) 1px minmax(0, 320px);
  justify-content: center;
  gap: 1rem;
  margin: clamp(2rem, 5vw, 3.5rem) auto 0;
}

.decor__ads-pair .metricas-compare__divider {
  min-height: calc(320px + 2.75rem);
}

.decor__ads-card {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.decor__ads-card h3 {
  min-height: 1.75rem;
  font-size: var(--fs-h4);
  line-height: var(--lh-heading);
  font-weight: 600;
}

.decor__ads-card:first-child h3 {
  color: var(--text-dim);
}

.decor__ads-card:last-child h3 {
  color: var(--primary);
}

.decor__ads-manager {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid rgba(237, 235, 230, .28);
  border-radius: .75rem;
  height: auto;
}

.decor__ads-manager--business {
  border: 1px solid rgba(205, 174, 80, .62);
}

.decor__ads-copy {
  max-width: 620px;
  margin: 1.5rem auto 0;
  text-align: center;
}

.curso__inner {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.curso__includes-card {
  max-width: 620px;
  margin-inline: auto;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  text-align: left;
  background: var(--neutral);
  border: 1px solid rgba(205, 174, 80, .22);
  border-radius: var(--radius-card);
  box-shadow: 0 0 80px rgba(205, 174, 80, .04), var(--shadow-btn);
}

.curso .investimento {
  margin-top: clamp(1.5rem, 4vw, 3rem);
  overflow: visible;
  border-top: 0;
  background: transparent;
}

.curso .investimento::before {
  top: .25rem;
  width: min(680px, calc(100% - 1rem));
  height: 300px;
  opacity: 1.18;
}

.curso .investimento__card {
  box-shadow:
    0 22px 58px rgba(0, 0, 0, .5),
    0 0 58px rgba(205, 174, 80, .21),
    0 0 22px rgba(205, 174, 80, .16);
}

@media (max-width: 720px) {
  .decor__ads-pair {
    grid-template-columns: minmax(0, 320px);
  }

  .decor__ads-pair .metricas-compare__divider {
    width: 100%;
    min-height: 1px;
    height: 1px;
    background: linear-gradient(
      to right,
      transparent,
      rgba(205, 174, 80, .55) 48%,
      transparent
    );
  }
}

.metricas-compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(2rem, 5vw, 4rem);
  width: min(100%, 900px);
  margin: clamp(3rem, 6vw, 5rem) auto 0;
}

.metricas-compare__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.metricas-compare__col h3 {
  margin-bottom: 1.25rem;
  font-size: var(--fs-h4);
  line-height: var(--lh-heading);
  font-weight: 600;
}

.metricas-compare__col ul {
  display: grid;
  gap: .75rem;
}

.metricas-compare__col li {
  display: flex;
  align-items: center;
  gap: .75rem;
  min-height: 2.875rem;
  padding: .625rem .75rem;
  color: var(--text);
  font-size: var(--fs-body);
  font-weight: 600;
  line-height: 1.35;
  border: 1px solid rgba(205, 174, 80, .42);
  border-radius: .75rem;
  background:
    radial-gradient(circle at 8% 20%, rgba(205, 174, 80, .18), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .01));
  box-shadow:
    inset 0 0 0 1px rgba(205, 174, 80, .12),
    0 0 22px rgba(205, 174, 80, .08);
  text-shadow: 0 1px 14px rgba(255, 255, 255, .22);
}

.metricas-compare__icon {
  display: grid;
  place-items: center;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: var(--primary);
  border: 1px solid rgba(205, 174, 80, .62);
  background:
    radial-gradient(circle at 35% 28%, rgba(249, 226, 175, .35), transparent 28%),
    radial-gradient(circle, rgba(205, 174, 80, .22), rgba(0, 0, 0, .62) 70%);
  box-shadow:
    inset 0 0 18px rgba(205, 174, 80, .22),
    0 0 18px rgba(205, 174, 80, .18);
}

.metricas-compare__icon svg {
  width: 54%;
  height: 54%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.metricas-compare__col--limited {
  opacity: .78;
}

.metricas-compare__col--limited h3 {
  color: var(--text-dim);
}

.metricas-compare__col--limited li {
  color: rgba(237, 235, 230, .74);
  border-color: rgba(237, 235, 230, .18);
  background:
    radial-gradient(circle at 8% 20%, rgba(237, 235, 230, .08), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, .025), rgba(255, 255, 255, .008));
  box-shadow: inset 0 0 0 1px rgba(237, 235, 230, .05);
}

.metricas-compare__col--premium h3 {
  color: var(--primary);
}

.metricas-compare__col--premium li {
  color: var(--text);
}

.metricas-compare__divider {
  display: block;
  width: 1px;
  min-height: 280px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(205, 174, 80, .55) 48%,
    transparent
  );
}

.prova-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.prova-gallery + .decor__cta {
  margin-top: clamp(3rem, 6vw, 5rem);
}

.prova-gallery__button {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(205, 174, 80, .62);
  border-radius: .75rem;
  background: rgba(255, 255, 255, .03);
  cursor: zoom-in;
  padding: 0;
}

.prova-gallery__button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s var(--ease), filter .35s var(--ease);
}

.prova-gallery__button:hover img,
.prova-gallery__button:focus-visible img {
  filter: brightness(1.08);
  transform: scale(1.03);
}

.prova-gallery__button:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 4px;
}

.tiago__cta {
  margin-top: 2rem;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 2rem;
  background: rgba(0, 0, 0, .86);
}

.image-lightbox[hidden] {
  display: none;
}

.image-lightbox__image {
  max-width: min(92vw, 1080px);
  max-height: 88vh;
  object-fit: contain;
  border-radius: .75rem;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .5);
}

.image-lightbox__close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(0, 0, 0, .65);
  color: var(--text);
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
}

.image-lightbox__close:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 4px;
}

.is-lightbox-open {
  overflow: hidden;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background: rgba(0, 0, 0, .82);
}

.lead-modal[hidden] {
  display: none;
}

.lead-modal__panel {
  position: relative;
  width: min(100%, 440px);
  padding: 2rem;
  border: 1px solid rgba(205, 174, 80, .28);
  border-radius: 1rem;
  background: #080807;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .48);
}

.lead-modal__close {
  position: absolute;
  top: .75rem;
  right: .75rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .04);
  color: var(--text);
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
}

.lead-modal__title {
  color: var(--text);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  line-height: 1.05;
  margin-bottom: .5rem;
}

.lead-modal__subtitle {
  color: rgba(237, 235, 230, .72);
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.lead-form {
  display: grid;
  gap: 1rem;
}

.lead-form__field {
  display: grid;
  gap: .45rem;
  color: rgba(237, 235, 230, .82);
  font-size: .9rem;
}

.lead-form__field input {
  width: 100%;
  min-height: 3rem;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: .65rem;
  background: rgba(255, 255, 255, .05);
  color: var(--text);
  font: inherit;
  padding: .8rem 1rem;
}

.lead-form__field input:focus {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(205, 174, 80, .18);
}

.lead-form__submit {
  width: 100%;
  margin-top: .5rem;
}

.lead-form__submit:disabled {
  cursor: wait;
  opacity: .72;
}

.lead-form__status {
  min-height: 1.4em;
  color: #f3b1a8;
  font-size: .875rem;
  line-height: 1.4;
  text-align: center;
}

.is-lead-modal-open {
  overflow: hidden;
}

.investimento__details {
  margin-top: .5rem;
  color: rgba(237, 235, 230, .72);
  font-size: .9rem;
  line-height: 1.6;
  text-align: center;
}

.investimento__cta {
  margin-top: 1.25rem;
}

.garantia-badge {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  margin-top: 1rem;
  padding: 1.25rem;
  color: var(--text);
  text-align: left;
  border: 1px solid rgba(205, 174, 80, .22);
  border-radius: var(--radius-card);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .01)),
    rgba(17, 17, 21, .86);
  box-shadow:
    inset 0 0 0 1px rgba(205, 174, 80, .04),
    0 12px 34px rgba(0, 0, 0, .22);
}

.garantia-badge__icon {
  display: grid;
  place-items: center;
  flex: 0 0 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  color: var(--primary);
  border-radius: .75rem;
  background: rgba(205, 174, 80, .08);
}

.garantia-badge__icon svg {
  width: 1.65rem;
  height: 1.65rem;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.garantia-badge__copy {
  display: grid;
  gap: .5rem;
}

.garantia-badge__copy strong {
  color: var(--text);
  font-size: clamp(.9rem, .35vw + .82rem, 1rem);
  line-height: 1.25;
}

.garantia-badge__copy span {
  color: rgba(237, 235, 230, .68);
  font-size: clamp(.82rem, .28vw + .76rem, .92rem);
  line-height: 1.45;
}

.investimento__left .section-title,
.investimento__left .section-subtitle,
.investimento__left > p:not(.investimento__details) {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.investimento__left {
  justify-content: flex-start;
}

.investimento__includes {
  align-items: stretch;
  width: 100%;
}

.investimento__item {
  justify-content: flex-start;
  text-align: left;
}

.investimento__right .investimento__price-wrap {
  margin-bottom: 1.5rem;
}

.thank-you-page {
  min-height: 100vh;
  background: #000000;
}

.thank-you {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding-block: 4rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(205, 174, 80, .16), transparent 34rem),
    #000000;
}

.thank-you__inner {
  max-width: 1000px;
  text-align: center;
}

.thank-you__title {
  margin-top: 1.25rem;
  color: var(--text);
  font-size: clamp(2rem, 4.55vw, 4rem);
  line-height: .95;
}

.thank-you__text {
  max-width: 640px;
  margin: 1.25rem auto 0;
  color: var(--text-mid);
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.55;
}

.thank-you__text p + p {
  margin-top: 1rem;
}

.thank-you__button {
  margin-top: 2rem;
}

@media (max-width: 760px) {
  .investimento__left {
    align-items: center;
    text-align: center;
  }

  .investimento__left .section-title,
  .investimento__left .section-subtitle,
  .investimento__left > p:not(.investimento__details) {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .garantia-badge {
    padding: 1rem;
  }

  .metricas-compare {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .metricas-compare__divider {
    width: 100%;
    min-height: 1px;
    height: 1px;
    background: linear-gradient(
      to right,
      transparent,
      rgba(205, 174, 80, .55) 48%,
      transparent
    );
  }

  .prova-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
