@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..900;1,200..900&display=swap');

:root {
  --clr-primary: #2b2b2b;
  --clr-secondary: #00000014;
  --clr-terciary: #004DFD;
  --orange-gradient: linear-gradient(62deg, #ED1C24 17.56%, #FBB03B 82.44%);
  --ff-primary: "Nunito", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--ff-primary);
  color: var(--clr-primary);
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}

.de-DE {
  --clr-terciary: #c7f247;
  --clr-primary: #2b2b2b;
}

a:hover {
  color: #fff;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.custom-container {
  --max-width: 1190px;
  --padding: 2rem;
  width: min(var(--max-width), 100% - (2 * (var(--padding))));
  margin: 0 auto;
}

#section-ads img {
  margin-inline: auto;
  margin-block: 30px;
  filter: brightness(0) saturate(100%) invert(5%) sepia(58%) saturate(6073%) hue-rotate(242deg) brightness(125%) contrast(96%);
}

#section-ads {
  display: none;
}

.title {
  color: var(--clr-primary);
  font-size: 50px;
  line-height: 1.2;
}

.title span {
  font-weight: 700;
}

.de-DE .title {
  font-size: 40px;
}

.cta {
  border-radius: 10px;
  background: var(--clr-terciary);
  color: #fff;
  border: none;
  transition: all ease .3s;
}

.cta:hover {
  background: var(--clr-primary);
  transform: scale(1.05);
  color: #ffffff !important;
}

@media (max-width: 992px) {
  .faq--kassensystem .faq__media {
    display: none;
  }
  .faq--kassensystem .faq__footer {
    display: flex;
    justify-content: center;
  }
}
.cta:hover img{
  filter: brightness(0) invert(1);
}
/* body {
  background-image: url("/img/hero-pos.png");
  background-repeat: no-repeat;
  background-position: top right;
} */

/* nav bar */
nav {
  margin-top: 80px;
}

.nav_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 80px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-bottom: 0;
}

.link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-links li:not(:last-child)::after {
  content: ">";
  font-weight: 500;
}

/* kassensystem header (DE) */
.de-DE .site-header {
  background: #2b2b2b;
  color: #fff;
  padding-bottom: 90px;
}

.de-DE .site-nav {
  margin-top: 0;
  padding-top: 24px;
}

.nav_wrapper--kassensystem {
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand__logo {
  height: 80px;
  width: auto;
  display: block;
}

.nav-links--kassensystem {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 60px;
}

.nav-links--kassensystem li::after {
  content: none;
}

.nav-links--kassensystem li:not(:last-child)::after {
  content: none;
}

.nav-links--kassensystem a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.nav-links--kassensystem a:hover {
  color: #c7f247;
}

/* hero section */
.hero__wrapper {
  margin-block: 135px 0;
  display: grid;
  grid-template-columns: 1fr minmax(0, 525px);
  gap: 40px;
}

.hero__wrapper .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 70px;
}

.right {
  position: relative;
  z-index: 1;
  min-height: 550px;
  display: flex;
  align-items: center;
}

.hero__wrapper .left-ty {
  gap: 35px;
}

.hero__wrapper .left-ty .title {
  background: #c7f247 !important;
  color: #000 !important;
  text-align: center !important;
  width: auto !important;
  align-self: center !important;
  display: inline-block !important;
  padding: 10px 18px !important;
  border-radius: 999px !important;
}

.hero__wrapper .left-ty .subtitle {
  margin: 0 auto !important;
  text-align: center !important;
  font-size: 28px !important;
}

.subtitle {
  font-size: 20px;
  line-height: 1.5;
  text-wrap: balance;
}

.hero-cta {
  text-decoration: none !important;
}

/* .hero__wrapper .right::after {
  content: "";
  position: absolute;
  top: -20%;
  left: 10px;
  width: 100%;
  min-width: 660px;
  height: 760px;

  background: url("/img/hero-pos.png") no-repeat center / contain;
  z-index: 0;
  pointer-events: none;
} */

.hero-art {
  width: clamp(280px, 45vw, 650px);
  height: auto;
  object-fit: contain;
  max-width: none;
  min-width: 0;
  position: absolute;
  top: -30%;
}

