@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;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
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;
}

.only_desktop {
  display: block !important;
}

.only_mobile {
  display: none !important;
}

.no-break {
  white-space: nowrap;
}

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

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

.user-cookie {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5vw 3vw 0.5vw 3vw;
  background-color: #ffe7f7;
}
.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-desktop2.png);
  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;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 11;
  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: flex;
  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: 0vw;
}

.h1 {
  font-weight: 900;
  font-size: 3.34vw;
  font-style: normal;
  line-height: 3.34vw;
  color: #fb48c4;
  text-align: right;
}

.hero-bottom-line {
  color: #fff;
}

.hero-info {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
}

.hero-checklist {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
}

.hero-check-item {
  display: flex;
  align-items: baseline;
  direction: rtl;
  font-weight: 900;
  color: #fff;
  white-space: nowrap;
  gap: 0;
  margin: 0;
  gap: 0.5vw;
}

.hero-check-num {
  color: #fb48c4;
  font-weight: 900;
  font-size: 3.33vw;
  line-height: 3.89vw;
}

.hero-check-big {
  color: #fff;
  font-weight: 900;
  font-size: 3.33vw;
  line-height: 3.89vw;
}


.hero-check-symbol {
  color: #fb48c4;
  font-weight: 900;
  font-size: 2.22vw;
  line-height: 2.78vw;
}

.hero-check-sup {
  vertical-align: super;
  position: relative;
    top: -1vw;
}

.hero-check-text {
  color: #fff;
  font-weight: 400;
  font-size: 2.22vw;
  line-height: 2.78vw;
}

.hero-disclaimer {
  font-size: min(14px, calc(100vw * 14 / 1100));
  font-style: normal;
  font-weight: 400;
  line-height: min(22px, calc(100vw * 16 / 1250));
  color: #fff;
  text-align: right;
  margin-top: 8px;
  width: 80%;
}

.hero-disclaimer-link {
  color: #fff;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* .hero-price {
  font-size: 4.62vw;
} */

.buyme-logo {
  display: inline-block;
  height: auto;
  /* vertical-align: middle; */
  margin: 0 0.3vw;
}

.h2 {
  font-weight: 500;
  font-size: 2.98vw;
  color: #fff;
  text-align: right;
  line-height: 4vw;
}

/* ========================================
   INFO CONTAINER SECTION - DESKTOP
   ======================================== */

.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;
}

.info-cards-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.83vw;
  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;
}

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

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

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

  .sales-card {
    width: calc((100% - 5vw) / 5);
    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;
  }
}

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

/* Scroll Instruction - Desktop */
.scroll-instruction {
  align-self: flex-start;
  margin-top: 1vw;
}

.scroll-instruction .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;
  margin: 0.75vw 0 2vw 0;

}

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

.scroll-instruction .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 .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: scrollBounce 2s infinite;
  overflow: hidden;
}

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

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

.section-title {
  font-weight: 900;
  font-size: 3.767vw;
  line-height: 3.767vw;
  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;
}
.footnote-text {
  font-family: "Pepper Neo", sans-serif;
  font-weight: 400;
  font-size: 0.73vw;
  line-height: 1.57;
  color: #fff;
  text-align: right;
  margin-top: 1vw;
}

.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;
  font-weight: 900;
}

