@import "styles/variables.php";
@import "styles/header.css";
@import "styles/footer.css";
@import "styles/index.css";
@import "styles/video.css";

* 
{
    border:0;
    padding:0;
    margin:0;
    box-sizing: border-box;
}

body, html
{


    scroll-behavior: smooth;
    max-width: 100vw;
    margin:0;
    padding:0;
    background:white;
    font-family:var(--fontFamily);
    position:relative;
    scroll-behavior: smooth;
    overflow-x:hidden !important;

}

body 
{
    overflow-x:hidden;
}


.body--open 
{
    overflow-y:hidden !important;
}
.performer-embed-wrap {
    position: relative;
    overflow: hidden;
}

.performer-embed-wrap iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Full-area clickable link over the video */
.embed-clickmask-link {
    position: absolute;
    inset: 0;
    z-index: 999998;         /* below overlay text UI */
    display: block;
    text-decoration: none;
    background: rgba(0,0,0,0); /* fully transparent */
    cursor: pointer;
}

/* Visual overlay text on top */
.embed-overlay-ui {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;               /* pinned to bottom of video */
    z-index: 999999;         /* above the click link */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    text-align: center;
    pointer-events: none;    /* clicks go through to the link below */
    padding: 12px 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0)
    );
}

.embed-overlay__badge {
    display: inline-block;
    padding: 0.15rem 0.6rem;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: #ff4b8b;
    color: #fff;
}

.embed-overlay__title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 8px rgba(0,0,0,0.8);
}

.embed-overlay__cta {
    display: inline-block;
    margin-top: 0.1rem;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    background: linear-gradient(90deg, #ff5dc4, #ffb400);
    color: #1b0a15;
    box-shadow: 0 0 16px rgba(0,0,0,0.7);
}

.embed-overlay__note {
    font-size: 0.7rem;
    color: #eee;
    text-shadow: 0 0 6px rgba(0,0,0,0.7);
}


/* === M2GSQUIRT PERFORMER SKIN === */

.squirt-intro {
  background: linear-gradient(135deg,#0f172a,#020617);
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 15px;
  color: #fff;
}

.squirt-lead {
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.squirt-signals {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.squirt-signals div {
  background: rgba(255,255,255,0.1);
  padding: 6px 10px;
  border-radius: 20px;
}


/* CTA */

.squirt-cta-bar {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  background: #020617;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.squirt-main-cta {
  background: linear-gradient(90deg,#ec4899,#8b5cf6);
  color: #fff;
  padding: 10px 18px;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  transition: transform .2s;
}

.squirt-main-cta:hover {
  transform: scale(1.05);
}


/* Video */

.squirt-video {
  border: 2px solid #8b5cf6;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.squirt-offline {
  padding: 30px;
  text-align: center;
  font-weight: bold;
}


/* About */

.squirt-about-wrap {
  background: #020617;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 25px;
}

.squirt-desc summary {
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 8px;
}

.squirt-about .main__aboutElement {
  background: rgba(255,255,255,0.05);
  padding: 6px 8px;
  border-radius: 6px;
}


/* Related */

.squirt-related h3 {
  text-align: center;
  margin-bottom: 15px;
  color: #ec4899;
}




/* Squirting Guide Custom Styles */
.squirting-guide {
 
  margin: 0 auto 40px auto;
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #23141a;
  line-height: 1.7;
  font-size: 1.09em;
  background: #fff;
  padding: 30px 5vw 36px 5vw;
  border-radius: 20px;
  box-shadow: 0 3px 16px 0 rgba(185,35,100,0.08);
}

.squirting-guide h2 {
  font-size: 2.1em;
  color: #d7005d;
  margin-bottom: 10px;
}

.squirting-guide h3 {
  font-size: 1.18em;
  color: #b6186c;
  margin: 25px 0 8px 0;
}

.squirting-guide ul {
  margin: 12px 0 16px 18px;
  padding: 0;
}
.squirting-guide ul li {
  margin-bottom: 12px;
  list-style-type: disc;
}

.squirting-guide a {
  color: #ba2d74;
  text-decoration: underline;
  transition: color 0.2s;
}
.squirting-guide a:hover {
  color: #d7005d;
  text-decoration: none;
}

.squirting-guide em {
  color: #755a66;
}

.squirting-guide strong {
  color: #152233;
}

/* CTA Blocks */
.squirting-guide .cta-block,
.squirting-guide .cta-block-alt {
  padding: 1.2em;
  border-radius: 10px;
  margin: 1.2em 0;
  text-align: center;
  box-shadow: 0 2px 12px 0 rgba(203,21,102,.03);
}
.squirting-guide .cta-block {
  background: #fff0fa;
}
.squirting-guide .cta-block-alt {
  background: #e0ffe9;
}
.squirting-guide .cta-block-yellow {
  background: #fffbe6;
}
.squirting-guide .cta-final {
  background: #ffe5f1;
  padding: 1.6em 1em;
  border-radius: 12px;
  margin-top: 32px;
}
.squirting-guide .cta-final h2 {
  color: #d7005d;
  font-size: 1.45em;
  margin-bottom: 12px;
}
.squirting-guide .cta-block a,
.squirting-guide .cta-block-alt a,
.squirting-guide .cta-block-yellow a {
  display: inline-block;
  font-weight: bold;
  font-size: 1.09em;
  margin-top: 8px;
}

.squirting-guide .cta-final a {
  display: inline-block;
  background: #d7005d;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  padding: 16px 28px;
  margin-top: 10px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 2px 8px 0 rgba(185,35,100,0.08);
  transition: background 0.2s;
}
.squirting-guide .cta-final a:hover {
  background: #a10e49;
}
.cam-popup {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(0,0,0,0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.cam-popup-inner {
    position: relative;
    width: 100%;
    max-width: 420px;
    background: #111;
    color: #fff;
    border-radius: 14px;
    padding: 24px 20px 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.45);
    text-align: center;
}

.cam-popup-close {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    color: #fff;
}

.cam-popup-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.cam-popup-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 18px;
}

.cam-popup-btn {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 8px;
    background: #ff2f75;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.cam-popup-btn:hover {
    color: #fff;
    text-decoration: none;
}
@media (max-width: 700px) {
  .squirting-guide {
    padding: 14px 2vw 18px 2vw;
    border-radius: 12px;
    font-size: 1em;
  }
  .squirting-guide h2 {
    font-size: 1.3em;
    margin-top: 7px;
  }
}