.hero-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-inline: 20px;
  height: 60px;
  border: none;
}

.hero-cta span {
  font-size: 20px;
}

.icon-arrow {
  filter: invert(1);
}

.icon-arrow-black {
  filter: brightness(0);
}

.radio-button label:hover .icon-arrow-black,
.radio-button input[type="radio"]:checked+label .icon-arrow-black {
  filter: brightness(0) invert(1);
}

.de-DE .hero__wrapper {
  margin-block: 80px 0;
  grid-template-columns: 1fr minmax(0, 420px);
  gap: 70px;
  align-items: center;
}

.de-DE .hero__wrapper .left {
  gap: 22px;
}

.de-DE .header--kassensystem .title {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  max-width: 620px;
  text-wrap: balance;
}

.de-DE .header--kassensystem .subtitle {
  color: #fff;
  max-width: 520px;
  font-size: 18px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 330px;
}

.hero-cta--kassensystem {
  width: 100%;
  min-width: 220px;
  height: 40px;
  padding-inline: 28px;
  border-radius: 999px;
  background: #c7f247;
  color: #1b1b1b;
  font-weight: 700;
  text-transform: uppercase;
  justify-content: center;
}

.hero-cta--kassensystem:hover {
  background: #d9ff5d;
  transform: translateY(-1px);
}

.hero-cta--kassensystem:hover span {
  color: #000 !important;
}

.hero-cta--kassensystem span {
  font-size: 16px;
  letter-spacing: 0.7px;
}

.hero-input {
  width: 100%;
  height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  border: none;
  background: #f1f1f1;
  color: #7c7c7c;
  font-size: 20px;
  min-width: 220px;
  text-align: center;
}

.hero-input.is-invalid {
  outline: 2px solid #ffb3b3;
  outline-offset: 2px;
}

.hero-email-error {
  display: none;
  font-size: 11px;
  color: #ffb3b3;
}

.hero-email-error.is-visible {
  display: block;
}

.hero-media {
  display: flex;
  justify-content: flex-end;
}

.hero-media__frame {
  position: relative;
  background: #c7f247;
  border-radius: 18px;
  padding: 16px;
  width: min(380px, 90%);
  margin-left: auto;
  display: grid;
  place-items: center;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.18);
}

.hero-media__surface {
  background: #edeef4;
  border-radius: 14px;
  padding: 18px;
  width: 100%;
  display: grid;
  place-items: center;
  clip-path: polygon(0 0, 78% 0, 100% 18%, 100% 100%, 22% 100%, 0 82%);
}

.de-DE .hero-art {
  position: static;
  width: min(210px, 70%);
  max-width: none;
}

/* section formulario */
#section-form {
  position: relative;
  background: var(--clr-secondary);
  padding-block: 100px;
}

#section-form .custom-container {
  position: relative;
  display: grid;
  grid-template-columns: 365px 1fr;
  align-items: center;
  gap: 40px;
}

#formModal .modal-content {
  flex-direction: row !important;
  justify-content: center !important;
  width: 95% !important;
  max-width: 1100px !important;
  margin-inline: auto !important;
  background-color: transparent !important;
  border: none !important;
}

.de-DE #formModal .modal-content {
  min-height: 675px;
}

#formModal .modal-dialog {
  max-width: none !important;
  margin: 0 !important;
  height: 100% !important;
}

.simulacao {
  padding: 34px 90px 30px 60px;
  margin-right: -30px;
  min-height: 595px;
  background: #2b2b2b;
  color: #fff;
  border-radius: 20px;
  z-index: 0;
  pointer-events: none;
}

.simulacao-resume p {
  font-size: 24px;
  font-weight: 700;
}

.simulacao-list {
  margin-top: 25px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.simulacao-list li {
  gap: 8px;
  font-size: 14px;
}

.simulacao-list .value {
  font-weight: 500;
  color: #fff;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 220px;
  display: inline-block;
}

.simulacao-list li.is-empty {
  display: none;
}

.simulacao-list span {
  font-size: 16px;
}

#simulacao-list .label {
  font-weight: 600;
  display: block;
  color: #d0d0d0;
}

