@font-face {
  font-family: "Pepper Neo";
  src: url("fonts/PepperNeo-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pepper Neo";
  src: url("fonts/PepperNeo-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pepper Neo";
  src: url("fonts/PepperNeo-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pepper Neo";
  src: url("fonts/PepperNeo-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pepper Neo";
  src: url("fonts/PepperNeo-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pepper Neo";
  src: url("fonts/PepperNeo-Regular.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  color: #000;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Pepper Neo", sans-serif;
  background: #fff;
  overflow-x: hidden;
}

/* Screen reader only - accessible but invisible */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Focus visible styles for keyboard navigation */
*:focus-visible {
  outline: 3px solid #fb48c4;
  outline-offset: 2px;
}

.text-pink {
  color: #fb48c4 !important;
  font-weight: 900 !important;
}

.light-title {
  font-weight: 100 !important;
}

.only_desktop {
  display: block !important;
}
.only_mobile_flex {
  display: none !important;
}

.only_desktop_flex {
  display: flex !important;
}

.only_mobile {
  display: none !important;
}
.user-cookie {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5vw 3vw 0.5vw 3vw;
  background-color: #ffe7f7;
  z-index: 999999;
  position: relative;
}
.user-cookie .message p,
.user-cookie .message,
.user-cookie .message a {
  font-size: calc(0.6vw + 2px);
  color: #000;
  font-weight: 700;

  line-height: 1.1;
}
.user-cookie .message a {
  font-weight: 400;
}
.user-cookie .message p.cookieTemp a {
  text-decoration: underline;
}

.user-cookie .message p.cookieTemp {
  margin-top: 0.2vw;
  font-weight: 400;
}

.link-out button span,
.link-out button {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  font-size: 0.95vw;
  font-size: calc(0.83vw + 2px);
}

.link-out button {
  font-size: calc(0.94vw + 2px);
  display: flex;
  gap: 0.5vw;
  border: 2px solid;
  padding: 0.2vw 0.6vw;
  border-radius: 100px;
  background: transparent;
  color: #000;
  cursor: pointer;
}
.wrapperCookies {
  display: flex;
  gap: 0.5vw;
  align-items: center;
  justify-content: center;
}

.info-icon img {
  width: 1.55vw;
  height: 1.55vw;
}
.hero {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: rgba(255, 255, 255, 0.1);
  background-image: url(./images/hero-img-desktop.webp);
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 48vw;
}

.logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5vw 7.13vw;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 100;
  transition: background 0.3s ease, top 0.3s ease;
}
.user-cookie.active ~ .hero .logo-container {
  top: 3vw;
}
.logo-container.scrolled {
  background: #303030;
}

@media (min-width: 768px) {
  .logo-container.scrolled .logo .by-leumi {
    fill: #FFFFFF;
    transition: fill 0.3s ease;
  }
}
.user-cookie.active ~ .hero .logo-container.scrolled {
  top: 0;
}
.logo {
  width: 13vw;
  height: auto;
}

.cta-link-btn {
  width: 14.75vw;
  background: #fb48c4;
  border: none;
  border-radius: 42.67vw;
  padding: 1.6vw 0.85vw;
  font-family: "Pepper Neo", sans-serif;
  font-weight: 500;
  font-size: 1vw;
  /* line-height: 2.90vw; */
  color: white;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
  letter-spacing: 0.04vw;
  height: 2.5vw;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.btn-container {
  display: flex;
  align-items: center;
  gap: 1.7vw;
}
.link-btn-container {
  display: none;
  align-items: center;
  gap: 0.85vw;
}
.link-btn-container ol {
  display: flex;
  align-items: center;
  gap: 0.85vw;
  list-style: none;
  margin: 0;
  padding: 0;
}
.link-btn-container a {
  font-size: 1vw;
}
.link-btn {
  color: white;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
}
.link-btn.active {
  text-decoration: underline;
}
.cta-link-btn:hover {
  background: #ffd3f1;
  color: #303030;
}

.cta-link-btn:active {
  transform: scale(0.98);
  background: #e03aa8;
}

.cta-link-btn:focus-visible {
  outline: 3px solid #dbfe03;
  outline-offset: 2px;
}

.hero-text {
  display: flex;
  flex-direction: column;
  gap: 4.27vw;
}

.h1 {
  font-weight: 900;
  font-size: 4vw;
  line-height: 4vw;
  color: #fff;
  text-align: right;
}

.h2 {
  font-weight: 500;
  font-size: 1.7vw;
  color: #fff;
  text-align: right;
  line-height: 2vw;
  width: 40vw;
}

.hero-content {
  width: 53vw;
  position: absolute;
  top: 12vw;
  right: 7vw;
}

.section {
  background: #fff;
  /* padding: 6.4vw 6.7vw 8.53vw; */
  display: flex;
  flex-direction: column;
  gap: 0vw;
}

.section-title {
  font-weight: 900;
  font-size: 2.89vw;
  line-height: 1.16;
  color: #303030;
  text-align: right;
  position: sticky;
  top: 12vw;
  margin-top: 4vw;
  height: fit-content;
  align-self: flex-start;
}

.cards-grid {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  list-style: none;
  padding: 0;
  margin: 0;
}

.card {
  width: 100%;
  border-radius: 2.13vw;
  padding: 4.27vw;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 4.27vw;
  background: transparent;
  border: none;
  text-align: inherit;
  cursor: default;
  width: 50vw;
  height: 27vw;
}

/* Image positioning fixes */
.card-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
}

.card-blue-pattern1-img,
.card-blue-pattern2-img,
.card-blue-pattern3-img {
  position: absolute;
  object-fit: cover;
}
.section-grid {
  display: flex;
  justify-content: space-between;
  padding: 6vw;
}
.section-grid:nth-child(2) {
  background: #f4f8f7;
  padding-bottom: 3vw;
}
.section-grid:nth-child(2) .card-title {
  font-weight: 900;
  font-size: 1.7vw;
  line-height: 2.1vw;
  color: #fff;
  text-align: right;
}
.card-gradient {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 55%,
    rgba(0, 0, 0, 0.9) 86.938%,
    #000000 90%
  ); */
  z-index: 1;
}

.card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1.7vw;
  position: relative;
  top: -2vw;
}
.different-position {
  top: -1vw;
}
.card-content
/* .card-image {
    width: 100%;
    height: 63.09vw;
    border-radius: 4.27vw;
  } */

.card-text {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 40vw;
}

.card-title {
  font-weight: 900;
  color: #fff;
  text-align: right;
  font-size: 2.9vw;
  line-height: 3.1vw;
}

.card-subtitle {
  font-weight: 900;
  font-size: 1.7vw;
  line-height: 2.1vw;
  color: #fff;
  text-align: right;
}

.buyme-logo.inside {
  display: inline-block;
  height: auto;
  width: 5vw;

}

.card-title .buyme-logo.inside {
  width: 6vw;
}

.card-btn {
  background: #dbfe03;
  width: 10.2vw;
  border: none;
  border-radius: 42.67vw;
  padding: 1.3vw 0.85vw;
  font-family: "Pepper Neo", sans-serif;
  font-weight: 500;
  font-size: 0.85vw;
  /* line-height: 2.90vw; */
  color: white;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
  letter-spacing: 0.04vw;
  height: 2.5vw;
  display: flex !important
;
  align-items: center;
  justify-content: center;
  gap: 0.23vw;
}

.card-btn:hover {
  background: #ffd3f1;
}

.card-btn:active {
  transform: scale(0.98);
}

.card-btn-text {
  font-weight: 500;
  font-size: 0.85vw;
  color: #303030;
}

.card-btn-icon {
  width: 0.85vw;
  height: 0.85vw;
}

.card-tag {
  position: absolute;
  top: 1.87vw;
  right: 3.87vw;
  background: #fb48c4;
  border-radius: 4px;
  padding: 0.4vw 1vw;
  z-index: 3;
}

.card-tag-text {
  font-weight: 600;
  font-size: 0.85vw;

  line-height: 1.3vw;
  color: #fff;
}

.card-large {
  height: 109.07vw;
}

.card-large .card-gradient {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 50.767%,
    #000000 60.885%
  );
}

.card-large .card-image {
  height: 48.93vw;
}

.card-large .card-subtitle-top {
  font-weight: 700;
  font-size: 4.27vw;
  line-height: 6.4vw;
  color: #fff;
  text-align: right;
}

.card-large .card-title {
  font-size: 8.53vw;
  line-height: 10.67vw;
  text-align: right;
}
.pink-text {
  color: #fb48c4;
}

/* QR Section */
.qr-section {
  background: #fff;

  padding: 6vw;
}

.qr-banner {
  position: relative;
  border-radius: 1.67vw;
  overflow: hidden;
  height: 40.2vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5vw;
}

.qr-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.qr-gradient {
  position: absolute;
  inset: 0;

  z-index: 1;
}

.qr-logo {
  position: relative;
  z-index: 2;
  width: 9.27vw;
  height: 1.67vw;
  top: -5vw;
}

.qr-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.75vw;
  text-align: right;
  width: 29vw;
}

.qr-title {
  font-family: "Pepper Neo", sans-serif;
  font-weight: 900;
  font-size: 3.96vw;
  line-height: 3.75vw;
  color: #fff;
  margin: 0;
}

.qr-subtitle {
  font-family: "Pepper Neo", sans-serif;
  font-weight: 400;
  font-size: 1.67vw;
  line-height: 2.08vw;
  color: #fff;
  margin: 0;
}

.qr-code-container {
  border-radius: 0.83vw;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-top: 0.83vw;
}

.qr-code {
  width: 7.81vw;
  height: 7.81vw;
  display: block;
}
.footer {
  position: relative;
}
.footer-logo-section {
  flex-direction: column;
  height: auto;
  width: 100%;
  display: flex;
  margin: auto;
  background: #fb48c4;
  justify-content: center;
  align-items: end;
  padding: 12.67vw 6.67vw 6.67vw 6.67vw;
}
.logo-footer h4 {
  color: #fff;
  font-size: 0.75vw;
  line-height: 1.14vw;
}

.footer-logo-section h4 {
  color: #fff;
  font-size: 0.75vw;
  line-height: 1.14vw;
}

.footer-logo-section img {
  width: 100%;
}
.footer-links {
  display: flex;
  gap: 13.33vw;
  justify-content: center;
  position: absolute;
  top: 4vw;
  right: 8vw;
  gap: 16vw;
  display: flex;
  gap: 2vw;
}

.footer-link {
  font-weight: 400;
  font-size: 0.75vw;

  color: #fff;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
.footer-link:focus {
  outline: 3px solid #000;
  outline-offset: 2px;
}
/* Modal Desktop Styles */
/* Modal Base - Escondido por padrão */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
  z-index: 1000;
  padding: 12.8vw 4.27vw;
  overflow-y: auto;
  align-items: flex-start;
  justify-content: center;
}

/* Modal ativo - aparece quando tem a classe .active */
.modal.active {
  display: flex;
}

/* Desktop */

@media (min-width: 768px) {
  
  .breadcrumbs {
    display: flex;
    align-items: center;
    font-size: 0.85vw;
    font-weight: 100;
    gap: 0.2vw;
    color: #fff;
    margin: 1vw 0;
    display: none !important;
  }
  .wolt-logo {
    width: 8vw;
    height: auto;
  }
  .breadcrumbs h2:last-child {
    font-weight: 700;
  }

  .breadcrumbs h2 {
    font-size: 0.85vw;
    font-weight: 100;
  }

  .breadcrumbs img {
    width: 0.85vw;
    height: 0.85vw;
  }

  .scroll-button {
    background-color: transparent;
    color: white;
    padding: 0rem 0;
    border-radius: 9999px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .hero-content p {
    color: #fff;
    width: 84vw;
    font-size: 0.938vw;
  }

  .scroll-text {
    font-size: 0.875vw;
    line-height: 1.45;
    text-align: center;
    font-family: "Pepper Neo", sans-serif;
  }

  .mouse-icon {
    width: 2.5vw;
    height: 3.7vw;
    border: 4px solid white;
    border-radius: 9999px;
    position: relative;
    overflow: hidden;

    margin: 0 0.5vw;
  }

  .mouse-wheel {
    width: 0.5vw;
    height: 0.6vw;
    background-color: white;
    border-radius: 9999px;
    position: absolute;
    top: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
    overflow: hidden;
  }

  @keyframes bounce {
    0%,
    100% {
      transform: translateX(-50%) translateY(0);
    }
    50% {
      transform: translateX(-50%) translateY(1.8vw);
    }
  }
  .modal {
    padding: 6.67vw;
    align-items: center;
    justify-content: center;
  }

  .modal-popup {
    background: white;
    border-radius: 1.88vw;
    padding: 1.5vw 3vw 3.5vw;
    max-width: 50.73vw;
    width: 100%;
    animation: modalSlideUp 0.3s ease-out;
    position: absolute;
    top: 1vw;
    padding: 1.5vw 3vw 3vw;
  }

  @keyframes modalSlideUp {
    from {
      opacity: 0;
      transform: translateY(2vw);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Header */
  .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.83vw;
  }

  .modal-close {
    width: 1.15vw;
    height: 1.15vw;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #303030;
    transition: opacity 0.2s ease;
  }
  /* Focus styles for modal close button */
  .modal-close {
    outline: none;
  }

  .modal-close:focus,
  .modal-close:focus-visible {
    outline: 3px solid #000000 !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1) !important;
  }
  .modal-close:hover {
    opacity: 0.7;
  }

  .modal-logo {
    width: 9.17vw;
    height: 1.67vw;
  }

  /* Card Hero */
  .modal-card {
    position: relative;
    border-radius: 1.88vw;
    overflow: hidden;
    height: 20.31vw;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 0.83vw;
    height: 13.8vw;
  }

  .modal-card-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .w-container {
    width: 29vw;
  }
  .w-container.special-list {
    width: 44vw;
  }

  .modal-content-wrapper {
    display: flex;
    gap: 2vw;

    align-items: baseline;
    flex-direction: row-reverse;
    justify-content: flex-end;
    /* position: relative; */
  }

  .modal-qr-card {
    height: fit-content;
    position: absolute;
    top: 18.5vw;
    left: 3vw;
    width: 14vw;
  }

  .qr-card-inner {
    background: #303030;
    border-radius: 1.875vw;
    padding: 1.67vw 0vw;
    text-align: center;
  }

  .qr-card-title {
    color: white;
    font-size: 1.67vw;
    font-weight: 900;
    line-height: 1.25;
    margin: 0 0 0.42vw 0;
    font-family: "Pepper Neo", sans-serif;
  }

  .qr-card-subtitle {
    color: white;
    font-size: 1.04vw;
    margin: 0 0 0.83vw 0;
    font-family: "Pepper Neo", sans-serif;
  }

  .qr-code-container {
    border-radius: 0.83vw;
    /* padding: 0.83vw; */
    display: inline-block;
    margin-top: unset;
  }

  .qr-code-image {
    width: 7.05vw;
    height: 7.05vw;
    display: block;
  }

  .modal-content-main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3vw;
  }

  /* .modal-card-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to left,
      #303030 70%,
      rgba(48, 48, 48, 0) 52.853%
    );
  } */
  .modal-accordion-header:focus-visible {
    outline: 0px solid transparent;
    outline-offset: 0px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
    border: 3px solid #000000;
  }

  .modal-accordion-header.active:focus-visible {
    outline: 0px solid transparent;
    outline-offset: 0px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
    border: 3px solid #000000;
  }

  .modal-card-title {
    position: relative;
    z-index: 2;
    font-family: "Pepper Neo", sans-serif;
    font-weight: 900;
    font-size: 2.65vw;
    line-height: 3.33vw;
    color: white;
    text-align: right;
    padding: 1.67vw;
  }

  .modal-card-title .pink-text {
    color: #fb48c4;
  }

  /* Content Layout - 2 colunas */
  .modal-content-grid {
    display: flex;
    gap: 1.67vw;
    align-items: flex-start;
  }

  /* QR Box */
  .modal-qr-box {
    background: #303030;
    border-radius: 1.88vw;
    padding: 1.67vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.42vw;
    flex-shrink: 0;
  }

  .modal-qr-title {
    font-family: "Pepper Neo", sans-serif;
    font-weight: 900;
    font-size: 1.67vw;
    line-height: 2.08vw;
    color: white;
    text-align: center;
    white-space: pre-line;
  }

  .modal-qr-subtitle {
    font-family: "Pepper Neo", sans-serif;
    font-weight: 400;
    font-size: 1.04vw;
    line-height: 1.46vw;
    color: white;
    text-align: center;
  }

  .modal-qr-code-container {
    background: #fb48c4;
    border-radius: 0.83vw;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modal-qr-code {
    width: 7.81vw;
    height: 7.81vw;
    display: block;
  }

  /* Text Content */
  .modal-text-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.67vw;
  }

  .modal-title {
    font-family: "Pepper Neo", sans-serif;
    font-weight: 900;
    font-size: 1.3vw;
    line-height: 2.08vw;
    color: #303030;
    text-align: right;
    margin-bottom: 1.5vw;
  }

  /* Accordion */
  .modal-accordion {
    overflow: hidden;
    border-top: 1px solid #303030;
  }

  .modal-accordion-header {
    width: 100%;
    padding: 0.83vw 0.83vw 0.5vw 0.83vw;
    background: white;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: "Pepper Neo", sans-serif;
    font-weight: 400;
    font-size: 0.94vw;
    line-height: 1.46vw;
    color: #303030;
    text-align: right;
    transition: background 0.2s;
  }

  /* .modal-accordion-header:hover {
    background: #f9f9f9;
  } */

  .modal-accordion-header svg {
    width: 1.25vw;
    height: 1.25vw;
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }

  .modal-accordion-header svg .icon-plus {
    display: block;
  }

  .modal-accordion-header svg .icon-x {
    display: none;
  }

  .modal-accordion-header.active svg {
    transform: rotate(45deg);
  }

  .modal-accordion-header.active svg .icon-plus {
    display: none;
  }

  .modal-accordion-header.active svg .icon-x {
    display: block;
  }

  .modal-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .modal-accordion:last-of-type {
    border-bottom: 1px solid #303030;
  }

  .modal-accordion-content p {
    padding: 0vw;
    padding-top: 0;
    font-family: "Pepper Neo", sans-serif;
    font-weight: 400;
    font-size: 0.72vw;
    line-height: 1.13vw;
    color: #303030;
    text-align: right;
    margin: 0;
  }

  /* Fine Print List */
  .modal-list {
    list-style: none;
    padding: 0;
  }

  .modal-list p {
    /* padding: 0.83vw 0vw 0.83vw 0vw; */
    padding-top: 0;
    font-family: "Pepper Neo", sans-serif;
    font-weight: 400;
    font-size: 0.66vw;
    line-height: 1.15vw;
    color: #303030;
    text-align: right;
    margin: 0;
  }

  .modal-list li::before {
    content: "•";
    position: absolute;
    right: 0;
    color: #303030;
    font-size: 1.04vw;
  }

  /* Accordion Content List */
  .modal-accordion-content .modal-list {
    /* padding: 0 0.83vw;
    margin: 0.83vw 0; */
  }
}
.title-list {
  font-weight: bold;
  position: relative;
  right: -1vw;
  line-height: 2.5;
}
ul li {
  line-height: 2;
}
@media (max-width: 767px) {
  ul li {
    line-height: 1;
  }
  .title-list {
    font-weight: bold;
    line-height: 3;
    position: relative;
    right: -4vw;
  }
  .user-cookie {
    align-items: flex-start;
    padding: 4vw 4vw;
    flex-direction: column;
    gap: 1vw;
  }
  .user-cookie .message p,
  .user-cookie .message a {
    font-size: 3.8vw;
    font-weight: 700;
    /* text-decoration: underline; */
    line-height: 1.45;

    /* text-decoration: underline; */
  }

  .user-cookie .message p.cookieTemp,
  .user-cookie .message p.cookieTemp a {
    font-size: 3.8vw;
    font-weight: 400;

    /* text-decoration: underline; */
  }

  .user-cookie .message p.cookieTemp {
    margin-top: 1.5vw;
  }
  .link-out button {
    font-size: 5.9vw;
    font-size: calc(5.78vw + 2px);
  }
  .wrapperCookies {
    display: flex;
    gap: 2.5vw;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .link-out button span,
  .link-out button {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-size: 0.95vw;
    font-size: calc(2.83vw + 2px);
    padding: 1vw 3vw;
    display: flex;
    align-items: center;
    gap: 0;
  }
  .info-icon img {
    width: 6.55vw;
    height: 6.55vw;
  }
  body {
    padding-bottom: 20vw;
  }
  .only_desktop {
    display: none !important;
  }
  .only_mobile_flex {
    display: flex !important;
  }
  .only_desktop_flex {
    display: none !important;
  }

  .only_mobile {
    display: block !important;
  }

  .hero {
    padding: 11.7vw 4.27vw 0;
    display: flex;
    flex-direction: column;
    gap: 7.8vw;
    background: unset;
    background-image: unset;
    object-fit: unset;
    background-size: unset;
    background-repeat: unset;
    height: unset;
    padding: 11.7vw 4.27vw 0;
  }
  .logo-container {
    padding: unset;
    justify-content: end;
    position: unset;
    background: unset;
    margin: 5vw 0;
  }

  .btn-container {
    display: none;
  }

  .logo {
    width: 59.3vw;
    height: auto;
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    position: relative;
    width: 100%;
    top: unset;
    right: unset;
  }

  .hero-image {
    width: 100%;
    height: 120.6vw;
    border-radius: 3.29vw;
    overflow: hidden;
    position: relative;
    background-image: url("./images/hero-friend-mobile.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }
  a.terms-and-conditions {
    color: #303030;
  }
  .breadcrumbs {
    display: flex;
    align-items: center;
    gap: 0.5vw;
    margin: 2vw 0;
    display: none !important;
  }
  .breadcrumbs h2 {
    font-size: 4vw;
    line-height: inherit;
    font-weight: 100;
  }
  .breadcrumbs h2:last-child {
    font-weight: 900;
  }

  .hero-image img {
    font-size: 3.29vw;
  }

  .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-text {
    display: flex;
    flex-direction: column;
    gap: 4.27vw;
    position: absolute;
    top: 72vw;
    right: 5vw;
  }

  .h1 {
    font-weight: 900;
    font-size: 8.67vw;
    line-height: 10.54vw;
    color: #fff;
    text-align: right;
  }

  .h2 {
    font-weight: 400;
    font-size: 5.4vw;
    line-height: 6.5vw;
    color: #303030;
    text-align: right;
    width: 100%;
    padding: 2vw 0;

  }

  p.paragraph {
    line-height: 6vw;
    font-size: 4vw;
  }
  .wolt-logo {
    width: 25vw;
    height: auto;
  }

  .section {
    background: #fff;
    padding: 0vw 4.27vw 0vw;
    display: flex;
    flex-direction: column;
    gap: 4.27vw;
  }

  .section-title {
    font-weight: 900;
    font-size: 6vw;
    line-height: 7.67vw;
    color: #303030;
    text-align: right;
    position: unset;
    margin-top: unset;
  }

  .cards-grid {
    display: flex;
    flex-direction: column;
    gap: 4.27vw;
  }

  .card {
    width: 100%;
    border-radius: 2.13vw;
    padding: 4.27vw;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 4.27vw;
    background: transparent;
    border: none;
    text-align: inherit;
    cursor: default;
    width: 100%;
    max-height: unset;
    max-height: unset;
    height: auto;
  }

  /* Image positioning fixes */
  .card-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: 0;
  }

  .card-blue-pattern1-img,
  .card-blue-pattern2-img,
  .card-blue-pattern3-img {
    position: absolute;
    object-fit: cover;
  }
  .section-grid {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    gap: 4vw;
    padding: unset;
    padding-top: 15.5vw;
    padding-top: 5.5vw;
  }
  .section-grid:nth-child(2) {
    background: #fff;
  }
  .section-grid:nth-child(2) .card-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
  }
  .card-blue-pattern1-img {
    width: 388.44%;
    height: 282.85%;
    top: -0.08%;
    left: -52.84%;
    opacity: 0.5;
  }

  .card-blue-pattern2-img {
    width: 100%;
    height: 113.46%;
    top: -25.74%;
    left: 0;
  }

  .card-blue-pattern3-img {
    width: 100.03%;
    height: 114.24%;
    top: -19%;
    left: -0.02%;
  }

  .card-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 55%,
      rgba(0, 0, 0, 0.9) 86.938%,
      #000000 90%
    );
    z-index: 1;
  }

  .card-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 4.27vw;
    top: unset;
  }

  .different-position {
    top: unset;
  }
  .card-image {
    width: 100%;
    height: 63.09vw;
    border-radius: 4.27vw;
  }

  .card-content .card-text {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .card-title {
    font-weight: 900;
    font-style: normal;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    text-align: right;
  }

  .card-subtitle {
    font-weight: 900;
    font-size: 5.8vw;
    line-height: 6.53vw;
    color: #fff;
    text-align: right;
    width: 81vw;
  }

  .buyme-logo.inside {
    width: 19.5vw;
  }

  .card-title .buyme-logo.inside {
    width: 19.5vw;
  }

  .card-subtitle:nth-last-child(n + 2) {
    font-size: 3.99vw;
    font-weight: 700;
    line-height: 5.78vw;
  }
  .card-btn {
    background: #dbfe03;
    border-radius: 26.67vw;
    padding: 2vw 5.8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.07vw;
    border: none;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
    font-family: "Pepper Neo", sans-serif;
    transition: transform 0.2s ease, background 0.2s ease;
    height: auto;
  }

  .card-btn:hover {
    background: #c9e603;
  }

  .card-btn:active {
    transform: scale(0.98);
  }

  .card-btn-text {
    font-weight: 500;
    font-size: 4.27vw;
    color: #303030;
    line-height: 5.8vw;
  }

  .card-btn-icon {
    width: 4.27vw;
    height: 4.27vw;
    position: relative;
    top: -0.5vw;
  }

  .card-tag {
    position: absolute;
    top: 1.87vw;
    right: 1.87vw;
    background: #fb48c4;
    border-radius: 1.07vw;
    padding: 1.6vw 2.67vw;
    z-index: 3;
  }

  .card-tag-text {
    font-weight: 600;
    font-size: 3.73vw;
    line-height: 4vw;
    color: #fff;
  }

  .card-large {
    height: 109.07vw;
  }

  .card-large .card-gradient {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 50.767%,
      #000000 60.885%
    );
  }

  .card-large .card-image {
    height: 48.93vw;
  }

  .card-large .card-subtitle-top {
    font-weight: 700;
    font-size: 4.27vw;
    line-height: 6.4vw;
    color: #fff;
    text-align: right;
  }

  .card-large .card-title {
    font-size: 8.53vw;
    line-height: 10.67vw;
    text-align: right;
  }

  .footer {
    background: #fb48c4;
    padding: 15.5vw 4vw 7.8vw;
    display: flex;
    flex-direction: column;
    gap: 4vw;
  }

  .footer-logo-section {
    flex-direction: column;
    height: auto;
    width: 100%;
    display: block;
    margin: auto;
    padding: unset;
  }

  .footer-logo-section h4 {
    text-align: left;
    font-size: 3.4vw;
    line-height: 5.4vw;
    color: #fff;
  }

  .footer-by {
    font-weight: 700;
    font-size: 4.27vw;
    line-height: 6.4vw;
    color: #fff;
    text-align: right;
  }

  .footer-logo {
    width: 100%;
    height: auto;
  }

  .footer-links,.drawers-links {
    display: flex;
    gap: 13.33vw;
    justify-content: center;
    position: unset;
  }
  .drawers-links {
    flex-direction: column;
    gap: 3vw;
    margin-top: 87vw;
  }

  .footer-link,.drawers-link {
    font-weight: 400;
    font-size: 4.27vw;
    line-height: 6.4vw;
    color: #fff;
    text-decoration: underline;
    transition: opacity 0.2s ease;
  }

  .footer-link:hover {
    opacity: 0.8;
  }

  .bg-blue {
    background: #3489ce;
  }

  .card-blue-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  /* Modal Styles */
  .modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
    z-index: 1000;
    padding: 12.8vw 4.27vw;
    overflow-y: auto;
    align-items: flex-start;
    justify-content: center;
  }

  .modal.active {
    display: flex;
  }

  .modal-popup {
    background: white;
    border-radius: 3.2vw;
    padding: 8.53vw 4.27vw;
    max-width: 92vw;
    width: 100%;
    position: relative;
    animation: modalSlideUp 0.3s ease-out;
    top: unset;
  }

  @keyframes modalSlideUp {
    from {
      opacity: 0;
      transform: translateY(8vw);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4.27vw;
  }

  .modal-close {
    width: 5.87vw;
    height: 5.87vw;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #303030;
    transition: opacity 0.2s ease;
  }

  .modal-close:hover {
    opacity: 0.7;
  }

  .modal-logo {
    width: 47vw;
    height: 8.53vw;
  }

  .modal-card {
    position: relative;
    border-radius: 2.13vw;
    overflow: hidden;
    height: 96vw;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 4.27vw;
  }

  .modal-card-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .modal-card-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 55%,
      rgba(0, 0, 0, 0.9) 86.938%,
      #000000 90%
    );
  }

  .modal-card-title {
    position: relative;
    z-index: 2;
    font-weight: 900;
    font-size: 10vw;
    line-height: 10vw;
    color: white;
    text-align: right;
    padding: 4.27vw;
  }

  .modal-tag {
    position: absolute;
    top: 1.87vw;
    right: 1.87vw;
    padding: 1.6vw 2.67vw;
    border-radius: 1.07vw;
    font-weight: 600;
    font-size: 3.73vw;
    line-height: 4vw;
    z-index: 3;
  }

  .modal-title {
    font-weight: 900;
    font-size: 6.2vw;
    line-height: 8.53vw;
    color: #303030;
    text-align: right;
    margin-bottom: 4.27vw;
    padding-left: 2vw;
  }

  .modal-accordion {
    overflow: hidden;
    border-top: 1px solid;
  }

  .modal-accordion-header {
    width: 100%;
    padding: 4.27vw;
    background: white;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: "Pepper Neo", sans-serif;
    font-weight: 700;
    color: #303030;
    text-align: right;
    transition: background 0.2s;
    font-size: 3.8vw;
    line-height: 6.3vw;
    height: 17vw;
  }

  .modal-accordion-header:hover {
    background: #f9f9f9;
  }

  .modal-accordion-header:active {
    background: #f5f5f5;
  }

  .modal-accordion-header svg {
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }

  .modal-accordion-header svg .icon-plus {
    display: block;
  }

  .modal-accordion-header svg .icon-x {
    display: none;
  }
  .modal-accordion-header.active:focus-visible {
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.3);
    outline: 2px solid #0066cc;
  }
  .modal-accordion-header.active svg {
    transform: rotate(180deg);
  }

  .modal-accordion-header.active svg .icon-plus {
    display: none;
  }

  .modal-accordion-header.active svg .icon-x {
    display: block;
  }

  .modal-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .modal-accordion:last-of-type {
    border-bottom: 0.5px solid #000000;
  }

  .modal-accordion-content p {
    padding: 4.27vw;
    padding-top: 0;
    font-weight: 400;
    font-size: 3.8vw;
    line-height: 6.3vw;
    color: #303030;
    text-align: right;
    padding: 0 3vw;
    margin: 4vw 0;
  }

  .modal-list {
    list-style: none;
    padding: 0;
    margin: 5vw 0 4.27vw 0;
    display: flex;
    flex-direction: column;
    gap: 0vw;
  }

  /* .modal-list li {
    position: relative;
    padding-right: 5.6vw;
    margin-bottom: 2.67vw;
    font-weight: 400;

    color: #303030;
    text-align: right;
    font-size: 4.3vw;
    line-height: 6.5vw;
  } */
  .modal-list p {
    margin-bottom: 0;
    font-size: 4vw;
    font-weight: 400;
    font-size: 3.73vw;
    line-height: 5.87vw;
    color: #303030;
    text-align: right;
    font-size: 3.99vw;
  }

  .modal-accordion-content .modal-list {
    /* padding: 0 6vw; */
  }

  .modal-list.w-container.special-list p {
    font-size: 3.37vw;
    margin-top: 2vw;
  }

  .modal-list li::before {
    content: "•";
    position: absolute;
    right: 0;
    color: #303030;
    font-size: 5.33vw;
  }

  .modal-cta {
    width: 100%;
    background: #fb48c4;
    border: none;
    border-radius: 42.67vw;
    padding: 4.27vw 8.53vw;
    font-family: "Pepper Neo", sans-serif;
    font-weight: 500;
    font-size: 4.27vw;
    line-height: 6.4vw;
    color: white;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s, background 0.2s;
    display: block;
    width: 100%;
    text-decoration: none;
  }

  .modal-cta:hover {
    background: #e03aa8;
  }

  .modal-cta:active {
    transform: scale(0.98);
  }

  /* Fixed CTA Button */
  .fixed-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f4f8f7;
    padding: 4.27vw;
    z-index: 999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }

  .fixed-cta-btn {
    width: 100%;
    background: #fb48c4;
    border: none;
    border-radius: 42.67vw;
    padding: 4.27vw 8.53vw;
    font-family: "Pepper Neo", sans-serif;
    font-weight: 500;
    font-size: 4.27vw;
    line-height: 6.4vw;
    color: white;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s, background 0.2s;
    letter-spacing: 0.04vw;
    display: block;
    width: 100%;
    text-decoration: none;
  }

  .fixed-cta-btn:hover {
    background: #e03aa8;
  }

  .fixed-cta-btn:active {
    transform: scale(0.98);
    background: #e03aa8;
  }
}

