@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400&family=Roboto:wght@400;500;700&display=swap');

* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff8fa;
  color: #2b0c36;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

body, input, select, textarea {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
}

input, select, textarea {
  outline: none;
  border: 0;
}

a {
  text-decoration: none;
  color: #ff007f;
  transition: color 0.2s ease;
}

a:hover {
  color: #d6006a;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.wrap {
  width: 95%;
  max-width: 1365px;
}

.bold {
  font-weight: 800;
}

/* Vibrant Buttons with Horny Seductive Aesthetics */
.button {
  min-width: 140px;
  font-family: "Montserrat", "Roboto", sans-serif;
  border: none;
  padding: 15px 34px;
  border-radius: 50px;
  font-size: 19px;
  font-weight: 800;
  cursor: pointer;
  outline: none;
  user-select: none;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 8px 24px rgba(255, 0, 127, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .button {
    font-size: 15px;
    padding: 13px 26px;
    min-width: 120px;
  }
}

.blue {
  background: linear-gradient(135deg, #ff007f 0%, #ff2a85 50%, #ff0055 100%);
  color: #ffffff !important;
  box-shadow: 0 8px 30px rgba(255, 0, 127, 0.45);
}

.blue:hover {
  background: linear-gradient(135deg, #ff1a8c 0%, #ff3d94 50%, #ff1f6d 100%);
  box-shadow: 0 12px 35px rgba(255, 0, 127, 0.65);
  transform: translateY(-2px) scale(1.02);
}

.pink {
  background: #ffffff;
  color: #ff007f !important;
  border: 2px solid #ff2a85;
  box-shadow: 0 4px 18px rgba(255, 42, 133, 0.15);
}

.pink:hover {
  background: #fff0f6;
  border-color: #ff007f;
  color: #e00070 !important;
  box-shadow: 0 6px 24px rgba(255, 0, 127, 0.3);
  transform: translateY(-2px);
}

/* Fullscreen light-themed container */
.fullScreenBox {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff5f8;
  background-position: center !important;
  background-size: cover;
  padding: 40px 15px;
  position: relative;
  z-index: 1;
}

.fullScreenBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 245, 250, 0.78) 0%, rgba(255, 255, 255, 0.62) 50%, rgba(255, 238, 246, 0.8) 100%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: -1;
}

/* Seductive White Card */
.fullScreenBox .whiteBox {
  width: 700px;
  max-width: 95%;
  padding: 42px 50px;
  background-color: #ffffff;
  border-radius: 28px;
  border: 2px solid rgba(255, 0, 128, 0.15);
  box-shadow: 0 25px 70px rgba(255, 0, 128, 0.16), 0 10px 30px rgba(0, 0, 0, 0.05);
  margin: auto;
  position: relative;
  overflow: hidden;
}

.fullScreenBox .whiteBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #ff007f, #ff2a85, #ff5e62, #9900ff, #ff007f);
  background-size: 250% 100%;
  animation: sexyGradientFlow 5s linear infinite;
}

@keyframes sexyGradientFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@media (max-width: 768px) {
  .fullScreenBox .whiteBox {
    width: 94%;
    padding: 24px 20px;
    border-radius: 22px;
  }
}

.fullScreenBox .whiteBox .video {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(255, 0, 128, 0.2);
  border: 2px solid rgba(255, 42, 133, 0.25);
  margin: 0 0 24px;
  pointer-events: none;
  background: #000;
}

@media (max-width: 768px) {
  .fullScreenBox .whiteBox .video {
    width: 100%;
    margin-bottom: 18px;
  }
}

.fullScreenBox .whiteBox .content {
  width: 100%;
  display: none;
}

.fullScreenBox .whiteBox .textTop {
  width: 100%;
  border-bottom: 2px solid #ffe1ec;
  margin: 0 0 22px;
}

.fullScreenBox .whiteBox .textTop.noborder {
  width: 100%;
  border-bottom: none !important;
  margin: 0 0 22px;
}

.fullScreenBox .whiteBox .textTop img {
  width: 100%;
  max-width: 420px;
  margin: 0 auto 12px;
  display: block;
  filter: drop-shadow(0 4px 12px rgba(255, 0, 128, 0.12));
}

@media (max-width: 768px) {
  .fullScreenBox .whiteBox .textTop img {
    max-width: 320px;
  }
}