#simulacao-list .emoji-value {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* FORM EM CIMA */
.form__wrapper {
  grid-column: 2;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  background: #fff;
  --form-height: 495px;
  min-height: var(--form-height);
  padding: 30px 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.de-DE .form__wrapper {
  min-height: 635px;
}

.question {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
}

.de-DE .question {
  font-size: 22px;
}

/* steps */
.form-steps {
  position: absolute;
  top: 0;
  left: -28px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: var(--form-height);
}

.form-step {
  display: none;
  width: 100%;
}

.form-step.active {
  display: block;
}

.step-circle {
  width: 55px;
  height: 55px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 5px solid white;
}

.step-circle span {
  color: #F0F1FC;
  font-size: 30px;
  font-weight: 700;
}

.step-circle.active {
  border: 5px solid var(--clr-terciary);
}

.step-circle:not(.active) {
  filter: drop-shadow(0 0 13px rgba(27, 20, 100, 0.25));
}

.step-circle.active span {
  color: var(--clr-terciary);
}

/* answers */
.answers {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-block: 20px;
}

.de-DE .answers {
  gap: 10px;
}

.radio-button input[type="radio"],
input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.radio-button label,
.checkbox-label {
  position: relative;

  transition: background-color 0.3s, border-color 0.3s;
  width: 100%;
  max-width: 500px;
  padding: 18px 24px;
  border-radius: 10px;
  background: var(--clr-secondary);
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;

  cursor: pointer;
  transition: all 0.2s ease;
}

.de-DE .radio-button label,
.de-DE .checkbox-label {
  padding: 10px 24px;
}

.radio-button label:hover,
.checkbox-label:hover,
input[type="checkbox"]:checked+label {
  background: var(--clr-terciary);
}

.radio-label:hover img {
  filter: brightness(0) invert(1);
}

.radio-button input[type="radio"]:checked+label {
  background: var(--clr-terciary);
}

.radio-button input[type="radio"]:checked+label img {
  filter: brightness(0) invert(1);
}

.form-input {
  display: flex;
  flex-direction: column;
}

.form-input label {
  font-size: 20px;
  margin-bottom: 10px;
}

.form-input-empresa {
  margin-top: 25px;
}

input {
  width: 100%;
  max-width: 500px;
  padding: 18px 24px;
  border-radius: 10px;
  background: var(--clr-secondary);
  border: none;
}

#formModal #contactform select {
  width: 100%;
  max-width: 500px;
  padding: 18px 24px;
  border-radius: 10px;
  background: var(--clr-secondary);
  border: none;
  appearance: none;
}

.city-selector {
  position: relative;
}

.city-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 50;
  max-height: 220px;
  max-width: 500px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(20, 24, 82, .06);
  margin-top: 6px;
  display: none;
}

.city-option {
  padding: 10px 12px;
  cursor: pointer;
}

.city-option:hover,
.city-option[aria-selected="true"] {
  background: var(--clr-terciary, #3b82f6);
  color: #fff;
}

/* error messages */
label.error,
#termos-error,
#terms-error {
  font-size: 11px;
  font-weight: 400;
  color: red;
  margin: 5px auto -10px auto;
  width: 100%;
  padding: 0;
}

.form-check {
  text-align: left;
  padding: 0;
}

.form-check label {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  line-height: 1;
  color: var(--blue);
  font-size: 13px;
  font-weight: 400;
}

.form-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid var(--clr-terciary);
  border-radius: 2px;
  padding-right: 5px;
  color: var(--clr-terciary);
}

.form-check input[type=checkbox]:checked+.checkmark::after {
  content: "\2713";
  display: block;
  text-align: center;
  line-height: 12px;
  margin-left: 0.5px;
  margin-top: -0.1px;
  font-size: 13px;
}

#politica-link {
  color: var(--clr-primary);
  text-decoration: none;
  position: relative;
  z-index: 10;
}

#politica-link:hover {
  color: var(--clr-terciary);
  text-decoration: underline;
}

/* progression bar */
.form-progress {
  --progress: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  max-width: 500px;
}