/* ========================================
   HAMBURGER MENU STYLES (Mobile Only)
   ======================================== */

/* Hamburger Button */
.hamburger-menu {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 999;
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: absolute;
  left: 80vw;
  top: 16vw;
}

.hamburger-menu:hover {
  transform: scale(1.1);
}

.hamburger-menu:active {
  transform: scale(0.95);
}

.hamburger-menu.active {
  opacity: 0;
  pointer-events: none;
}

/* Hamburger Lines */
.hamburger-line {
  display: block;
  width: 28px;
  height: 3px;
  background-color: #000000;
  margin: 5px 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}

/* Animated Hamburger to X */
.hamburger-menu.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.hamburger-menu.active .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: translateX(-20px);
}

.hamburger-menu.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}

/* Mobile Navigation Menu */
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fb48c4;
  z-index: 1000;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  padding: 80px 25px;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  z-index: 9999999;
}

.mobile-nav.active {
  transform: translateX(0);
}

  .mobile-nav-logo {
    position: absolute;
    top: 40px;
    left: 36%;
    transform: translateX(-50%);
    width: 58vw;
    height: 50px;
  }

/* Botão X para fechar menu mobile */
.mobile-nav-close {
  position: absolute;
  top: 38px;
  right: 11px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-nav-close:active {
  transform: rotate(90deg) scale(0.95);
}

/* Mobile Navigation Links */
.mobile-nav-link {
  display: none;
  font-family: "Pepper Neo", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  color: white;
  text-decoration: none;
  /* padding: 15px 30px; */
  transition: all 0.3s ease;
  text-align: right;
  width: auto;
  background: transparent;
  border: none;
  /* margin-bottom: 40px; */
  display: block;
}

/* .mobile-nav-link:first-of-type {
  margin-top: 120px;
} */

.mobile-nav-link:hover,
.mobile-nav-link:focus {
  transform: scale(1.05);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.mobile-nav-link:active {
  transform: scale(0.98);
}

.mobile-nav-link.active {
  font-weight: 700;
}

.mobile-nav-link.pepper-send-btn {
  background: transparent;
  color: white;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 15px 30px;
  font-size: 32px;
  border: none;
}

.mobile-nav-link.pepper-send-btn:hover {
  background: transparent;
  transform: scale(1.05);
}

.section-footnote {
  background: #f4f8f7;
  padding-bottom: 3vw;
  text-align: right;
  padding: 0vw 6vw 3vw;
  font-size: 14px;
}

/* Mobile Only - Show Hamburger */
@media (max-width: 767px) {
  .hamburger-menu {
    display: block;
  }

  .mobile-nav {
    display: flex;
  }

  /* Adjust logo container to accommodate hamburger */
  .logo-container {
    position: relative;
  }
  .section-footnote {
    background: transparent;
   
  }
}

/* ========================================
   INFO CONTAINER SECTION - BENEFITS
   ======================================== */

.info-container-section {
  background: #fff;
  padding: 64px 128px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.info-container-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
  width: 100%;
}

.info-header {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.info-title {
  font-family: "Pepper Neo", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.17;
  color: #303030;
  text-align: right;
  margin: 0;
}

/* ===========================================
   FRIEND BRING FRIEND HERO STYLES
   =========================================== */

.hero-fbf {
  background-image: url(./images/hero-friend-desktop.webp);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  
  padding: 3.3vw 6.7vw;
  gap: 1.7vw;
  position: relative;
  padding-top: 54vw;
}

.hero-content-fbf {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3.3vw;
  width: 100%;
}

.hero-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4vw;
  max-width: 41vw;
  margin-bottom: 27px;
}

.h1-fbf {
  font-family: "Pepper Neo", sans-serif;
  font-weight: 900;
  font-size: 4vw;
  line-height: 1;
  color: #fff;
  text-align: right;
  margin: 0;
}

.h2-fbf {
  font-family: "Pepper Neo", sans-serif;
  font-weight: 400;
  font-size: 1.67vw;
  line-height: 1.25;
  color: #fff;
  text-align: right;
  margin: 0;
}

.terms-text-fbf {
  font-family: "Pepper Neo", sans-serif;
  font-weight: 100;
  font-size: 1.04vw;
  line-height: 1.4;
  color: #fff;
  text-align: right;
}

.terms-link-fbf {
  font-family: "Pepper Neo", sans-serif;
  font-weight: 100;
  font-size: 1.04vw;
  line-height: 1.4;
  color: #fff;
  text-decoration: underline;
}

/* .terms-link-fbf:hover {
  color: #fb48c4;
} */

/* Info Cards inside Hero - Desktop */
.info-cards-container-fbf {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.83vw;
  width: 100%;
  justify-content: flex-start;
}

.info-cards-container-fbf .sales-card {
  background: #FFE7F7;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 14vw;
  padding: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: auto;
  height: auto;
}

.info-cards-container-fbf .sales-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(251, 72, 196, 0.15);
}

.info-cards-container-fbf .sales-card-icon {
  padding: 0.5vw 0 0 0;
}

.info-cards-container-fbf .sales-card-icon img {
  width: 5.7vw;
  height: 5.7vw;
}

.info-cards-container-fbf .sales-card-content {
  padding: 0.83vw;
  gap: 0.2vw;
}

.info-cards-container-fbf .sales-card-tag {
  background: #DBFE03;
  color: #303030;
  padding: 0.3vw 0.5vw;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.73vw;
  line-height: 1.07;
  text-align: center;
  font-size: 0.9vw;
  padding: 0.4vw 0.7vw;
}

.info-cards-container-fbf .sales-card-text {
  font-size: 0.94vw;
  line-height: 1.56;
  text-align: center;
}

/* Scroll Instruction FBF - positioned on the left above h1 */
.scroll-instruction-fbf {
  align-self: flex-start;
  margin-bottom: 1vw;
}

.scroll-instruction-fbf .scroll-button {
  background-color: transparent;
  color: white;
  padding: 0;
  border-radius: 9999px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.scroll-instruction-fbf .scroll-text {
  font-size: 0.875vw;
  line-height: 1.45;
  text-align: center;
  font-family: "Pepper Neo", sans-serif;
  color: #fff;
}

.scroll-instruction-fbf .mouse-icon {
  width: 2.5vw;
  height: 3.7vw;
  border: 4px solid white;
  border-radius: 9999px;
  position: relative;
  overflow: hidden;
  margin: 0 0.5vw;
}

.scroll-instruction-fbf .mouse-wheel {
  width: 0.5vw;
  height: 0.6vw;
  background-color: white;
  border-radius: 9999px;
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollBounceFbf 2s infinite;
  overflow: hidden;
}

@keyframes scrollBounceFbf {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(1.8vw); }
}

/* ===========================================
   ORIGINAL INFO CARDS STYLES (Hidden on FBF page)
   =========================================== */

.info-cards-container {
  display: none;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  gap: 16px;
  width: 100%;
  justify-content: flex-start;
}

.sales-card {
  background: #FFE7F7;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: calc((100% - 80px) / 6);
  height: 280px;
  flex-shrink: 0;
  padding: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: default;
}

.sales-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(251, 72, 196, 0.15);
}

