@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  background: #0f0f0f;
  font-family: Poppins;
  margin: 0;
}

body main {
  padding: 0;
}

.main-banner {
  width: 100%;
  position: relative;
}

.banner-img {
  width: 100%;
}

.main-banner-options {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15%;
  margin: auto 0;
  width: fit-content;
  height: fit-content;
}

.logo-link {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0 auto;
}

.partners {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.partners .partner-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.highlight {
  margin-top: 8px;
}

.banner-text {
  max-width: 480px;
  margin: 0 0 8px;
  color: #eee;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.96px;
}

.banner-text b {
  color: #ff6d00;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.96px;
}

.cta-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 311px;
  height: 60px;
  border-radius: 40px;
  background: linear-gradient(75deg, #ff6d00 2.73%, #ec1850 97.95%);
  background-size: 200% 200%;
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.cta-button:hover {
  animation: gradient-shift 2s ease-in-out infinite;
}

@keyframes gradient-shift {
  0% {
    background-position: left;
  }

  50% {
    background-position: right;
  }

  100% {
    background-position: left;
  }
}

.information-container {
  display: flex;
  flex-direction: column;
  gap: 88px;
  padding: 72px 0 88px;
  position: relative;
  overflow: hidden;
}

.maturity.basic {
  color: #EC1850;
}

.maturity.intermediary {
  color: #F93C2C;
}

.maturity.advanced {
  color: #FF6D00;
}

.ball-bg-gradient {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1400px;
  height: 1400px;
  border-radius: 50%;
  background: linear-gradient(207deg,
      rgba(221, 88, 16, 0.07) 16.64%,
      rgba(255, 124, 30, 0.17) 146.36%);
  filter: blur(162.5px);

  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -30%;
}

.whats-is {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.whats-is-title {
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
}

.whats-is-title b {
  color: var(--Orange-400, #ff6d00);
}

.whats-is-description {
  max-width: 848px;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.8px;
  margin: 0;
}

.feature-card {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.feature-icon {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(75deg, #ff6d00 0%, #ec1850 100%);
  border-radius: 50%;
}

.feature-title {
  margin: 8px 0 0;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.96px;
}

.feature-description {
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.64px;
}

.whats-is-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.whats-is-features {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 94px;
}

.cards-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.card-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 384px;
  padding: 48px 24px;
  border-radius: 16px;
  border: 1px solid #3a3a3a;
  background: rgba(30, 41, 57, 0.5);
  backdrop-filter: blur(2px);
}

.card-title {
  min-height: 60px;
  margin: 8px 0 0;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
}

.card-context {
  color: #cecece;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.56px;
  margin: 0;
  max-width: 336px;
}

.card-context-lighthouse {
  text-align: left;
}

.card-list {
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
}

.card-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.56px;
}

.quiz-section {
  position: relative;
  background: var(--Gradiente-Wigoo,
      linear-gradient(75deg, #ff6d00 2.73%, #ec1850 97.95%));
  height: 371px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.balloon.balloon-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.balloon.balloon-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.quiz-title {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
  margin: 0;
}

.quiz-description {
  margin-top: 12px;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.8px;
  margin: 0;
}

.quiz-button {
  background: #fff;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  margin: 24px 0 21px;
  text-decoration: none;
}

.quiz-button span {
  width: 286px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  background: var(--Gradiente-Wigoo,
      linear-gradient(75deg, #ff6d00 2.73%, #ec1850 97.95%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: lowercase;
  border-radius: 40px;
  background-color: var(--Gray-Palette-White, #fff);
}

.quiz-info {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--Gray-Palette-Gray-3, #f5f5f5);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.footer {
  background: #15110f;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  padding: 24px 39px;
}

.footer-container .footer-social,
.footer-container .footer-extra {
  width: 200px;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-links-container {
  display: flex;
  align-items: center;
  gap: 6px;
}

.social-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

.footer-copyright {
  display: flex;
  align-items: center;
}

.footer-copyright p {
  margin: 0;
  color: var(--Gray-Palette-Gray-3, #f5f5f5);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.go-to-top {
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #15110f;
  text-decoration: none;
  position: fixed;
  right: 40px;
  bottom: 24px;
}

/* Mobile */

@media (max-width: 1080px) {
  .main-banner-options {
    align-items: center;
    margin: auto;
    top: 15%;
    bottom: auto;
    left: 0;
    right: 0;
    gap: 16px;
  }

  .partners {
    align-items: center;
    justify-content: center;
    gap: 24px;
  }

  .partners .partner-link:first-child .partner-img {
    width: fit-content;
    height: 28px;
  }

  .partners .partner-link:last-child .partner-img {
    width: fit-content;
    height: 20px;
  }

  .logo-link {
    top: 40px;
  }

  .highlight-img {
    width: 268px;
    height: fit-content;
  }

  .banner-text {
    max-width: 280px;
    text-align: center;
    margin: 0;
  }

  .banner-text,
  .banner-text b {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.56px;
  }

  .cta-button {
    width: 200px;
    height: 42px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
  }

  .whats-is {
    gap: 24px;
  }

  .whats-is-features {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .information-container {
    gap: 68px;
    padding: 48px 16px 56px;
    position: relative;
  }

  .whats-is-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.96px;
  }

  .whats-is-description {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.56px;
  }

  .feature-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.8px;
  }

  .feature-description {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.56px;
  }

  .feature-icon {
    width: 56px;
    height: 56px;
  }

  .feature-icon svg {
    width: 32px;
    height: 32px;
  }

  .feature-card {
    gap: 8px;
  }

  .cards-container {
    flex-direction: column;
    gap: 16px;
  }

  .card-info {
    width: 100%;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid #3a3a3a;
    background: rgba(30, 41, 57, 0.5);
    backdrop-filter: blur(2px);
    padding: 32px 24px;
    gap: 16px;
  }

  .card-context {
    width: 100%;
  }

  .card-title {
    margin: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.8px;
  }

  .card-context {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.56px;
  }

  .card-list {
    margin-top: 8px;
  }

  .card-list-item {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.56px;
  }

  .balloon.balloon-1 {
    width: 80px;
  }

  .balloon.balloon-2 {
    width: 88px;
  }

  .quiz-section {
    height: 309px;
    background: var(--Gradiente-Wigoo,
        linear-gradient(75deg, #ff6d00 2.73%, #ec1850 97.95%));
  }

  .quiz-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.96px;
    max-width: 336px;
  }

  .quiz-description {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.56px;
    max-width: 336px;
    margin-top: 8px;
  }

  .quiz-button span {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    width: 188px;
    height: 42px;
  }

  .quiz-info {
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .quiz-info svg {
    width: 12px;
  }

  .quiz-button {
    margin: 16px 0;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  .footer-copyright p {
    font-size: 0;
  }

  .footer-copyright p::before {
    content: "© 2025 Wigoo. Todos os direitos reservados.";
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }

  .footer-extra {
    display: none;
  }

  .footer-social {
    justify-content: center;
  }

  .go-to-top {
    bottom: 64px;
    right: 16px;
  }
}

:root {
  --bg: #0b0d10;
  --card: #12161b;
  --muted: #8ea0b4;
  --text: #e6eef7;
  --bar: #1f2731;
  --accent: #6aa6ff;
}

* {
  box-sizing: border-box
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 14px/1.5 ui-sans-serif, system-ui, Segoe UI, Roboto
}

header {
  padding: 22px 20px;
  border-bottom: 1px solid var(--bar);
  position: sticky;
  top: 0;
  background: linear-gradient(180deg, rgba(11, 13, 16, .95), rgba(11, 13, 16, .85))
}

h1 {
  margin: 0 0 4px;
  font-size: 20px
}

main {
  padding: 20px;
  display: grid;
  gap: 20px
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px
}

.card {
  background: var(--card);
  border: 1px solid var(--bar);
  border-radius: 14px;
  padding: 16px
}

h2 {
  margin: 0 0 10px;
  font-size: 18px
}

h3 {
  margin: 10px 0 6px;
  font-size: 16px
}

.muted {
  color: var(--muted)
}

.flex {
  display: flex;
  gap: 16px;
  align-items: center
}

.badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 999px;
  background: #253243;
  color: #cfe3ff;
  font-size: 12px
}

.opps h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
  text-align: center;
  margin-bottom: 40px;
}

.opps ul {
  margin: 8px 0 0 18px;
  padding: 0
}

.opps li {
  margin: 8px 0;
  list-style: none;
}

.kv {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 8px
}

.roadmap-item {
  border-top: 1px dashed #233041;
  padding-top: 10px;
  margin-top: 10px
}

.card-lighthouse {
  width: 50%;
  margin: 0 auto;
}

.card-lighthouse .lighthouse {
  margin: 0 auto;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-container {
  padding: 40px 0 20px;
}

@media (max-width: 960px) {
  .grid {
    grid-template-columns: 1fr
  }

  .main-container {
    padding: 48px 16px 56px;
  }

  .card-lighthouse .lighthouse,
  .card-lighthouse {
    width: 100%;
  }

  .footer-seo-container{
    width: 90%;
  }
}

.footer-seo {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 60px 0;
}

.footer-seo-container {
  width: 65%;
}

.footer-seo h2 {
  margin: 10px 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .6px;
}

.footer-seo p {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.5;
}

.options-double input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 16px;
  height: 16px;
  border: 2px solid #ff6d00 !important;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.options-double input[type="checkbox"]:hover {
  box-shadow: 0 0 4px rgba(255, 82, 82, 0.6);
}

.options-double input[type="checkbox"]:checked {
  background-color: #ff6d00;
  border-color: #ff6d00 !important;
}

.options-double input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.input-required {
  outline-color: #ff5252!important;
  border-color: #ff5252!important;
}

.field-error-msg {
  margin-top: 8px;
  font-size: 12px;
  color: #ffb4a2;
}