.form-progress .track {
  position: relative;
  flex: 1;
  height: 12px;
  background: var(--clr-secondary);
  border-radius: 20px;
  overflow: hidden;
}

.form-progress .bar {
  position: absolute;
  inset: 0 auto 0 0;
  width: calc(100% * var(--progress));
  background: linear-gradient(90deg, #a6f34a, #d7ff6b);
  border-radius: inherit;
  transition: width 300ms ease;
}

.form-progress .label {
  font-weight: 700;
}

.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
}

.form-footer button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  padding: 12px;
}

.form-footer .cta {
  flex: 0 0 auto;
  min-width: 0;
  color: #000;
}

.form-footer .prev {
  background: var(--clr-terciary);
  color: #000;
  font-weight: 700;
  padding: 12px;
}

.form-footer .prev .icon-arrow {
  transform: rotate(180deg);
}

.form-footer .prev:hover {
  background: var(--clr-primary);
}

/* payment section (DE section 3) */
.payment-section {
  background: #fff;
  padding: 70px 0 110px;
  color: #000;
  box-shadow: none;
  overflow: visible;
}

.payment-section__title {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 46px;
}

.payment-section__layout {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(260px, 1fr);
  gap: 70px;
  align-items: center;
}

.payment-section__content {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.payment-section__lead {
  max-width: 520px;
  font-weight: 700;
  text-align: center;
}

.payment-section__benefits {
  display: flex;
  gap: 16px;
}

.benefit-card {
  background: #c7f247;
  border-radius: 14px;
  padding: 18px 16px;
  text-align: center;
  display: grid;
  gap: 10px;
  align-items: start;
  position: relative;
  padding-top: 34px;
  height: 160px;
}

.benefit-card__icon {
  width: 28px;
  height: 28px;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  color: #1b1b1b;
  margin: 0 auto;
}

.benefit-card__icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.benefit-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}

.payment-section__logos {
  width: 100%;
}

.payment-logo {
  height: auto;
  width: auto;
  display: block;
  padding: 20px;
  opacity: 1;
  filter: none;
}


.payment-section__media {
  display: flex;
  justify-content: center;
}

.payment-frame {
  background: #2a2a2a;
  padding: 16px;
  border-radius: 22px;
  box-shadow: 0 22px 34px rgba(0, 0, 0, 0.18);
}

.payment-frame img {
  display: block;
  width: min(360px, 80vw);
  height: auto;
  border-radius: 16px;
  clip-path: polygon(0 0, 80% 0, 100% 18%, 100% 100%, 22% 100%, 0 82%);
}

/* Thank you (DE) */
.thankyou--kassensystem {
  background: #2b2b2b;
  color: #fff;
  min-height: 100vh;
  display: flex;
}

.thankyou__container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.thankyou__brand {
  padding-top: 36px;
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-start;
}

.thankyou__brand img {
  height: 80px;
  width: auto;
  display: block;
  margin-left: 30px;
}

.thankyou__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  padding-bottom: 48px;
}

.thankyou__content h1 {
  font-size: 32px;
  margin: 0;
  font-weight: 800;
}

.thankyou__lead {
  margin: 0;
  font-size: 26px;
  color: #e6e6e6;
}

.thankyou__frame {
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.thankyou__frame img {
  display: block;
  width: min(360px, 75vw);
  height: auto;
  border-radius: 14px;
  clip-path: polygon(0 0, 76% 0, 100% 22%, 100% 100%, 22% 100%, 0 78%);
}

.thankyou__partner {
  height: 36px;
  width: auto;
}

.thankyou__note {
  margin: 0;
  max-width: 520px;
  color: #e6e6e6;
  font-size: 20px;
}

.thankyou__note--strong {
  font-weight: 700;
  color: #fff;
  font-size: 26px;
}

@media (min-width: 1200px) {
  .thankyou__content h1 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .thankyou__brand {
    padding-top: 28px;
  }

  .thankyou__content {
    padding-bottom: 36px;
  }

  .thankyou__frame img {
    width: min(280px, 80vw);
  }
}

@media (max-width: 991px) {
  .payment-section__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq--kassensystem .faq__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq--kassensystem .faq__content {
    order: 1;
  }

  .faq--kassensystem .faq__media {
    order: 2;
  }

  .faq--kassensystem .faq__item summary::after {
    font-size: 18px;
  }

  .payment-section__lead {
    text-align: left;
  }
}

@media (max-width: 720px) {

  .payment-section__title {
    font-size: 22px;
  }
}

@media (min-width: 1201px) {
  .payment-section__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 420px);
    grid-template-areas:
      "content media"
      "logos media";
    align-items: start;
    row-gap: 32px;
  }

  .payment-section__content {
    grid-area: content;
    align-items: center;
    text-align: center;
  }

  .payment-section__lead {
    margin-inline: auto;
    text-align: center;
  }

  .payment-section__benefits {
    justify-content: center;
  }

  .payment-section__logos {
    grid-area: logos;
    justify-self: center;
  }

  .payment-section__media {
    grid-area: media;
    justify-content: flex-end;
  }
}