/* 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-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) {
  .section-footnote {
    background: #f4f8f7;
    text-align: right;
    padding: 0 6vw 6vw;
    font-size: 14px;
  }
  .scroll-button {
    background-color: transparent;
    color: white;
    padding: 1.5rem 0;
    border-radius: 9999px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .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;
    max-width: 50.73vw;
    width: 100%;
    animation: modalSlideUp 0.3s ease-out;
    position: relative;
    overflow-y: auto;
    padding: 1.5vw 3vw 7vw;
  }

  @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-list.w-container {
    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: 2vw;
    line-height: 2.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.25vw;

    line-height: 2.08vw;
    color: #303030;
    text-align: right;
    margin-bottom: 1.5vw;
    line-height: 1.2;
  }

  .text-pink {
    color: #fb48c4;
    font-weight: 700;
  }

  /* 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: 0.7vw;
    padding-top: 0;
    font-family: "Pepper Neo", sans-serif;
    font-weight: 400;
    font-size: 0.75vw;
    line-height: 1.15vw;
    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; */
  }
}
@media (max-width: 767px) {
  .user-cookie {
    align-items: flex-start;
    padding: 4vw 4vw;
    flex-direction: column;
    gap: 1vw;
    position: relative;
    z-index: 9999;
  }
  .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 {
    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;
  }
  .logo-container {
    padding: unset;
    justify-content: end;
    position: unset;
    background: unset;
    margin: 5vw 0;
    background: #fff !important;
  }

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

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

  .hero-image {
    width: 100%;
    height: 139.6vw;
    border-radius: 3.29vw;
    overflow: hidden;
    position: relative;
    background-image: url(./images/hero-img2.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

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

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

  .h1 {
    font-weight: 900;
    font-size: 9.67vw;
    line-height: 9.99vw;
    color: #fb48c4;
    text-align: right;
  }

  .hero-info {
 
    align-items: flex-start;
  }

  .hero-checklist {

        align-items: flex-start;
  }

  .hero-check-item {
    gap: 1.5vw;
  }

  .hero-check-num {
    font-size: 24px;
    line-height: 32px;
  }

  .hero-check-big {
    font-size: 24px;
    line-height: 32px;
  }

  .hero-check-symbol {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-check-text {
    font-size: 18px;
    line-height: 28px;
  }

  .buyme-logo {
    height: 6vw;
  }

  .hero-disclaimer-mobile {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #303030;
    text-align: right;
  }

  .hero-disclaimer-mobile-link {
    color: inherit;
    font-weight: inherit;
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  .hero-disclaimer-mobile-link:hover,
  .hero-disclaimer-mobile-link:focus-visible {
    color: inherit;
  }

  .h2 {        font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #303030;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: center;  
    line-height: 58px;

  }

  .h2 .icon-arrow-down {
    width: 32px;
    height: 32px;
    animation: bounce-arrow 1.5s ease-in-out infinite;
  }

  @keyframes bounce-arrow {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(8px);
    }
  }

  .section {
    background: #fff;
    padding: 0vw 4.27vw 8.53vw;
    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: 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;
  }
  /* Hamburger Button */
  .hamburger-menu {
    display: block;
    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: flex !important;
    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;
  }

  .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 {
    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);
  }

  .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;
  }
  .drawers-links {
    display: flex;
    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;
  }

  .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 {
    display: flex;
    gap: 13.33vw;
    justify-content: center;
    position: unset;
  }

  .footer-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: 10.67vw;
    line-height: 11.73vw;
    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: 400;
    font-size: 6.2vw;
    line-height: 8.53vw;
    color: #303030;
    text-align: right;
    margin-bottom: 4.27vw;
    padding-left: 2vw;
    font-weight: 700;
  }

  .text-pink {
    color: #fb48c4;
    font-weight: 700;
    
  }

  .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.2vw;
    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.5vw;
    color: #303030;
    text-align: right;
    padding: 0 2vw;
    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;
  }

  /* Info Container Mobile Styles */
  .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;
  }

  .sales-card-mobile-text .small-text {
    font-size: 3vw;
    display: block;
    color: #000;
  }

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

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

/* ===== Section Investment Details ===== */
.section-investment-details {
  /* background: #f4f8f7; */
  padding: 3vw 6vw 4vw 0;
  width: 50%;
}

.section-investment-details-content {
  direction: rtl;
}

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

.investment-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0.8vw 0;
  display: flex;
  flex-direction: column;
  gap: 0.8vw;
}

.investment-benefit-item {
  display: flex;
  flex-direction: row;
  direction: rtl;
  align-items: center;
  gap: 0.2vw;
  background: #f4f8f7;
  border-radius: 4px;
  padding: 4px 8px;
}

.investment-benefit-check {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.investment-benefit-check img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.investment-benefit-text {
  font-family: "Pepper Neo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #303030;
  text-align: right;
  flex: 1;
  line-height: 24px;
}

.investment-notice-box {
  background: #fce4f3;
  border-radius: 4px;
  padding: 8px 16px;
  margin-bottom: 0.45vw;
}

.investment-notice-box p {
  font-family: "Pepper Neo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #303030;
  text-align: right;
  margin: 0;
  line-height: 1.5;
}

.investment-terms {
  padding-bottom: 0.5vw;
}

.investment-terms-title {
  font-family: "Pepper Neo", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #303030;
  text-align: right;
  margin: 16px 0 8px 0;
}

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

.investment-terms-text:last-child {
  margin-bottom: 0;
}

/* Mobile */
@media (max-width: 767px) {
  .section-investment-details {
    padding: 8vw 5vw;
    width: fit-content;
  }

  .section-investment-details-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .investment-benefits-list {
    gap: 2vw;
    margin-bottom: 2vw;
  }

  .investment-benefit-item {
    padding: 4px;
    gap: 4px;
  }

 

  .investment-benefit-text {
    font-size: 16px;
  }

  .investment-notice-box {
    padding: 8px 16px;
    /* margin-bottom: 8px; */
  }

  .investment-notice-box p {
    font-size: 14px;
    font-weight: 400;
  }

  .investment-terms-title {
    font-size: 14px;
    margin: 10px 0 8px 0;
  }

  .investment-terms-text {
    /* font-size: 3.3vw; */
  }
}
