@font-face {
  font-display: swap;
  font-family: "PP Museum";
  font-style: normal;
  font-weight: 400 800;
  src: url("../font/g4/ppmuseum-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "PP Museum";
  font-style: normal;
  font-weight: 800;
  src: url("../font/g4/ppmuseum-ultrabold.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Manrope;
  font-style: normal;
  font-weight: 400 900;
  src: url("../font/g4/manrope-latin.woff2") format("woff2");
}

:root {
  --background: 0 0% 0%;
  --foreground: 0 0% 100%;
  --primary: 358 93% 47%;
  --primary-foreground: 0 0% 100%;
  --secondary: 0 0% 0%;
  --border: 0 0% 14%;
  --ring: 358 93% 47%;
}

html,
body {
  background: #000 !important;
  color: #fff;
  font-family: Manrope, system-ui, sans-serif;
  overflow-x: hidden;
}

.bg-\[\#000000\],
main#top > section:first-child {
  background-color: #000 !important;
  background-image: none !important;
}

.eq-hero-title {
  font-size: 30px !important;
  line-height: 1.02 !important;
}

.eq-hero-section {
  isolation: isolate;
}

.eq-dark-veil {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.64;
}

.eq-hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 8%, rgba(229, 9, 20, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.72));
}

@media (min-width: 640px) {
  .eq-hero-title {
    font-size: 30px !important;
    line-height: 1.02 !important;
  }
}

@media (min-width: 1280px) {
  .eq-hero-title {
    font-size: 30px !important;
  }
}

body::before,
body::after {
  display: none !important;
}

.eq-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.eq-logo {
  height: 54px;
  width: auto;
}