/* FAQ */
.faq {
  padding: 90px 0;
  background: #f6f7fb;
}

.faq__header {
  max-width: 640px;
  margin-bottom: 32px;
}

.faq__header h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.faq__header p {
  margin: 0;
  color: #60646c;
}

.faq__list {
  display: grid;
  gap: 16px;
}

.faq__item {
  background: #fff;
  border-radius: 14px;
  padding: 18px 22px;
  border: 1px solid #e6e8ef;
}

.faq__item summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.faq__item summary::-webkit-details-marker {
  display: none;
}

.faq__item p {
  margin: 12px 0 0;
  color: #50545c;
}

/* FAQ (DE layout) */
.faq--kassensystem {
  background: #fff;
  padding: 0;
  color: #000;
  box-shadow: none;
}

.faq--kassensystem .faq__title {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  max-width: 720px;
  margin: 0 auto 46px;
  text-wrap: balance;
}

.faq--kassensystem .faq__layout {
  display: grid;
  grid-template-columns: minmax(200px, 380px) minmax(260px, 1fr);
  gap: 60px;
  align-items: stretch;
}

.faq--kassensystem .faq__media img {
  width: 100%;
  height: auto;
  display: block;
}

.faq--kassensystem .faq__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-height: 100%;
}

.faq--kassensystem .faq__list {
  gap: 16px;
}

.faq--kassensystem .faq__center {
  display: flex;
  flex-direction: column;
  gap: 28px;
  justify-content: center;
  flex: 1;
  background: #2b2b2b;
  border-radius: 20px;
  padding: 28px 50px;
  box-shadow: 0 22px 36px -26px rgba(0, 0, 0, 0.7);
}

.faq--kassensystem .faq__item {
  border: none;
  padding: 0;
  background: transparent;
}

.faq--kassensystem .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 21px;
  font-weight: 600;
  padding: 8px 0;
  color: #fff;
  background: transparent;
  border: none;
  box-shadow: none;
  text-wrap: balance;
}