.fullScreenBox .whiteBox .textTop .alertAge {
  width: 100%;
  background: linear-gradient(135deg, #ff0055 0%, #ff2a85 100%);
  border-radius: 50px;
  color: #ffffff;
  margin: 15px 0 18px;
  padding: 12px 18px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(255, 0, 85, 0.35);
  display: none;
  animation: pulseAlert 2s infinite;
}

@keyframes pulseAlert {
  0% { transform: scale(1); }
  50% { transform: scale(1.02); }
  100% { transform: scale(1); }
}

.fullScreenBox .whiteBox .textTop .alertAge p {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
}

@media (max-width: 768px) {
  .fullScreenBox .whiteBox .textTop .alertAge p {
    font-size: 13px;
  }
}

.fullScreenBox .whiteBox .textTop h2 {
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 16px;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: 1.5px;
  background: linear-gradient(135deg, #ff007f 0%, #7928ca 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
  .fullScreenBox .whiteBox .textTop h2 {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

.fullScreenBox .whiteBox .textTop h2.textNoUppercase {
  text-transform: none;
  font-weight: 800;
}

.fullScreenBox .whiteBox .textBottom {
  width: 100%;
  text-align: center;
}

.fullScreenBox .whiteBox .textBottom p {
  font-size: 17px;
  line-height: 1.6;
  color: #4c2954;
  margin: 18px 0;
  font-weight: 500;
}

@media (max-width: 768px) {
  .fullScreenBox .whiteBox .textBottom p {
    font-size: 14px;
    margin: 14px 0;
  }
}

.fullScreenBox .whiteBox .textBottom .bold {
  font-size: 22px;
  font-weight: 800;
  color: #1f0329;
  line-height: 1.4;
  margin: 0;
}

@media (max-width: 768px) {
  .fullScreenBox .whiteBox .textBottom .bold {
    font-size: 16px;
  }
}

/* Sensual Select Dropdowns */
.fullScreenBox .whiteBox .textBottom .ageVerificationForm .ageVerificationBox {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 20px 0 10px;
}

.fullScreenBox .whiteBox .textBottom .ageVerificationForm .ageVerificationBox select {
  background: #fff0f6;
  color: #2b0c36;
  font-weight: 700;
  padding: 13px 20px;
  border: 2px solid #ffccd9;
  border-radius: 50px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.25s ease;
  outline: none;
}

.fullScreenBox .whiteBox .textBottom .ageVerificationForm .ageVerificationBox select:hover {
  border-color: #ff007f;
  background: #ffe6f0;
}

.fullScreenBox .whiteBox .textBottom .ageVerificationForm .ageVerificationBox select:focus {
  border-color: #ff007f;
  box-shadow: 0 0 0 4px rgba(255, 0, 127, 0.22);
  background: #ffffff;
}

.fullScreenBox .whiteBox .textBottom .ageVerificationForm .ageVerificationBox select option {
  font-size: 15px;
  color: #2b0c36;
  background: #ffffff;
}

@media (max-width: 768px) {
  .fullScreenBox .whiteBox .textBottom .ageVerificationForm .ageVerificationBox select {
    font-size: 14px;
    padding: 10px 12px;
  }
}

@media (max-width: 400px) {
  .fullScreenBox .whiteBox .textBottom .ageVerificationForm .ageVerificationBox {
    gap: 6px;
  }
  .fullScreenBox .whiteBox .textBottom .ageVerificationForm .ageVerificationBox select {
    padding: 8px 8px;
    font-size: 13px;
  }
}

.fullScreenBox .whiteBox .textBottom .ageVerificationForm .btnForm,
.fullScreenBox .whiteBox .textBottom .ageVerificationForm .btnAgeVerification {
  margin: 24px 0 0;
  width: 260px;
  background: linear-gradient(135deg, #ff007f 0%, #ff2a85 50%, #e6005c 100%);
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(255, 0, 127, 0.45);
}

.fullScreenBox .whiteBox .textBottom .ageVerificationForm .btnForm:hover,
.fullScreenBox .whiteBox .textBottom .ageVerificationForm .btnAgeVerification:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 14px 40px rgba(255, 0, 127, 0.65);
}

@media (max-width: 768px) {
  .fullScreenBox .whiteBox .textBottom .ageVerificationForm .btnForm,
  .fullScreenBox .whiteBox .textBottom .ageVerificationForm .btnAgeVerification {
    width: 220px;
    margin-top: 18px;
  }
}

.fullScreenBox .whiteBox .textBottom .buttonBox {
  width: 100%;
  gap: 18px;
  margin-top: 15px;
}

.fullScreenBox .whiteBox .textBottom .buttonBox .button {
  width: auto;
  min-width: 140px;
  margin: 0;
}

/* Seductive Checklist */
.fullScreenBox .whiteBox .textBottom .checkList {
  align-items: flex-start;
  margin: 26px 0;
  width: 100%;
  background: #fff5f8;
  padding: 20px 24px;
  border-radius: 20px;
  border: 1.5px solid #ffccd9;
}

.fullScreenBox .whiteBox .textBottom .checkList .itemCheckList {
  list-style-type: none;
  font-size: 18px;
  font-weight: 700;
  color: #2b0c36;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  text-align: left;
}

.fullScreenBox .whiteBox .textBottom .checkList .itemCheckList:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .fullScreenBox .whiteBox .textBottom .checkList {
    padding: 16px 16px;
    margin: 18px 0;
  }
  .fullScreenBox .whiteBox .textBottom .checkList .itemCheckList {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.fullScreenBox .whiteBox .textBottom .checkList .itemCheckList:before {
  content: "💋";
  margin-right: 12px;
  font-size: 18px;
}

.fullScreenBox .whiteBox .textBottom .checkList .itemCheckList:nth-child(1) {
  animation: 0.8s ease 0s normal forwards 1 fadein;
}

.fullScreenBox .whiteBox .textBottom .checkList .itemCheckList:nth-child(2) {
  animation: 1.6s ease 0s normal forwards 1 fadein;
}

.fullScreenBox .whiteBox .textBottom .checkList .itemCheckList:nth-child(3) {
  animation: 2.4s ease 0s normal forwards 1 fadein;
}

@keyframes fadein {
  0% { opacity: 0; transform: translateX(-10px); }
  100% { opacity: 1; transform: translateX(0); }
}

.fullScreenBox .whiteBox .textBottom img[src*="progressbar"] {
  margin-top: 15px;
  max-width: 240px;
  border-radius: 12px;
}

.active-card {
  display: flex !important;
}

.desactivated {
  display: none;
}

/* Light Theme Sensual 18+ Overlay */
.overlay18 {
  background-color: rgba(255, 245, 250, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px;
  font-family: "Montserrat", sans-serif;
}

.overlay18 .jerky-container {
  position: relative;
  width: 100%;
}

.overlay18 .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 26px;
  overflow: hidden;
  width: 100%;
  max-height: 959px;
  border: 2px solid rgba(255, 0, 128, 0.25);
  box-shadow: 0 25px 75px rgba(255, 0, 128, 0.22), 0 10px 30px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}

.overlay18 .gradient-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #ffffff 15%, rgba(255, 255, 255, 0.92) 45%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.overlay18 picture {
  width: 100%;
}

.overlay18 .content {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 0;
  z-index: 2;
}

.overlay18 .content strong {
  color: #ff007f;
}

.overlay18 .content > p:first-child > span {
  color: #ff007f;
  font-weight: bold;
}

.overlay18 p {
  font-size: 14px;
  line-height: 1.6;
  color: #2b0c36;
  text-align: center;
  margin-bottom: 14px;
  font-weight: 500;
}

.overlay18 p a, .overlay18 p .highlight {
  color: #ff007f;
  font-weight: bold;
}

.overlay18 p a {
  text-decoration: underline;
}

.overlay18 p:nth-child(2) {
  margin-bottom: 22px;
}

.overlay18 [data-testid=click-tracker] {
  display: inline;
}

.overlay18 .accept-cta {
  background: linear-gradient(135deg, #ff007f 0%, #ff2a85 50%, #e6005c 100%);
  padding: 16px 45px;
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  box-shadow: 0 10px 30px rgba(255, 0, 127, 0.45);
  white-space: nowrap;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  min-width: 260px;
  font-weight: 900;
  border: none;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.overlay18 .accept-cta:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 14px 40px rgba(255, 0, 127, 0.65);
}

.overlay18 .decline-cta {
  color: #88628e;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
  transition: color 0.2s ease;
}

.overlay18 .decline-cta:hover {
  color: #ff007f;
}

.overlay18 .trademark-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
  transform: scale(1.2);
}

.overlay18 .trademark-wrapper .trademark {
  max-width: 60px;
  height: auto;
}

.overlay18 .bg-image {
  width: 100%;
  display: block;
}

.overlay18 .jerky-front, .overlay18 .jerky-back {
  position: absolute;
}

.overlay18 .jerky-front {
  z-index: 1;
}

.overlay18 .jerky-back {
  top: 0;
  right: 0;
}

@media screen and (orientation: landscape) {
  .overlay18 .jerky-container {
    min-height: 36px;
    height: 36px;
    width: 100%;
    max-width: 1023px;
  }
  .overlay18 .content-container {
    margin-bottom: 10px;
    max-width: 1023px;
    max-height: 656px;
  }
  .overlay18 .gradient-mask {
    max-width: 1023px;
  }
  .overlay18 .content {
    width: 100%;
    max-width: 701px;
    padding: 0 20px 20px;
  }
  .overlay18 .cta {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 14px;
  }
  .overlay18 .decline-cta {
    margin-bottom: 15px;
  }
}

@media screen and (orientation: portrait) {
  .overlay18 .content {
    padding: 0 20px 25px;
  }
  .overlay18 p, .overlay18 p:nth-child(2) {
    margin-bottom: 16px;
    font-size: 13px;
  }
  .overlay18 .cta {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