.eq-whatsapp {
  background: linear-gradient(180deg, #2edd70 0%, #129447 100%) !important;
  color: #fff !important;
  box-shadow: 0 18px 45px rgba(37, 211, 102, 0.28);
}

.eq-animated-cta {
  position: relative;
  min-height: 62px !important;
  gap: 9px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px !important;
  background: #18b964 !important;
  box-shadow: 6px 6px 0 rgba(3, 89, 44, 0.95), 0 18px 42px rgba(22, 184, 95, 0.22);
  font-size: 12px !important;
  letter-spacing: 0.07em;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.eq-animated-cta:hover {
  transform: translateY(3px);
  background: #20ca70 !important;
  box-shadow: 3px 3px 0 rgba(3, 89, 44, 0.95), 0 14px 34px rgba(22, 184, 95, 0.2);
}

.eq-animated-cta__orb {
  position: absolute;
  left: -38px;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 42% 42%, rgba(255, 255, 255, 0.92) 0 17%, transparent 18%),
    radial-gradient(circle, rgba(255, 255, 255, 0.32) 0 37%, rgba(3, 89, 44, 0.42) 38% 59%, rgba(255, 255, 255, 0.22) 60% 64%, transparent 65%);
  opacity: 0.75;
  transform: rotate(0deg);
  transition: left 260ms ease, width 260ms ease, opacity 260ms ease;
  animation: eq-button-orb 5s linear infinite;
}

.eq-animated-cta:hover .eq-animated-cta__orb {
  left: -8px;
  width: 110%;
  opacity: 0.38;
}

.eq-animated-cta__icon {
  position: relative;
  content: "";
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  opacity: 0.78;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.03 3.2A12.74 12.74 0 0 0 5.13 22.55L3.6 28.8l6.4-1.48A12.75 12.75 0 1 0 16.03 3.2Zm0 2.5a10.25 10.25 0 0 1 8.78 15.55 10.25 10.25 0 0 1-13.98 3.65l-.46-.27-3.25.75.78-3.16-.3-.49A10.24 10.24 0 0 1 16.03 5.7Zm-4.7 5.12c-.22 0-.57.08-.87.41-.3.33-1.14 1.12-1.14 2.73 0 1.6 1.17 3.15 1.33 3.37.16.22 2.27 3.64 5.62 4.96 2.78 1.1 3.35.88 3.96.82.6-.05 1.95-.8 2.22-1.57.28-.77.28-1.43.2-1.57-.09-.14-.31-.22-.64-.39-.33-.16-1.95-.96-2.25-1.07-.3-.11-.52-.16-.74.17-.22.33-.85 1.07-1.04 1.29-.2.22-.39.25-.72.08-.33-.16-1.38-.51-2.63-1.62-.97-.86-1.63-1.93-1.82-2.26-.2-.33-.02-.5.14-.67.15-.15.33-.39.5-.58.16-.2.22-.33.33-.55.1-.22.05-.41-.03-.58-.08-.16-.74-1.78-1.01-2.44-.27-.64-.54-.55-.74-.56h-.63Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.03 3.2A12.74 12.74 0 0 0 5.13 22.55L3.6 28.8l6.4-1.48A12.75 12.75 0 1 0 16.03 3.2Zm0 2.5a10.25 10.25 0 0 1 8.78 15.55 10.25 10.25 0 0 1-13.98 3.65l-.46-.27-3.25.75.78-3.16-.3-.49A10.24 10.24 0 0 1 16.03 5.7Zm-4.7 5.12c-.22 0-.57.08-.87.41-.3.33-1.14 1.12-1.14 2.73 0 1.6 1.17 3.15 1.33 3.37.16.22 2.27 3.64 5.62 4.96 2.78 1.1 3.35.88 3.96.82.6-.05 1.95-.8 2.22-1.57.28-.77.28-1.43.2-1.57-.09-.14-.31-.22-.64-.39-.33-.16-1.95-.96-2.25-1.07-.3-.11-.52-.16-.74.17-.22.33-.85 1.07-1.04 1.29-.2.22-.39.25-.72.08-.33-.16-1.38-.51-2.63-1.62-.97-.86-1.63-1.93-1.82-2.26-.2-.33-.02-.5.14-.67.15-.15.33-.39.5-.58.16-.2.22-.33.33-.55.1-.22.05-.41-.03-.58-.08-.16-.74-1.78-1.01-2.44-.27-.64-.54-.55-.74-.56h-.63Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.eq-animated-cta__text {
  position: relative;
  z-index: 1;
  text-align: center;
}

.eq-animated-cta__icon {
  z-index: 1;
}

.eq-video-cta {
  font-size: 16px !important;
  width: 100%;
}

.eq-about-cta {
  display: flex !important;
  width: min(100%, 520px);
  margin: 48px auto 0 !important;
}

.eq-floating-cta {
  min-height: 50px !important;
  border-radius: 14px !important;
  box-shadow: 4px 4px 0 rgba(3, 89, 44, 0.95), 0 14px 34px rgba(22, 184, 95, 0.2);
}

.eq-floating-cta .eq-animated-cta__orb {
  width: 54px;
  height: 54px;
  left: -30px;
}

.eq-floating-cta .eq-animated-cta__icon {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
}

.eq-benefits-grid {
  perspective: 1200px;
}

.eq-liquid-card {
  position: relative;
  min-height: 238px;
  overflow: hidden;
  border: 1px solid rgba(229, 9, 20, 0.14);
  border-radius: 32px;
  background:
    radial-gradient(circle at 18% 0%, rgba(229, 9, 20, 0.18), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  transition: transform 220ms ease, border-color 220ms ease;
}

.eq-liquid-card:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(229, 9, 20, 0.26);
}

.eq-liquid-card--with-image {
  min-height: 360px;
}

.eq-liquid-card__bend,
.eq-liquid-card__face,
.eq-liquid-card__edge {
  position: absolute;
  inset: 0;
  border-radius: 32px;
  pointer-events: none;
}

.eq-liquid-card__bend {
  z-index: 0;
  backdrop-filter: blur(24px);
  filter: url("#glass-blur");
}

.eq-liquid-card__face {
  z-index: 1;
  box-shadow:
    0 4px 4px rgba(0, 0, 0, 0.15),
    0 0 12px rgba(0, 0, 0, 0.08),
    0 0 24px rgba(255, 255, 255, 0.10),
    0 22px 60px rgba(229, 9, 20, 0.09);
}

.eq-liquid-card__edge {
  z-index: 2;
  box-shadow:
    inset 1px 1px 2px rgba(255, 255, 255, 0.12),
    inset -1px -1px 2px rgba(255, 255, 255, 0.05),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.eq-liquid-card__content {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 238px;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
}

.eq-liquid-card--with-image .eq-liquid-card__content {
  min-height: 360px;
  justify-content: flex-start;
}

.eq-benefit-card__image {
  width: 100%;
  height: 142px;
  margin: 20px 0 18px;
  border-radius: 22px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.28);
}

.eq-benefit-card__image--questions {
  margin-top: 8px;
  object-position: center 22%;
}

.eq-benefit-card__image--mentoring {
  height: 198px;
  margin: 10px 0 14px;
  object-position: center 44%;
}

.eq-benefit-card__image--contain {
  object-fit: contain;
  background: rgba(255, 255, 255, 0.04);
}

.eq-benefit-card__image--platform {
  height: 178px;
  margin: 6px 0 8px;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
  background: transparent;
  box-shadow: none;
  transform: scale(1.18);
  transform-origin: center;
}

.eq-benefit-card__image--taf {
  height: 178px;
  margin: 8px 0 12px;
  object-fit: cover;
  object-position: center 54%;
}

.eq-benefit-card__image--simulados {
  height: 178px;
  margin: 8px 0 12px;
  object-position: center 42%;
}

.eq-liquid-card__content span {
  width: max-content;
  border-radius: 999px;
  border: 1px solid rgba(229, 9, 20, 0.28);
  background: rgba(229, 9, 20, 0.10);
  padding: 8px 12px;
  font-family: "PP Museum", system-ui, sans-serif;
  font-size: 13px;
  color: #ff3540;
}

.eq-liquid-card__content h3 {
  margin-top: auto;
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.08;
}

.eq-liquid-card--with-image .eq-liquid-card__content h3 {
  margin-top: 0;
}

.eq-liquid-card__content p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.55;
}

@keyframes eq-button-orb {
  to {
    transform: rotate(360deg);
  }
}


.eq-video-frame {
  aspect-ratio: 16 / 9;
}

.eq-video-callout {
  margin-bottom: 14px;
  border: 1px solid rgba(229, 9, 20, 0.62);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(229, 9, 20, 0.16), rgba(229, 9, 20, 0.05));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 0 28px rgba(229, 9, 20, 0.30);
  color: #fff;
  padding: 11px 14px;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  animation: eq-video-callout-pulse 2.4s ease-in-out infinite;
}