.faq--kassensystem .accordion-button:not(.collapsed) {
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.faq--kassensystem .accordion-button::after {
  content: "+";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #c7f247;
  color: #1b1b1b;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 18px;
  flex: 0 0 auto;
  background-image: none;
}

.faq--kassensystem .accordion-button:not(.collapsed)::after {
  content: "-";
}

.faq--kassensystem .accordion-body {
  padding: 0 0 8px;
}

.faq--kassensystem .accordion-body p {
  margin: 8px 0 0;
  color: #d6d6d6;
  font-size: 14px;
  line-height: 1.5;
}

.faq--kassensystem .faq__cta {
  align-self: flex-start;
  width: 100%;
  background: #c7f247;
  color: #1b1b1b;
  border-radius: 999px;
  padding: 12px 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.faq--kassensystem .faq__cta:hover {
  background: #d9ff5d;
  transform: translateY(-1px);
}

.faq--kassensystem .faq__footer {
  margin-bottom: 20px;
  align-self: flex-end;
  opacity: 0.8;
}

@media (max-width: 991px) {
  .faq--kassensystem .faq__layout {
    grid-template-columns: 1fr;
  }

  .faq--kassensystem .faq__cta {
    align-self: center;
  }
}

/* Parceiros */
#parceiros {
  margin-block: 80px;
  text-align: center;
}

.parceiros__inner {
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.parceiros-title {
  font-size: 40px;
  font-weight: 700;
}

.parceiros-slider img {
  margin-inline: auto;
}

.de-DE .parceiros-slider img {
  width: 90%;
}

.parceiros-slider::before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.parceiros-slider::after {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.parceiros-slider::before,
.parceiros-slider::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px;
  z-index: 4;
}

/* pos section */
.pos-features {
  --pos-max: 420px;
  --gap: 40px;
  --col-gap-A: 400px;
  --space-AB: 30px;
  background: var(--clr-secondary);
  padding-block: 48px;
  position: relative;
}

.pos-features .view {
  position: relative;
  transition: opacity .45s ease, transform .45s ease;
}

.pos-features .view--B {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;

  transform: translateY(0);
  display: grid;
  place-items: center;
}


.pos-features.is-compact .view--A {
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
}

.pos-features.is-compact .view--B {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* .pos-features .view--A {
  display: none !important;
}

.pos-features .view--B {
  opacity: 1 !important;
  pointer-events: auto !important;
  position: relative !important;
}
 */

.feature-card {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 6px 16px rgba(20, 24, 82, .06);
  transition: transform .2s ease, box-shadow .2s ease;
}

/* layout A */
.view--A .stage {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  justify-content: center;
}

.view--A .pos {
  height: 600px;
  object-fit: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .15));
  pointer-events: none;
  z-index: 0;
}

.view--A .posfixo {
  height: 280px;
}

.view--A .cards {
  z-index: 1;
  width: 100%;
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(2, minmax(240px, 400px));
  gap: var(--gap) var(--col-gap-A);
}

.view--A .feature-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  box-shadow: 0 6px 16px rgba(20, 24, 82, .06);
  transition: transform .2s ease, box-shadow .2s ease;
  position: relative;
}

.view--A .feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 22px rgba(20, 24, 82, .10);
}

.card-back {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  position: absolute;
  inset: 0;
  padding: 2rem;
}

.card-front {
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.card-front img {
  height: 100px;
}

.de-DE .card-front h3 {
  font-size: 18px;
  text-wrap: balance;
}

.view--A .feature-card:hover .card-front {
  opacity: 0;
  transform: translateY(-20px);
}

.view--A .feature-card:hover .card-back {
  opacity: 1;
  transform: translateY(0);
  max-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

/* layout B */
.view--B .stage {
  min-height: 560px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: var(--space-AB);
}

.view--B .pos {
  width: 315px;
  object-fit: contain;
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .15));
  pointer-events: none;
}

.view--B .cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 420px));
  gap: var(--gap);
}

.view--B .feature-card {
  background: #fff;
  border-radius: 18px;
  padding: 22px 24px;
  box-shadow: 0 6px 16px rgba(20, 24, 82, .06);
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cards .blue-card {
  background-color: var(--clr-primary);
  color: white;
}

.view--B .feature-card h3 {
  font-size: 25px;
  font-weight: 700;
  min-height: 40px;
}

.de-DE .view--B .feature-card h3 {
  font-size: 22px;
}

.de-DE .view--B .feature-card h3 span,
.de-DE .feature-card span {
  color: #FBB03B;
  font-size: 22px;
  font-style: normal;
}

.feature-card p {
  line-height: 1.2;
  font-weight: 400;
  min-height: 85px;
}

.feature-card span {
  color: #FBB03B;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
}

.cards-mobile {
  display: none;
}

.cta.prev.is-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

/* compare portal (DE section 2) */
.compare-portal {
  background: #fff;
  padding: 90px 0 110px;
  color: #000;
  box-shadow: none;
}

.compare-portal__title {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  max-width: 760px;
  margin: 0 auto 50px;
  text-wrap: balance;
}

.compare-portal__layout {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(260px, 1fr);
  gap: 70px;
  align-items: center;
}

.compare-portal__frame {
  padding: 18px;
  border-radius: 18px;
  display: grid;
  place-items: center;
}

.compare-portal__frame img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.compare-portal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}