.sales-card:focus-visible {
  outline: 3px solid #fb48c4;
  outline-offset: 2px;
}

.sales-card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0 0 0;
}

.sales-card-icon img {
  width: 110px;
  height: 110px;
  object-fit: contain;
}

.sales-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 16px;
  text-align: center;
  height: 160px;
}

.sales-card-tag {
  background: #DBFE03;
  border-radius: 4px;
  padding: 6px 10px;
  font-family: "Pepper Neo", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.07;
  color: #303030;
  display: inline-block;
}

.sales-card-text {
  font-family: "Pepper Neo", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56;
  color: #303030;
  text-align: center;
  margin: 0;
}

.small-text {
  font-size: 14px;
}

.small-text a {
  color: #000;
  text-decoration: underline;
}

.small-text a:hover {
  color: #fb48c4;
}

/* Desktop specific styles */
@media (min-width: 768px) {
  .info-container-section {
    padding: 4vw 6vw;
  }

  .info-title {
    font-size: 3vw;
  }

  .info-cards-container {
    gap: 1vw;
  }

  .sales-card {
    width: calc((100% - 5vw) / 6);
    height: auto;
  }

  .sales-card-icon img {
    width: 7vw;
    height: 7vw;
  }

  .sales-card-tag {
    font-size: 0.9vw;
    padding: 0.4vw 0.7vw;
  }

  .sales-card-text {
    font-size: 1vw;
    line-height: 1.5;
  }
}