@keyframes eq-video-callout-pulse {
  0%,
  100% {
    border-color: rgba(229, 9, 20, 0.56);
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.06) inset,
      0 0 22px rgba(229, 9, 20, 0.22);
  }

  50% {
    border-color: rgba(255, 255, 255, 0.78);
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.12) inset,
      0 0 34px rgba(229, 9, 20, 0.42);
  }
}

.eq-video-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  appearance: none;
  cursor: pointer;
  color: inherit;
  text-align: inherit;
  font: inherit;
}

.eq-video-link iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.eq-video-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  filter: saturate(1.05) contrast(1.08);
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.eq-video-link:hover img {
  transform: scale(1.04);
  opacity: 0.9;
}

.eq-video-link.is-playing img,
.eq-video-link.is-playing .eq-video-link__overlay {
  display: none;
}

.eq-video-link__overlay {
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.46));
  color: #fff;
  pointer-events: none;
}

.eq-video-link__overlay > span:not(.eq-video-link__play) {
  display: none;
}

.eq-video-link__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 104px;
  height: 104px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
  border: 2px solid rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.34);
  transform: translate(-50%, -50%) scale(1);
  transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.eq-video-link:hover .eq-video-link__play {
  background: rgba(255, 255, 255, 0.08);
  border-color: #fff;
  transform: translate(-50%, -50%) scale(1.16);
}

