@font-face {
  font-family: Muller;
  src: url('../fonts/Muller-Medium.woff2') format("woff2"), url('../fonts/Muller-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Muller;
  src: url('../fonts/Muller-Regular.woff2') format("woff2"), url('../fonts/Muller-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_collection-color---white: white;
  --_collection-color---blue-500: #451df5;
  --_collection-color---blue-primary: #001669;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  color: #383838;
  font-family: Muller, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 150%;
}

.container {
  width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.nav_component {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  position: sticky;
}

.nav_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
}

.brand_logo {
  height: 72px;
}

.background_top-page {
  background-image: linear-gradient(180deg, #dceeeb, #e8e1ff 75%, var(--_collection-color---white));
}

.background_top-page.radius-xs {
  background-image: linear-gradient(#dceeeb, #e8e1ff);
}

.section {
  justify-content: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 96px;
  display: flex;
}

.label {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_collection-color---white);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 16px 4px 4px;
  display: inline-flex;
}

.chip {
  background-color: var(--_collection-color---blue-500);
  color: var(--_collection-color---white);
  border-radius: 12px;
  padding: 4px 8px;
  line-height: 1em;
}

.blue-primary {
  color: var(--_collection-color---blue-primary);
}

.text-h1 {
  font-size: 5rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 120%;
}

.text-h1.blue-500 {
  color: var(--_collection-color---blue-500);
  margin-top: 16px;
  font-size: 5rem;
  font-weight: 500;
}

.hero-subtitle {
  color: var(--_collection-color---blue-primary);
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 64px;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.2em;
}

.hero_info {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 128px;
  display: flex;
  position: relative;
}

.text-align-center {
  text-align: center;
}

.btn_primary {
  background-color: var(--_collection-color---blue-500);
  color: var(--_collection-color---white);
  border-radius: 26px;
  padding: 16px 32px;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .2s;
}

.btn_primary:hover {
  background-color: var(--_collection-color---blue-primary);
}

.space-xxl {
  width: 100%;
  height: 48px;
}

.rotation_text {
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.curved_text {
  width: 128px;
  height: 128px;
  position: absolute;
  animation: rotate-curved-text 20s linear infinite;
}

@keyframes rotate-curved-text {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .curved_text {
    animation: none;
  }
}

.intro {
  text-align: center;
  justify-content: center;
  width: 100%;
  padding-top: 96px;
  display: flex;
}

.text-size-lg {
  font-size: 1.25em;
}

.max-960 {
  max-width: 960px;
}

.intro_info {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.intro_cards {
  padding-top: 64px;
}

.cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.card img {
  width: 100%;
  height: auto;
}

.card_info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 120%;
}

.radius-xs {
  border-radius: 8px;
}

.faqs {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  scroll-margin-top: 104px;
  padding-right: 0;
  display: flex;
}

.faqs_container {
  flex-flow: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.text-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 120%;
}

.faqs_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 960px;
  margin-top: 48px;
  display: flex;
}

.faq_item {
  background-color: var(--_collection-color---white);
  border-radius: 8px;
  width: 100%;
}

.faq_question {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-radius: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
  width: 100%;
  background: none;
  border: none;
  font: inherit;
  text-align: left;
  color: inherit;
  cursor: pointer;
}

.faq_item.is-open .faq_question {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.text-h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 120%;
}

.faq_question .text-h5 {
  white-space: normal;
}

.text-h5.blue-primary {
  font-weight: 500;
}

.faq-icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex: none;
  transform: rotate(0deg);
}

.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--_collection-color---blue-primary);
  border-radius: 1px;
}

.faq-icon::before {
  width: 16px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.faq-icon::after {
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%);
}