.compare-portal__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 160px));
  gap: 18px;
}

.compare-portal__cards.slick-initialized {
  display: block;
}

.compare-portal__cards.slick-initialized .slick-slide {
  padding: 0 12px;
}

.compare-card {
  background: #2a2a2a;
  color: #fff;
  border-radius: 14px;
  padding: 22px 16px 18px;
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 14px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
  height: 190px;
}

.compare-card__icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  color: #fff;
}

.compare-card__icon svg {
  width: 100%;
  height: 100%;
}

.compare-card__icon img {
  width: 60px;
  height: 60px;
  display: block;
}

.compare-card p {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.6px;
  font-weight: 600;
  text-transform: uppercase;
}

.compare-portal__cta {
  background: #c7f247;
  color: #1b1b1b;
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.compare-portal__cta:hover {
  background: #d9ff5d;
  transform: translateY(-1px);
}

@media (max-width: 991px) {
  .compare-portal__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .payment-section__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .compare-portal__frame {
    width: 300px;
    margin-inline: auto;
  }

  .compare-portal__frame img {
    max-width: 300px;
    margin-inline: auto;
  }

  .compare-portal__cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .compare-portal__title {
    font-size: 22px;
  }

  .compare-portal__cards {
    grid-template-columns: 1fr;
  }
}

/* @media (min-width: 1400px) {
  .simulacao-resume {
    position: absolute;
    right: 30%;
    top: 85px;
    transform: none;
    z-index: 1;
  }

  .simulacao {
        position: absolute;
        left: -95px;
        top: 50%;
    }
} */

@media (max-width: 1200px) {
  .de-DE .hero__wrapper {
    grid-template-columns: 1fr;
  }

  .payment-frame img {
    width: min(250px, 80vw);
  }

  .benefit-card {
    aspect-ratio: 0;
  }

  .de-DE .header--kassensystem .subtitle {
    max-width: 550px;
  }

  .payment-section__lead {
    margin: auto;
  }

  .payment-section__layout {
    gap: 20px;
  }

  .slick-slide img {
    padding: 30px;
  }

  .payment-section__benefits {
    max-width: 992px;
  }

  .compare-portal__frame img {
    max-width: 300px;
  }

  .payment-section__layout {
    display: flex;
    flex-direction: column;
  }

  .faq--kassensystem .faq__title {
    font-size: 24px;
  }

  .de-DE .hero__wrapper .left {
    order: 1;
    align-items: center;
    text-align: center;
  }

  .de-DE .hero__wrapper .right {
    order: 2;
    width: 100%;
  }

  .de-DE .hero-media {
    justify-content: center;
  }

  .de-DE .hero-actions {
    align-items: center;
  }

  .de-DE .right {
    min-height: 0;
  }

  .de-DE .hero-media__frame {
    width: min(420px, 90%);
    margin-left: 0;
  }

  .de-DE .hero-media__surface {
    width: 100%;
  }

  .de-DE .hero-art {
    width: min(260px, 70%);
  }

  .compare-portal__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-art {
    object-fit: contain;
    width: 100%;
    content: "";
    position: absolute;
    top: -22%;
  }

}

@media (max-width: 991px) {
  .nav_wrapper {
    justify-content: center;
  }

  .nav-links {
    display: none;
  }

  .form__wrapper {
    width: 90%;
  }

  .simulacao {
    width: 50%;
    text-align: center;
  }

  .simulacao-resume p {
    text-align: center;
  }

  .simulacao-list .value {
    max-width: 100%;
  }

  #simulacao-list .emoji-value {
    justify-content: center;
  }

  .hero-art {
    min-width: 0;
    object-fit: contain;
    width: 70vw;
    content: "";
    position: static;
    /* top: -22%; */
  }

  .hero__wrapper {
    grid-template-columns: 1fr;
    place-items: center;
    margin-block: 80px;
  }

  .hero__wrapper .left {
    align-items: center;
    gap: 40px;
  }

  .right {
    min-height: 0;
  }

  .title {
    font-size: 40px;
    text-wrap: balance;
    text-align: center;
  }

  .view--A .stage {
    display: flex;
  }

  .view--A .cards {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: var(--gap);
  }

  .cards-mobile {
    display: flex;
  }

  .feature-card {
    max-width: 500px;
    height: 300px;
    margin-inline: auto;
  }

  .feature-card p {
    min-height: unset;
    text-wrap: balance;
  }

  .compare-card {
    width: 200px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .pos-features .view--B {
    display: none;
  }

  .pos-features .view--A .pos {
    display: none;
  }

  .subtitle {
    text-align: center;
  }

  .form-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "progress progress"
      "back next";
    gap: 12px;
  }

  .form-footer .form-progress {
    grid-area: progress;
    width: 100%;
    max-width: none;
  }

  .form-footer .back {
    grid-area: back;
    width: 100%;
    justify-content: center;
  }

  .form-footer .next {
    grid-area: next;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 900px) {
  #section-form .custom-container {
    grid-template-columns: 1fr;
  }

  .simulacao-resume {
    position: static;
  }

  .simulacao-resume p {
    font-size: 22px;
  }

  .simulacao-list span {
    font-size: 16px;
  }

  .form__wrapper {
    grid-column: 1;
  }

}