.eq-video-link__play::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.42);
  animation: eq-video-play-pulse 1.8s ease-in-out infinite;
}

.eq-video-link__play::after {
  content: "";
  position: absolute;
  left: 42px;
  top: 32px;
  border-bottom: 20px solid transparent;
  border-left: 30px solid rgba(255, 255, 255, 0.88);
  border-top: 20px solid transparent;
}

@keyframes eq-video-play-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.36;
  }

  50% {
    transform: scale(1.16);
    opacity: 0.82;
  }
}

@media (max-width: 640px) {
  .eq-video-link__play {
    width: 78px;
    height: 78px;
  }

  .eq-video-link__play::after {
    left: 31px;
    top: 24px;
    border-bottom-width: 15px;
    border-left-width: 23px;
    border-top-width: 15px;
  }
}

.proof-slider__track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.proof-slider__track::-webkit-scrollbar {
  display: none;
}

.proof-slide {
  display: grid;
  flex: 0 0 min(520px, 82vw);
  min-height: clamp(380px, 62vw, 620px);
  background: rgba(255, 255, 255, 0.035);
  scroll-snap-align: start;
}

.proof-slide--wide {
  flex-basis: min(720px, 86vw);
}

.proof-slide img {
  align-self: center;
  justify-self: center;
  width: 100%;
  height: 100%;
  max-height: clamp(380px, 62vw, 620px);
  object-fit: contain;
}

.eq-table {
  min-width: 780px;
  width: 100%;
  border-collapse: collapse;
}

.eq-table th,
.eq-table td {
  border: 1px solid rgba(255, 255, 255, 0.13);
  padding: 18px 14px;
  text-align: center;
  text-transform: uppercase;
}

.eq-table thead th {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  letter-spacing: 0.18em;
}

.eq-table tbody th {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 15px;
  white-space: nowrap;
}

.eq-table td {
  background: rgba(255, 255, 255, 0.03);
  color: #ff3a44;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.eq-table strong {
  color: #fff;
  font-size: 12px;
}

.eq-table .break-row th,
.eq-table .break-row td {
  background: #e50914;
  color: #fff;
}

@media (max-width: 640px) {
  .eq-logo {
    height: 48px;
  }

  .proof-slide {
    flex-basis: 86vw;
    min-height: min(620px, 108vw);
  }

  .proof-slide img {
    max-height: min(620px, 108vw);
  }

  .eq-table {
    min-width: 680px;
  }

  .eq-table th,
  .eq-table td {
    padding: 16px 12px;
  }

  .eq-table thead th {
    font-size: 10px;
  }

  .eq-table tbody th {
    font-size: 14px;
  }

  .eq-table td {
    font-size: 13px;
  }

  .eq-table strong {
    font-size: 11px;
  }
}

.eq-hero-section > .container {
  position: relative;
  z-index: 3;
}

.eq-hero-section .eq-hero-title,
.eq-hero-section p,
.eq-hero-section span,
.eq-hero-section a,
.eq-hero-section .eq-video-frame {
  position: relative;
  z-index: 4;
}

.eq-hero-section .eq-video-link__overlay {
  position: absolute;
  z-index: 5;
}

.eq-hero-section .eq-video-link__play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  transform: translate(-50%, -50%) scale(1);
}

.eq-hero-section .eq-video-link:hover .eq-video-link__play {
  transform: translate(-50%, -50%) scale(1.16);
}

.eq-dark-veil {
  z-index: 0;
}