/* ===========================================
   CONDITIONS SECTION - FRIEND BRING FRIEND
   =========================================== */

.conditions-section {
  background: #fff;
  padding: 48px 128px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}

.conditions-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  gap: 8px;
  width: 100%;
}

.conditions-title {
  font-family: "Pepper Neo", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #303030;
  text-align: right;
  margin: 0;
}

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

.condition-item {
  background: #F4F8F7;
  border-radius: 4px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  padding: 4px 8px 4px 16px;
  width: 790px;
  max-width: 100%;
}

.condition-text {
  font-family: "Pepper Neo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #303030;
  text-align: right;
  margin: 0;
  flex: 1;
}

.condition-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.condition-highlight {
  background: #FFE7F7;
  border-radius: 8px;
  padding: 8px 16px;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  width: 50%;
}

.condition-highlight-text {
  font-family: "Pepper Neo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #303030;
  text-align: right;
  margin: 0;
}

.conditions-footnotes {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  margin-top: 16px;
}

.footnote-text {
  font-family: "Pepper Neo", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #303030;
  text-align: right;
  margin: 0;
}

/* Desktop specific */
@media (min-width: 768px) {
  .conditions-section {
    padding: 2.5vw 6.7vw;
  }

  .conditions-title {
    font-size: 1.04vw;
  }

  .condition-item {
    width: 50%;
  }

  .condition-text {
    font-size: 0.83vw;
  }

  .condition-icon {
    width: 1.67vw;
    height: 1.67vw;
  }

  .condition-highlight-text {
    font-size: 0.83vw;
  }

  .footnote-text {
    font-size: 0.73vw;
  }
}