.faq_answer {
  height: 0;
  overflow: hidden;
  background-color: var(--_collection-color---white);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.faq_answer-inner {
  padding: 0 24px 24px;
}

.url {
  text-decoration: underline;
}

.url.blue-500 {
  color: var(--_collection-color---blue-500);
}

.footer {
  flex-flow: column;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.footer_logos {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
}

.text-size-sm {
  font-size: .875em;
}

.logo_footer {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.footer_nav {
  color: var(--_collection-color---blue-primary);
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.footer_links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.footer_link {
  color: var(--_collection-color---blue-primary);
  font-size: .875em;
  text-decoration: none;
}

.footer_link:hover {
  color: var(--_collection-color---blue-500);
}

.text-size-xsm {
  font-size: .75em;
}

.nav_menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  display: flex;
}

.nav_link {
  color: var(--_collection-color---blue-primary);
  text-decoration: none;
  transition: color .2s;
  position: relative;
}

.nav_link:hover {
  color: var(--_collection-color---blue-500);
}

.nav_right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.nav_menu-button {
  z-index: 102;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: none;
  position: relative;
}

.nav_menu-button_bar {
  background-color: var(--_collection-color---blue-primary);
  height: 2px;
  position: absolute;
  left: 4px;
  right: 4px;
}

.nav_menu-button_bar.is-top {
  top: 12px;
}

.nav_menu-button_bar.is-middle {
  top: 19px;
}

.nav_menu-button_bar.is-bottom {
  top: 26px;
}

.nav_overlay {
  z-index: 101;
  background-color: var(--_collection-color---blue-primary);
  opacity: 0;
  pointer-events: none;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  position: fixed;
  top: 152px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}

.nav_menu-mobile {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.nav_menu-mobile-link {
  color: var(--_collection-color---white);
  font-size: 2em;
  text-decoration: none;
}

.space-xl {
  width: 100%;
  height: 40px;
}

.container-md {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-md {
  margin-bottom: 16px;
}

.space-md {
  width: 100%;
  height: 24px;
}

.list {
  margin-bottom: 24px;
  padding-left: 24px;
}

.text-h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.list-item {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .body {
    line-height: 150%;
  }

  .container {
    width: 100%;
  }

  .nav_container {
    grid-template-columns: 1fr 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav_logo-group {
    flex: none;
  }

  .text-h1.blue-500 {
    font-size: 3.5rem;
  }

  .hero-subtitle {
    text-align: center;
    font-size: 2em;
  }

  .card_info {
    padding-left: 0;
    padding-right: 0;
  }

  .text-h4 {
    font-size: 2em;
  }

  .faqs_list {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq_question {
    flex-flow: row;
    justify-content: space-between;
  }

  .text-h5.blue-primary {
    flex: 0 auto;
    font-size: 1.25em;
    line-height: 120%;
  }

  .nav_menu {
    display: none;
  }

  .nav_menu-button {
    flex: none;
    display: flex;
  }

  .container-md {
    max-width: 60rem;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .nav_logo-group {
    display: none;
  }

  .text-h1.blue-500 {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.5em;
  }

  .hero_info {
    text-align: center;
    padding-bottom: 128px;
  }

  .btn_primary {
    font-size: 1em;
  }

  .text-size-lg {
    font-size: 1.125em;
  }

  .text-size-lg.blue-primary {
    font-size: 1em;
  }

  .cards {
    grid-template-columns: 1fr 1fr;
  }

  .faqs_container {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 64px 16px;
  }

  .faqs_list {
    padding-left: 0;
    padding-right: 0;
  }

  .faq_question {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .text-h5, .text-h5.blue-primary {
    flex: 1 1 0;
  }

  .footer_nav {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    align-items: flex-start;
  }

  .footer_links {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-top: 0;
  }

  .nav_logo-group {
    display: none;
  }

  .text-h1.blue-500 {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    margin-bottom: 32px;
  }

  .hero_info {
    text-align: center;
    padding-bottom: 0;
  }

  .rotation_text {
    display: none;
  }

  .intro {
    padding-top: 96px;
  }

  .intro_cards {
    padding-top: 40px;
  }

  .cards {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .card_info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .faqs_container {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 48px 16px;
  }

  .text-h3 {
    font-size: 1.75rem;
  }

  .faqs_list {
    margin-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq_question {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
    padding: 16px;
  }

  .text-h5.blue-primary {
    flex: 0 auto;
    min-width: 0;
  }

  .footer_logos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .footer_links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .faq-icon {
    flex: none;
  }
}

#w-node-_3634bea7-467e-b337-a2e0-6aa56fd05ddf-6fd05ddd {
  justify-self: start;
}

#w-node-_3634bea7-467e-b337-a2e0-6aa56fd05de1-6fd05ddd {
  justify-self: center;
}

#w-node-_3634bea7-467e-b337-a2e0-6aa56fd05de6-6fd05ddd {
  justify-self: end;
}


@font-face {
  font-family: 'Muller';
  src: url('../fonts/Muller-Medium.woff2') format('woff2'), url('../fonts/Muller-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muller';
  src: url('../fonts/Muller-Regular.woff2') format('woff2'), url('../fonts/Muller-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* ===================================================
   Secção "Como funciona?" — timeline animado por scroll
   Adicionado fora do fluxo normal do Designer Webflow;
   ao re-sincronizar com o Webflow, copiar este bloco de volta.
   =================================================== */
.how {
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: var(--_collection-color---white);
  scroll-margin-top: 104px;
}

.how_timeline {
  position: relative;
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 128px;
}

.how_line-track {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 0;
  background-color: #e3e0fb;
  transform: translateX(-50%);
}

.how_line-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--_collection-color---blue-500);
  transform-origin: top center;
  transform: scaleY(0);
}

.how_step {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 64px 1fr;
  align-items: center;
  grid-column-gap: 64px;
}

.how_step-number {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: #c9c4f7;
  color: var(--_collection-color---white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 500;
  z-index: 2;
  transition: background-color 0.3s ease;
}

.how_step-number.is-active {
  background-color: var(--_collection-color---blue-500);
}

.how_step-content {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 420px;
}

.how_step-media {
  grid-column: 3;
  grid-row: 1;
}

.how_step--reverse .how_step-content {
  grid-column: 3;
}

.how_step--reverse .how_step-media {
  grid-column: 1;
}

.how_step-media_image {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  border: 1px solid rgba(179, 163, 251, 0.24);
}

@media screen and (max-width: 767px) {
  .how_step,
  .how_step--reverse {
    grid-template-columns: 48px 1fr;
    grid-column-gap: 24px;
    row-gap: 24px;
    align-items: start;
  }

  .how_step-number,
  .how_step--reverse .how_step-number {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .how_step-content,
  .how_step--reverse .how_step-content {
    grid-column: 2;
    grid-row: 1;
    max-width: none;
  }

  .how_step-media,
  .how_step--reverse .how_step-media {
    grid-column: 2;
    grid-row: 2;
  }

  .how_line-track {
    left: 24px;
  }

  .how_timeline {
    gap: 64px;
  }
}

/* ===================================================
   Secção "Inscrição de loja" — formulário integrado na
   landing page, entre "Como funciona" e as FAQs.
   =================================================== */
.inscricao {
  width: 100%;
  padding-bottom: 96px;
  background-color: var(--_collection-color---white);
  scroll-margin-top: 104px;
}

.inscricao_form-wrapper {
  max-width: 560px;
  margin: 0 auto;
}

.form-title {
  font-size: 2.5em;
  font-weight: 700;
  color: var(--_collection-color---blue-primary);
  text-align: center;
  line-height: 1.15;
}

#inscricao-form {
  margin-top: 64px;
}

/* Campos: espaçamento de 24px entre cada um */
.form-field {
  margin-bottom: 24px;
}
.form-field .form-label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(56, 56, 56, 0.64);
  margin-bottom: 8px;
}
.form-field input[type="text"],
.form-field input[type="url"],
.form-field input[type="email"],
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 16px 12px;
  border: 1px solid #001669;
  border-radius: 8px;
  font-size: 1em;
  font-family: inherit;
  color: #383838;
  box-sizing: border-box;
  background-color: #ffffff;
}
.form-field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M19.8975%209.39763L12.3975%2016.8976C12.292%2017.003%2012.1491%2017.0621%2012%2017.0621C11.8509%2017.0621%2011.708%2017.003%2011.6025%2016.8976L4.10251%209.39763C4.00315%209.291%203.94905%209.14996%203.95163%209.00424C3.9542%208.85851%204.01323%208.71947%204.11629%208.61641C4.21935%208.51335%204.35839%208.45432%204.50411%208.45175C4.64984%208.44918%204.79088%208.50327%204.89751%208.60263L12%2015.7042L19.1025%208.60263C19.2091%208.50327%2019.3502%208.44918%2019.4959%208.45175C19.6416%208.45432%2019.7807%208.51335%2019.8837%208.61641C19.9868%208.71947%2020.0458%208.85851%2020.0484%209.00424C20.051%209.14996%2019.9969%209.291%2019.8975%209.39763Z%22%20fill%3D%22%23001669%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px 20px;
}
.form-field textarea {
  resize: vertical;
  min-height: 96px;
}
.form-field ::placeholder {
  color: rgba(56, 56, 56, 0.48);
  opacity: 1;
}
.form-field .field-hint {
  font-size: 13px;
  color: rgba(56, 56, 56, 0.64);
  margin-top: 6px;
}
.form-field .field-error {
  font-size: 13px;
  color: #c02b2b;
  margin-top: 6px;
  display: none;
}
.form-field .field-error.is-visible {
  display: block;
}

/* Upload do logótipo — input nativo escondido, caixa estilizada por cima */
.file-upload-box {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 16px 12px;
  border: 1px solid #001669;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  color: rgba(56, 56, 56, 0.48);
  font-size: 1em;
}
.file-upload-box svg {
  flex-shrink: 0;
}
.file-upload-box.has-file {
  color: #383838;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.form-submit {
  border: none;
  cursor: pointer;
  width: 100%;
  font-family: inherit;
}
.form-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.materials-link {
  text-align: center;
  margin-top: 24px;
  font-size: 0.95em;
  color: #383838;
}
.materials-link a {
  color: #383838;
  text-decoration: underline;
}

.form-status {
  margin-top: 20px;
  padding: 14px 16px;
  border-radius: 8px;
  font-size: 0.95em;
  display: none;
}
.form-status.is-visible { display: block; }
.form-status.is-success { background-color: #d1f4e0; color: #0a5c36; }
.form-status.is-error { background-color: #fde2e2; color: #8a1c1c; }

@media screen and (max-width: 479px) {
  .form-title {
    font-size: 1.75em;
  }
}

/* ===================================================
   Barra de contagem regressiva — primeiro elemento da
   página, acima da navbar. Conta até ao Dia das Compras
   na NET (23 de outubro, 00h00, hora de Lisboa).
   =================================================== */
.countdown_bar {
  width: 100%;
  background-color: var(--_collection-color---blue-500);
  padding: 16px 24px;
}

.countdown_content {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.countdown_label {
  color: var(--_collection-color---white);
  font-size: 1em;
  font-weight: 400;
}

.countdown_unit {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.countdown_number {
  color: var(--_collection-color---white);
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

.countdown_unit-label {
  color: var(--_collection-color---white);
  font-size: 1em;
  font-weight: 400;
}

@media screen and (max-width: 479px) {
  .countdown_bar {
    padding: 12px 16px;
  }
  .countdown_content {
    gap: 16px;
  }
  .countdown_number {
    font-size: 1em;
  }
}