.eq-hero-section::after {
  z-index: 1;
}

.eq-liquid-card__content {
  justify-content: flex-start;
  gap: 16px;
}

.eq-liquid-card__content h3 {
  margin-top: 8px;
}

#horarios article > div:first-child h3 {
  font-size: 24px !important;
  line-height: 1.1 !important;
  white-space: nowrap;
}

@media (max-width: 640px) {
  #horarios article > div:first-child h3 {
    font-size: 24px !important;
    line-height: 1.1 !important;
  }
}

.eq-pricing-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(229, 9, 20, 0.26);
  border-radius: 34px;
  background:
    radial-gradient(circle at 78% 8%, rgba(229, 9, 20, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.022));
}

.eq-pricing-shell__bend,
.eq-pricing-shell__face,
.eq-pricing-shell__edge {
  position: absolute;
  inset: 0;
  border-radius: 34px;
  pointer-events: none;
}

.eq-pricing-shell__bend {
  z-index: 0;
  backdrop-filter: blur(24px);
  filter: url("#glass-blur");
}

.eq-pricing-shell__face {
  z-index: 1;
  box-shadow:
    0 4px 4px rgba(0, 0, 0, 0.15),
    0 0 12px rgba(0, 0, 0, 0.08),
    0 0 32px rgba(255, 255, 255, 0.12),
    0 28px 90px rgba(229, 9, 20, 0.10);
}

.eq-pricing-shell__edge {
  z-index: 2;
  box-shadow:
    inset 3px 3px 3px rgba(255, 255, 255, 0.18),
    inset -3px -3px 3px rgba(255, 255, 255, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.eq-pricing-content {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 24px;
  padding: 22px;
}

.eq-offer-list,
.eq-price-card {
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(0, 0, 0, 0.34);
}

.eq-offer-list {
  padding: 26px;
}

.eq-offer-kicker {
  display: inline-flex;
  width: max-content;
  border-radius: 999px;
  border: 1px solid rgba(229, 9, 20, 0.34);
  background: rgba(229, 9, 20, 0.10);
  padding: 8px 12px;
  color: #ff3540;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eq-offer-list h3 {
  margin-top: 22px;
  max-width: 620px;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.15;
}

.eq-offer-list ul {
  margin-top: 28px;
  display: grid;
  gap: 12px;
}

.eq-offer-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 12px;
  color: rgba(255, 255, 255, 0.80);
  font-size: 15px;
}

.eq-offer-list li span {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 999px;
  background: #e50914;
  box-shadow: 0 0 18px rgba(229, 9, 20, 0.34);
}

.eq-offer-list li span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 5px;
  height: 9px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.eq-scarcity-box {
  margin-top: 22px;
  border-radius: 20px;
  border: 1px solid rgba(229, 9, 20, 0.34);
  background:
    radial-gradient(circle at 0% 0%, rgba(229, 9, 20, 0.22), transparent 36%),
    rgba(229, 9, 20, 0.08);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 18px 48px rgba(229, 9, 20, 0.12);
  padding: 16px;
}

.eq-scarcity-box__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.eq-scarcity-box__top span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.20em;
  text-transform: uppercase;
}

.eq-scarcity-box__top strong {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.eq-scarcity-bar {
  margin-top: 12px;
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.08);
}

.eq-scarcity-bar span {
  display: block;
  width: 60%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #e50914, #ff4450);
  box-shadow: 0 0 22px rgba(229, 9, 20, 0.62);
}

.eq-scarcity-box p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.45;
}

.eq-price-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(229, 9, 20, 0.22), transparent 42%),
    rgba(255, 255, 255, 0.045);
}

.eq-price-card__top span {
  color: rgba(255, 255, 255, 0.50);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.eq-price-card__top strong {
  display: block;
  margin-top: 14px;
  color: #fff;
  font-family: "PP Museum", system-ui, sans-serif;
  font-size: clamp(64px, 17vw, 108px);
  font-weight: 300;
  line-height: 0.88;
}

.eq-price-card__top p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 15px;
}