/* Mobile styles */
@media (max-width: 767px) {
  /* Hero FBF Mobile */
  .hero-fbf {
    background-image: unset;
    min-height: unset;
    padding: 4vw;
    gap: 0vw;
    padding: 11.7vw 4.27vw 0;
  }

  .hero-content-fbf {
    display: none !important;
  }

  .scroll-instruction-fbf {
    display: none !important;
  }

  .terms-text-fbf,.terms-text-fbf a {
    font-family: "Pepper Neo", sans-serif;
    font-weight: 100;
    font-size: 5.25vw;
    line-height: 1.4;
    color: #303030;
    text-align: right;
  }

  .info-cards-container-fbf {
    display: none !important;
  }

  /* Conditions Section Mobile */
  .conditions-section {
    padding: 4vw 4.27vw 8vw;
  }

  .conditions-wrapper {
    gap: 2vw;
  }

  .conditions-title {
    font-size: 4.27vw;
  }

  .conditions-list {
    gap: 2vw;
  }

  .condition-item {
    width: 100%;
    padding: 1vw;
  }

  .condition-text {
    font-size: 4vw;

  }

  .condition-icon {
    width: 8.5vw;
    height: 8.5vw;
  }

  .condition-highlight {
    padding: 2vw 4vw;
  }
  .condition-highlight {
    width: 100%;
  }

  .condition-highlight-text {
    font-size: 3.73vw;
  }

  .conditions-footnotes {
    gap: 1vw;
    margin-top: 4vw;
  }

  .footnote-text {
    font-size: 3.73vw;
  }

  .info-container-section {
    padding: 0vw 4.27vw;
  }

  .info-container-wrapper {
    gap: 4vw;
  }

  .info-title {
    font-size: 8vw;
    line-height: 1.2;
  }

  /* Hide desktop cards on mobile */
  .info-cards-container {
    display: none !important;
  }

  /* Swiper styles for mobile */
  .info-swiper {
    width: 100%;
    padding-bottom: 10vw;
  }

  .info-swiper .swiper-slide {
    width: 80vw;
    height: auto;
  }

  .info-swiper .swiper-pagination {
    position: relative;
    bottom: auto;
    margin-top: 4vw;
  }
  
  .info-swiper.swiper-horizontal > .swiper-pagination-bullets,
  .info-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    bottom: auto;
  }

  .info-swiper .swiper-pagination-bullet {
    width: 2.5vw;
    height: 2.5vw;
    background: #303030;
    opacity: 0.3;
  }

  .info-swiper .swiper-pagination-bullet-active {
    background: #fb48c4;
    opacity: 1;
  }

  /* Mobile card - horizontal layout */
  .sales-card-mobile {
    background: #FFE7F7;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    height: 38vw;
    flex-direction: row-reverse;
  }

  .sales-card-mobile-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 0vw;
  }

  .sales-card-mobile-icon img {
    width: 28vw;
    height: 28vw;
    object-fit: contain;
  }

  .sales-card-mobile-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1vw;
    padding: 4vw 4vw 4vw 1vw;
    flex: 1;
    height: 100%;
  }

  .sales-card-mobile-tag {
    background: #DBFE03;
    border-radius: 4px;
    padding: 1.5vw 2.5vw;
    font-family: "Pepper Neo", sans-serif;
    font-weight: 600;
    font-size: 3.7vw;
    line-height: 1.07;
    color: #303030;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .sales-card-mobile-text {
    font-family: "Pepper Neo", sans-serif;
    font-weight: 400;
    font-size: 4.8vw;
    line-height: 1.56;
    color: #303030;
    text-align: right;
    margin: 0;
  }
}