@media (max-width: 768px) {
  nav {
    margin-top: 50px;
  }

  .faq--kassensystem .accordion-button {
    font-size: 18px;
  }

  .faq--kassensystem .faq__title {
    font-size: 24px;
  }

  .payment-section__lead {
    text-align: center;
  }

  .payment-section__title {
    text-align: center;
  }

  .de-DE .header--kassensystem .title {
    font-size: 34px;
  }

  .compare-portal .custom-container {
    text-align: center;
    align-items: center;
  }

  .compare-portal__layout {
    justify-items: center;
  }

  .compare-portal__media,
  .compare-portal__frame {
    margin-inline: auto;
  }

  .compare-portal__content_mobile {
    margin-inline: auto;
  }

  .compare-portal__cta {
    align-self: center;
  }


  .faq--kassensystem .faq__media img {
    display: none;
  }

  .faq--kassensystem .faq__footer {
    margin-top: auto;
    align-self: center;
  }

  .hero__wrapper {
    margin-block: 55px;
  }
    .payment-section__benefits{
      flex-direction: column;
      gap: 0;
    }
  .radio-button label,
  .checkbox-label {
    font-size: 18px;
    padding: 15px 20px;
  }

  .form__wrapper {
    padding: 30px 50px;
    flex: none;
  }

  .question {
    font-size: 25px;
  }

  .form-footer {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .simulacao {
    display: none;
  }

  .de-DE .hero-cta span {
    font-size: 15px;
  }

}

@media (max-width: 500px) {

  .de-DE .header--kassensystem .title {
    font-size: 28px;
  }

  .de-DE .title,
  .title {
    font-size: 28px;
  }
}

@media (max-width: 450px) {
  .compare-portal .custom-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .de-DE .hero-media__surface {
    max-width: 300px;
  }

  .de-DE .hero__wrapper .left {
    max-width: 300px;
  }
}


@media (max-width: 480px) {
  .custom-container {
    --padding: 20px;
  }

  .hero-cta span {
    font-size: 16px;
  }

  .form-steps {
    display: none;
  }

  .form-step {
    margin-block: 0 35px;
  }

  .form__wrapper {
    padding: 30px;
    min-height: 360px;
    width: 100%;
  }

  .question {
    text-align: center;
  }

  .radio-button label {
    font-size: 16px;
  }

  .simulacao {
    padding: 40px;
  }

  .radio-button label,
  .checkbox-label {
    padding: 10px 15px;
  }

  .answers {
    gap: 15px;
  }

  input {
    padding: 16px;
  }

  .card-front img {
    height: 60px;
  }

  .parceiros-title {
    font-size: 33px;
  }

  .parceiros__inner {
    gap: 55px;
  }
}

@media (max-width: 400px) {
  .question {
    font-size: 22px;
  }

  .de-DE .hero-cta span {
    font-size: 13px;
  }
}

/* section reveal */
.section-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1.2s ease, transform 1.2s ease;
  will-change: opacity, transform;
  pointer-events: none;
}

.section-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