.eq-price-card__chips {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.eq-price-card__chips span {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.055);
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (min-width: 900px) {
  .eq-pricing-content {
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
    padding: 34px;
  }

  .eq-offer-list,
  .eq-price-card {
    padding: 34px;
  }
}

.eq-audience-card {
  min-height: 258px;
}

.eq-audience-card .eq-liquid-card__content {
  min-height: 258px;
}

.eq-audience-card__content span {
  font-family: Inter, system-ui, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eq-audience-card__content h3 {
  margin-top: 4px;
  font-size: 20px;
  line-height: 1.12;
}

.eq-audience-card__content p {
  margin-top: 0;
}

@media (max-width: 640px) {
  #beneficios h2,
  #para-quem > .container > h2 {
    font-size: 24px !important;
    line-height: 1.08 !important;
  }

  .eq-audience-card,
  .eq-audience-card .eq-liquid-card__content {
    min-height: 230px;
  }
}

@media (min-width: 1024px) {
  .eq-header .container > div {
    justify-content: space-between;
  }

  .eq-logo {
    height: 62px;
  }

  .eq-hero-section > .container {
    min-height: calc(100vh - 78px);
    display: flex;
    align-items: center;
  }

  .eq-hero-section .grid {
    width: 100%;
    grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.92fr);
    align-items: center;
    gap: 54px;
  }

  .eq-hero-section .lg\:col-span-7,
  .eq-hero-section .lg\:col-span-5 {
    grid-column: auto;
  }

  .eq-hero-section .lg\:col-span-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 720px;
  }

  .eq-hero-section .lg\:col-span-7 > .space-y-5 {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .eq-hero-title {
    max-width: 690px;
    font-size: clamp(42px, 3.75vw, 60px) !important;
    line-height: 1 !important;
  }

  .eq-hero-section p.mx-auto {
    max-width: 620px;
    font-size: 17px !important;
    line-height: 1.58;
  }

  .eq-hero-section .mt-4.grid.grid-cols-3 {
    max-width: 690px;
    margin-top: 34px;
    padding-top: 22px;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .eq-hero-section .mt-4.grid.grid-cols-3 > div {
    min-height: 106px;
    justify-content: flex-start;
  }

  .eq-hero-section .mt-4.grid.grid-cols-3 > div:last-child span {
    font-size: clamp(52px, 4.2vw, 66px);
  }

  .eq-hero-section .lg\:col-span-5 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .eq-hero-section .lg\:col-span-5 > div {
    width: 100%;
    max-width: 500px;
    padding: 24px;
  }

  .eq-video-callout {
    margin-bottom: 18px;
    padding: 15px 20px;
    font-size: 15px;
  }

  .eq-video-frame {
    border-radius: 24px;
  }

  .eq-video-cta {
    min-height: 68px !important;
  }

  #provas,
  #horarios,
  #investimento,
  #quem-somos {
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }

  #beneficios,
  #para-quem {
    padding-top: 72px !important;
    padding-bottom: 108px !important;
  }

  #provas h2,
  #horarios h2 {
    font-size: 42px;
    line-height: 1.05;
  }

  #beneficios h2,
  #para-quem > .container > h2,
  #quem-somos h2 {
    font-size: clamp(44px, 4.2vw, 62px) !important;
    line-height: 1.02 !important;
  }

  .proof-slider {
    padding: 34px !important;
  }

  .proof-slide {
    flex-basis: 430px;
    min-height: 520px;
  }

  .proof-slide--wide {
    flex-basis: 680px;
  }

  .proof-slide img {
    max-height: 520px;
  }

  .eq-benefits-grid {
    gap: 22px;
  }

  .eq-liquid-card--with-image,
  .eq-liquid-card--with-image .eq-liquid-card__content {
    min-height: 430px;
  }

  .eq-liquid-card__content {
    padding: 32px;
  }

  .eq-benefit-card__image {
    height: 178px;
    margin: 18px 0 18px;
  }

  .eq-benefit-card__image--mentoring {
    height: 220px;
  }

  .eq-benefit-card__image--platform,
  .eq-benefit-card__image--taf,
  .eq-benefit-card__image--simulados {
    height: 204px;
  }

  .eq-liquid-card__content h3 {
    font-size: 24px;
  }

  .eq-liquid-card__content p {
    font-size: 15px;
  }

  .eq-table th,
  .eq-table td {
    padding: 24px 18px;
  }

  .eq-table thead th {
    font-size: 13px;
  }

  .eq-table tbody th {
    font-size: 18px;
  }

  .eq-table td {
    font-size: 17px;
  }

  .eq-table strong {
    font-size: 13px;
  }

  .eq-pricing-shell {
    max-width: 1120px;
    margin: 0 auto;
  }

  .eq-pricing-content {
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
    gap: 34px;
    padding: 44px;
    align-items: stretch;
  }

  .eq-offer-list,
  .eq-price-card {
    padding: 42px;
  }

  .eq-offer-list h3 {
    max-width: 680px;
    font-size: 36px;
    line-height: 1.08;
  }

  .eq-offer-list ul {
    margin-top: 34px;
    gap: 14px;
  }

  .eq-offer-list li {
    font-size: 17px;
  }

  .eq-scarcity-box {
    margin-top: 28px;
    padding: 20px;
  }

  .eq-price-card {
    justify-content: center;
    gap: 28px;
    border-width: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 0;
    background:
      radial-gradient(circle at 100% 0%, rgba(229, 9, 20, 0.18), transparent 42%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    box-shadow: none;
    padding-left: 34px;
  }

  .eq-price-card__top {
    max-width: 420px;
  }

  .eq-price-card__top span {
    font-size: 11px;
  }

  .eq-price-card__top strong {
    margin-top: 18px;
    font-size: clamp(68px, 5.8vw, 96px);
    line-height: 0.92;
  }

  .eq-price-card__top p {
    margin-top: 20px;
    max-width: 320px;
    font-size: 18px;
    line-height: 1.5;
  }

  #investimento .eq-price-card > .eq-whatsapp {
    width: 100%;
    max-width: 420px;
    margin-top: 0 !important;
  }

  #investimento .eq-offer-list {
    min-height: 100%;
  }

  .eq-audience-card,
  .eq-audience-card .eq-liquid-card__content {
    min-height: 300px;
  }

  .eq-audience-card__content h3 {
    font-size: 24px;
  }

  .eq-audience-card__content p {
    font-size: 16px;
  }

  #quem-somos .lg\:grid-cols-2 {
    grid-template-columns: minmax(0, 1fr) minmax(440px, 0.88fr);
    align-items: stretch;
  }

  #quem-somos .eq-about-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 640px;
    padding: 26px;
    background:
      radial-gradient(circle at 50% 0%, rgba(229, 9, 20, 0.12), transparent 34%),
      rgba(255, 255, 255, 0.02);
  }

  #quem-somos .eq-about-media__image {
    width: 100%;
    height: 100%;
    max-height: 588px;
    object-fit: contain;
    object-position: center;
    border-radius: 24px;
  }

  #quem-somos .p-7.sm\:p-10.lg\:p-14 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #quem-somos p,
  #quem-somos li {
    font-size: 17px;
    line-height: 1.65;
  }
}

@media (min-width: 1440px) {
  .eq-hero-section .grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(440px, 0.88fr);
    gap: 62px;
  }

  .eq-hero-section .lg\:col-span-5 > div {
    max-width: 540px;
  }

  .eq-hero-title {
    max-width: 740px;
    font-size: clamp(48px, 3.8vw, 64px) !important;
  }
}
