@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

html,
body,
form,
.step {
  height: 100%;
	width: 100%;
	/* font-family: 'Poppins', sans-serif; */
	font-family: 'Inter', sans-serif;
}


.step { position: relative; z-index: 1; }
.step {
  height: 100dv;
}

[hidden] {
	display: none;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
    padding: 0;
    overflow-x: hidden; 
    background-color: var(--black-color);
}


.step footer,
.upgrade footer,
.results footer {
	display: none !important;
}



:root {
	 --gold-gradient: linear-gradient(90deg, #9C6215 0%, #B97C2C 9%, #DEB152 36%, #EABE63 50%, #DEB152 64%, #B97C2C 91%, #9C6215 100%);
  --main-color: linear-gradient(90deg, #9C6215 0%, #B97C2C 9%, #DEB152 36%, #EABE63 50%, #DEB152 64%, #B97C2C 91%, #9C6215 100%);
	
	--main-grey-color: #460774;
	--black-color: #1A191C;
	--second-color:#9F5DCD;
	--title-color: #ffffff;
  --third-color:#460774;
  --cta-gradient: linear-gradient(90deg, #9C6215 0%, #B97C2C 9%, #DEB152 36%, #EABE63 50%, #DEB152 64%, #B97C2C 91%, #9C6215 100%);
	
  --text-icons-primary:#ffffff;

}



.step {
	position: absolute;
	margin: 0 auto;
	text-align: center;
	-webkit-transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    z-index: 1;
} 


/*** Step effects ***/
.step[data-effect="zoom"] {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

 .step[data-effect="left"] {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
} 
.step[data-effect="up"] {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.step[data-effect="turn"] {
	-webkit-transform: rotate3d(0, 1, 0, 90deg);
	-moz-transform: rotate3d(0, 1, 0, 90deg);
	-ms-transform: rotate3d(0, 1, 0, 90deg);
	-o-transform: rotate3d(0, 1, 0, 90deg);
	transform: rotate3d(0, 1, 0, 90deg);
}

.step[data-step="1"] {
	
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
	/* transform: translateX(0); */
} 



.hero { 
  padding: 0px; 
  overflow: hidden; 
  height: 100svh; 
  display: flex; 
  flex-direction: column; 
}

.hero-logo {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  z-index: 3;
}

.hero-logo--desktop {
  display: none;
}

.hero-logo__icon {
  height: 36px;
  width: auto;
  display: block;
}

.hero-logo__text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.hero-logo__text--gays {
  color: #FEB900;
}

.hero-logo__text--radar {
  color: #ffffff;
  font-weight: 500;
}




.hero__media { 
  border-radius: 20px; 
  overflow: hidden; 
  width: 100%;
  max-height: none;
  height: auto;
  position: relative;
  flex: 1 1 0;
}



.hero__media.step1 { border-radius: 0px !important; }

.hero__media.step1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0,0,0,0.9) 30%, rgba(0,0,0,0) 100%);
  z-index: 0;
}

.hero__media__img { 
  width: 100%; 
  height: 100%; 
  display: block; 
  object-fit: cover;
  position: relative;
  z-index: 0;
}
.hero__media__img.step2 { 
  width: 100%; 
  height: 100%; 
  background-color: #000;
  display: block; 
  object-fit: contain;
  position: relative;
  z-index: 0;
}


.hero__media .profile-card__meta {
  z-index: 2;
}

.hero__stats {
  margin-top: -15px;
  background: #1c1c1e;
  color: #fff;
  border-radius: 14px 14px 0px 0px;
  
  padding: 10px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  z-index: 4;
}
.dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.dot--online { background: #35d16f; box-shadow: 0 0 0 2px rgba(53,209,111,0.25); }
.hero__stats__text { font-size: 14px; letter-spacing: 0.1px; opacity: 0.95; }

.step[data-step="1"]{
  background:
    linear-gradient(0deg, rgba(0,0,0,0.95), rgba(0,0,0,0.90)),
    url('../images/bg-desktop.jpg') center / cover no-repeat;
}

.step[data-step="2"]{
  background:#000;
}

.hero__content {
  margin-top: 0px;
  background: #0f0f10;
  color: #fff;
  border-radius: 0px 0px 0px 0px;
  /* padding: 24px 16px 24px 16px; */
  text-align: center;
  /* flex: 1 1 auto;               */
  display: flex;
  height: 50%;
  flex-direction: column;
  justify-content: center;     
  align-items: center;         
}
.hero__content.step2 {
  margin-top: 0px;
  background: #000;
  color: #fff;
  border-radius: 0px 0px 0px 0px;
  /* padding: 24px 16px 24px 16px; */
  text-align: center;
  flex: 0 0 50%;              
  display: flex;
  flex-direction: column;
  justify-content: flex-start;     
  align-items: center;         
  gap: 18px;
}
.hero__title { 
  margin: 0 0 8px;
  font-weight: 800; 
  line-height: 1.05; 
  text-transform: uppercase; 
  font-size: 28px;
}
.accent { color: #ffffff; }
.hero__sub { margin: 0; font-size: 14px; opacity: 0.9;font-weight: 300; }
.hero__sub strong { font-weight: 700; }
.countdown { font-weight: 800; }

/* Hero countdown banner with stars */
.hero-banner {
  /* margin-top: 8px; */
  /* padding: 10px 14px; */
  border-radius: 999px;
  /* background: radial-gradient(circle at 50% 0%, rgba(255,255,255,0.16) 0, rgba(255,255,255,0.02) 40%, transparent 65%),
              linear-gradient(90deg, #141418 0%, #111115 50%, #141418 100%); */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  /* box-shadow: 0 6px 16px rgba(0,0,0,0.65); */
}

.hero-banner__star {
  width: 45px;
  height: auto;
  flex-shrink: 0;
}

.hero-banner__star--right {
  position: relative;
  top: -5px;   
}

.hero-banner__text {
  margin: 0;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  color: #ffffff;
  
  font-style: italic;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 24px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-banner__label {
  font-style: italic;
  font-weight: 500;
}

.hero-banner__copy {
  font-weight: 300;
}

.hero-banner__time {
  font-style: italic;
  font-weight: 700;
}

@media (min-width: 768px) {
  .hero-banner {
    padding: 12px 24px;
    gap: 14px;
  }

  .hero-banner__star {
    width: 50px;
  }

  .hero-banner__text {
    font-size: 24px;
  }
}

.title-1 {
  color: var(--text-icons-primary, rgba(255, 255, 255, 0.99));
  text-align: center;
  text-shadow: 0 0 18.217px rgba(0, 0, 0, 0.10);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

.title-2 {
   color: transparent;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  text-shadow: 0 0 21.312px rgba(0, 0, 0, 0.10);
   font-family: 'Barlow Condensed', sans-serif;
  font-size: 55px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 1.218px;
  text-transform: uppercase;
  display: block;
}

.title-3 {
  color: transparent;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  text-shadow: 0 0 21.312px rgba(0, 0, 0, 0.10);
  font-family:'Barlow Condensed', sans-serif;
  font-size:68px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 1.218px;
  text-transform: uppercase;
  display: block;
}

.hero__cta {
  margin-top: 16px; 
  width: 90%; 
  align-self: center; 
  border: none;
  border-radius: 8px;
  padding: 16px;
  background: var(--gold-gradient);
  /* box-shadow: 0 4px 12px rgba(215, 96, 25, 0.35); */
  font-family: 'Barlow Condensed', sans-serif;
  color: var(--black-color);
text-align: center;
font-size: 24px;
font-style: italic;
font-weight: 800;
line-height: 22px; 
letter-spacing: -0.00em;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}


.hero__cta--arrow::after {
  content: "→"; 
  color: currentColor; 
  font: inherit; 
  display: inline-block;
  position: absolute;
  right: 16px; 
  top: 50%;
  transform: translateY(-50%);
  transition: transform .2s ease;
}
.hero__cta--arrow:hover::after {
  transform: translate(calc(-50% + 2px), -50%);
}


.hero { display: flex; flex-direction: column; gap: 0px; }

/* MAP */
.step[data-step="3"]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0,0,0,.80), rgba(0,0,0,.75));
}
.step[data-step="3"] .bg-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
}
.step[data-step="3"] .hero__content { position: relative; z-index: 1; }


.step[data-step="3"] .bg-video--mobile { display: block; }
.step[data-step="3"] .bg-video--desktop { display: none; }
/* MAP */

.map-overlay { 
  position: absolute; inset: 0; z-index: 2; 
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; 
  padding: 24px; text-align: center; color: #fff;
}
.map-pin-wrap { position: relative; width: 160px; max-width: 50vw; --pin-count-top: 28%; }
.map-pin { width: 100%; height: auto; display: block; opacity: 0.9; }
.map-pin__count { 
  position: absolute; top: var(--pin-count-top); left: 50%; transform: translate(-50%, -50%);
  font-weight: 700; font-size: 20px; line-height: 1; 
  padding: 6px 10px; border-radius: 999px; 
}
.map-status { 
  
  text-align: center;
  text-shadow: 2.897px 2.897px 7.967px rgba(0, 0, 0, 0.38);
  font-family: Inter;
  font-size: 25px;
font-style: italic;
font-weight: 400;
line-height: 140%; 
  letter-spacing: 0.145px;
  margin:6px 0px;
}


.step[data-step="3"] .hero__content { z-index: 2; }
/* MAP */

.quiz-progress-bar {
  position: relative;
  width: 90%;
  max-width: 300px;
  height: 30px;
  margin: 12px auto 0 auto;
  background: linear-gradient(90deg, #0A2336 0%, #011F2D 100%);
  border-radius: 36px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.35);
  border: 2px solid #233b4c;
  overflow: hidden;
  z-index: 2;
}

.warning-badge {
  width: min(240px, 88%);
  height: 40px;
  background: #e21b22;
  border-radius: 10px;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.55);
}

.warning-badge__icon {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  background-color: #fff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M1%2021h22L12%202%201%2021zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z'%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M1%2021h22L12%202%201%2021zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z'%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

.warning-badge__text {
  font-family: 'Inter';
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.warning-text {
  margin: 0;
 font-family: "Barlow Semi Condensed", sans-serif;
font-style: normal;
  font-size: 24px;
  padding: 0px 16px;
  font-weight: 200;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.warning-title {
  margin: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
font-style: normal;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 400;
}

.quiz-progress-bar__fill {
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 0%;
  height: 100%;
  background:
    url('../images/progress-bar-light.svg') no-repeat center,
    url('../images/progress-bar-shine.svg') no-repeat center,
    url('../images/progress-bar.svg') repeat-x center/cover,      
    url('../images/progress-bar-dark-gold.svg') repeat-x center/cover;
    
  border-radius: 36px;
  
  overflow: hidden;
  transition: width 0.15s linear;
}

.quiz-progress-bar__pattern {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: repeating-linear-gradient(
    120deg,
    rgba(255,255,255,0.18) 0px,
    rgba(255,255,255,0.18) 28px,
    rgba(255,255,255,0.06) 28px,
    rgba(255,255,255,0.06) 56px
  );
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
  animation: progress-bar-stripes 1.2s linear infinite;
}

@keyframes progress-bar-stripes {
  0% { background-position: 0 0; }
  100% { background-position: 56px 0; }
}

.quiz-progress-bar__shine {
  position: absolute;
  top: 16px;
  left: 40px;
  width: 32px;
  height: 8px;
  background: rgba(255,255,255,0.85);
  border-radius: 8px 8px 12px 12px;
  opacity: 0.7;
  filter: blur(1px);
  z-index: 2;
}

@media (min-width: 768px) {
  .global-header-logo { display: none; }

  body[data-step="3"] .global-header-logo,
  body[data-step="4"] .global-header-logo,
  body[data-step="5"] .global-header-logo,
  body[data-step="6"] .global-header-logo,
  body[data-step="7"] .global-header-logo {
    display: inline-flex;
  }
}

.global-header-logo {
  position: fixed;
  top: 16px;
  left: 24px;
  display: none;              /* oculto por defecto (mobile) */
  align-items: center;
  gap: 6px;
  z-index: 20;
}

@media (min-width: 768px) {
  .global-header-logo {
    display: inline-flex;     /* visible en desktop */
  }
}

@media (min-width: 768px) {
  .global-header-logo.is-visible { display: inline-flex; }
}

#global-bg {
  position: fixed;
  inset: 0;
  background:var(--black-color);
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease;
  pointer-events: none;
  z-index: 0;
}
#global-bg.is-visible {
  opacity: 1;
  visibility: visible;
}

  .step[data-step="3"],
  .step[data-step="4"],
  .step[data-step="5"],
  .step[data-step="6"],
  .step[data-step="7"],
  .step[data-step="8"],
  .step[data-step="9"] { 
    padding: 0px; 
    min-height: 100svh; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
  }

  @media (min-width: 768px) {
  .global-header-logo { display: none; }

  body[data-step="3"] .global-header-logo,
  body[data-step="4"] .global-header-logo,
  body[data-step="5"] .global-header-logo,
  body[data-step="6"] .global-header-logo,
  body[data-step="7"] .global-header-logo {
    display: inline-flex;
  }
}

  .quiz { 
    width: min(420px, 92vw); 
    max-height: 98vh; 
    padding: 4px 24px 4px 24px;
    margin: 0 auto; 
    display: flex; 
    flex-direction: column; 
    gap: 16px; 
  }
.quiz-tabs { display: flex; gap: 46px; align-items: center; justify-content: center; }
.quiz-tab { 
  background: none; border: 0; color: rgba(255,255,255,0.4); 
  font-size: 20px;
  padding: 8px 2px; position: relative; 
}
.quiz-tab.is-active { color: #fff; }
.quiz-tab.is-active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: #fff; border-radius: 2px;
}

.profile-card { height: 100%; width: 100%; display: flex; justify-content: center; }
.profile-card__media-wrap { position: relative; padding-bottom: 14px; }
.profile-card__media-wrap::after {
  content: "";
  position: absolute;
  left: 10px; right: 10px; bottom: 0;
  height: 14px;
  background: linear-gradient(0deg,
    rgba(0,0,0,0.95) 0%,
    rgba(10,10,10,0.8) 55%,
    rgba(20,20,20,0.5) 100%
  );
   border-radius: 0px 0px 14px 14px;
  filter: blur(0.2px);
}
.profile-card__media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0,0,0,0.45);
  width: min(80vw, 340px); 
  aspect-ratio: 2.5 / 4;
  max-height: 45vh;
}
  .step[data-step="6"] .profile-card__media { 
    max-height: 50vh; 
  }
.profile-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.profile-card__media::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 45%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.0) 100%);
  z-index: 0;
}
.profile-card__meta { position: absolute; left: 16px; right: 16px; bottom: 24px; display: flex; flex-direction: column; gap: 4px; color: #fff; z-index: 1; }
.profile-card__name { font-weight: 400; font-size: 22px; display: inline-flex; align-items: center; gap: 6px; text-shadow: 0 2px 6px rgba(0,0,0,0.45); }
.profile-card__verify { width: 22px !important; height: 22px !important; display: inline-block; vertical-align: middle; }
.profile-card__sub { font-size: 14px; opacity: 0.5; display: inline-flex; gap: 6px; align-items: center; }
.profile-card__distance { width: 16px !important; height: 16px !important; display: inline-block; vertical-align: middle; opacity: 0.85; }

.quiz-question { 
  font-family: "Barlow Semi Condensed", sans-serif;
  margin: 4px 0 0; text-align: center; color: #fff; 
  font-size: 28px; font-weight: 300; line-height: 1.2;
}
.quiz-question.mid { 
  font-size: 26px; font-weight: 400; line-height: 1;
}
.quiz-question strong { font-weight: 700; }

.quiz-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
.quiz-btn { height: 50px; border-radius: 8px; border: 0; font: inherit; cursor: pointer; box-shadow: 0 6px 16px rgba(0,0,0,0.35); display: flex; align-items: center; justify-content: center; }
.quiz-btn-label { font-size: 26px; font-weight: 700; }
.quiz-btn-icon { width: 28px; height: 28px; display: block; }
.heart-icon {
  background-color: #000; 
  -webkit-mask: url('../images/heart-icon.svg') no-repeat center / contain;
  mask: url('../images/heart-icon.svg') no-repeat center / contain;
}
.quiz-btn--no { background: #fff; color: #222; }
.quiz-btn--yes { 
  color: var(--black-color); 
  background: var(--cta-gradient);
}

.age-grid { 
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  gap: 6px; 
  margin-top: 4px; 
}
.age-btn { 
  display: inline-flex; align-items: center; justify-content: center; 
  height: 46px; 
  border-radius: 8px; 
  border: 0; 
  background: #fff; 
  color: #111; 
  font-weight: 500; 
  font-size: 18px; 
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0,0,0,0.35);
}
.age-btn:active { transform: translateY(1px); }

.role-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 12px;
  padding: 0 12px;
}

@media (min-width: 768px) {
  .role-grid {
   padding: 0 30px;
  }
}

.role-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  height: 46px;
  padding: 0 12px;
  border-radius: 8px;
  border: 0;
  background: #fff;
  color: #111;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0,0,0,0.35);
  letter-spacing: 0.04em;
  max-width: 150px;
}

.role-btn--wide {
  grid-column: 1 / -1;  
  justify-self: center; 
  max-width: 200px;
}

  #global-bg {
  position: fixed;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(0,0,0,0.92), rgba(0,0,0,0.97)),
    url('../images/bg-mobile.jpg') center / cover no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease;
  pointer-events: none;
  z-index: 0;
}

@media (min-width: 768px) {
  
  .age-btn { height: 48px; font-size: 20px; }

 .hero__media.step1 {
    position: relative;
    border-radius: 18px!important;
    overflow: hidden; 
  }
  .hero__media.step1::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 25%;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  }

  .step[data-step="3"],
  .step[data-step="4"],
  .step[data-step="5"],
  .step[data-step="6"],
  .step[data-step="7"],
  .step[data-step="8"] { 
    padding: 0px; 
    min-height: 100svh; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
  }
  .step[data-step="3"],
  .step[data-step="4"],
  .step[data-step="5"],
  .step[data-step="6"],
  .step[data-step="7"],
  .step[data-step="8"] .quiz { 
    max-height: 92vh; 
    margin: 0 auto; 
    display: flex; 
    flex-direction: column; 
    gap: 6px; 
  }
  .quiz-question { font-size: 32px; }
  .profile-card__media {  max-height: 58vh; }
  .profile-card__media .age{  max-height: 50vh!important; }
  .step[data-step="6"] .profile-card__media { 
    max-height: 50vh; 
  }

  .profile-card__distance { width: 16px; height: 16px; }
  .profile-card__verify { width: 20px; height: 20px; }
  .quiz-btn { height: 50px; }
  .quiz-btn-icon { width: 24px; height: 24px; }

  #global-bg {
  position: fixed;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(0,0,0,0.82), rgba(0,0,0,0.9)),
    url('../images/bg-desktop.jpg') center / cover no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease;
  pointer-events: none;
  z-index: 0;
}
}

.quiz {
  padding-bottom: 16px;
}

/* iOS safe area */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
  .quiz {
    padding-bottom: calc(16px + env(safe-area-inset-bottom));
  }
}

.hover-pop {
  transition: transform .15s ease, box-shadow .2s ease, filter .2s ease;
  will-change: transform, box-shadow;
  cursor: pointer;
}
.hover-pop:hover {
  transform: scale(1.05);                 
  filter: brightness(1.05);               
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
}
.hover-pop:active {
  transform: scale(1.02);                 
  box-shadow: 0 8px 20px rgba(0,0,0,.32);
}

.hover-pop:focus-visible {
  outline: 2px solid #ffffff33;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(255,255,255,.18), 0 12px 28px rgba(0,0,0,.35);
}

@media (prefers-reduced-motion: reduce) {
  .hover-pop { transition: none; }
  .hover-pop:hover, .hover-pop:active { transform: none; }
}

@media (max-width: 375px) {
  .title-1   { font-size: 24px; letter-spacing: 0.8px; }
  .title-2 { font-size: 44px; }
  .title-3 { font-size: 50px; letter-spacing: 0.5px; }
  .hero-banner__text { font-size: 24px; }
}



.step[data-step="8"] .quiz { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 0 20px; }
.cta-badge {
  margin-top: 8px;
  padding: 8px 18px;
  font-family: 'Barlow Condensed', sans-serif;
  border: 1px solid #1DE45A;
  color: #32ED67;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  border-radius: 999px;
  /* background: rgba(29, 228, 90, 0.08); */
}
.cta-badge-mail {
  width: 160px !important;
  margin-top: 8px;
  padding: 8px 18px;
  font-family: 'Barlow Condensed', sans-serif;
  border: 1px solid #1DE45A;
  color: #32ED67;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  align-items: center;
  border-radius: 999px;
  /* background: rgba(29, 228, 90, 0.08); */
}
 .step[data-step="9"] .quiz {
    align-items: center;
  }
@media (min-width: 780px) {
  .step[data-step="9"] .quiz {
    align-items: center;
  }

  .cta-badge-mail {
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    justify-content: center;
  }
}
.hero-badge {
  display: none;
}
@media (min-width: 768px) {
  .hero-badge {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 8px;
    padding: 6px 12px;
    font-family: 'Inter', sans-serif;
    border: 1px solid #1DE45A;
    color: #32ED67;
    font-weight: 700;
    font-size: 14px;
    font-style: italic;
    border-radius: 999px;
  }
}
.cta-title { 
   color: #FFF;
margin: 6px 0 0;
text-align: center;
text-shadow: 0 0 13.638px rgba(0, 0, 0, 0.50);
font-family: 'Barlow Condensed', sans-serif;
font-size: 40px;
font-style: italic;
font-weight: 400;
letter-spacing: -1.82px;
text-transform: uppercase;
}
/* .cta-free { color: #FF7A1B; font-weight: 900; font-size: 46px; line-height: 1; text-shadow: 0 3px 12px rgba(0,0,0,0.35); } */
.cta-free { font-family: 'Barlow Condensed', sans-serif;
   /* background: var(--cta-gradient); */
  -webkit-background-clip: text;
  background-clip: text;
  font-style: italic;
  color: #FFF;        
  display: inline-block;
  font-weight: 900; font-size: 52px; line-height: 1; text-shadow: 0 3px 12px rgba(0,0,0,0.35); }

.cta-desc { color: #FFF; text-align: center;
  text-transform: uppercase;
  margin: auto;
   font-size: 22px; line-height: 1.4; opacity: .92; max-width: 34ch; 
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic;
  }

   .cta-desc.green{
color: #32ED67;
   }

   .cta-desc.main-color {
    color: var(--main-color);
    
   }

.cta-desc strong { font-weight: 700; }

.email-field { width: 100%;
  margin: 20px 0 0 0;
  width: 360px;
  display: flex; justify-content: center; }
.email-input {
  /* width: min(520px, 98vw); */
  height: 52px;
  border-radius: 28px;
  border: 0;
  padding: 0 18px;
  font-size: 16px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.35);
}
.email-submit {
  margin-top: 4px;
  width: min(520px, 92vw);
  height: 54px;
  border-radius: 12px;
  border: 0;
  color: #fff;
  font-weight: 800;
  letter-spacing: .3px;
  background: var(--cta-gradient);
  box-shadow: 0 8px 20px rgba(0,0,0,0.35);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
}
.email-submit .arrow { font-size: 20px; line-height: 1; }


.step__field {
    position: relative;
   
    margin-top: 20px;
  }

  .step__field__input {
    padding: .625rem 2.3rem .6875rem 1.2rem;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
    background-color: #ffffff;
    /* border: 1px solid #ccc; */
    border:none;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #7d7d7d;
    text-align: center;
    font-weight: 400
  }
  .step__field__input:focus {
    outline: 0
  }
  .step__field__valid {
    position: absolute;
    right: .4375rem;
    top: 48%;
    width: 1.25rem;
    height: 1rem;
    background: url("//cdn.tours-78-94.wellhello.com/snapcheat/img/svg/check.svg") no-repeat scroll;
    background-size: 1.1rem 1.1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
   .step__field__error {
    padding-left: 40px;
    /* margin: 0.625rem 0;
    padding: 0 0.9375rem; */
    font-weight: 400;
    width: calc(100% - 2.21875rem);
    font-size: 15px;
    line-height: 22px;
    color:red;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }



  .email-field {
  display: flex;
  flex-direction: column;    
  align-items: stretch;      
  gap: 6px;                  
  position: relative;        
         
  width: 100%;
}

.email-input { 
  /* width: 100%;  */
}

  google-sign-in-button {
    width: 100%;
    
}
.GoogleSignInButton{
  max-width: 360px !important;
}
.line-container {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.line {
  flex: 1;
  height: 1px;
  background-color: #ababab; 
  margin: 0 0; 
}
.line-text {
  font-size: 16px;
  color: #ababab; 
  margin: 0 10px;
}

.step__field__valid {
  position: absolute;        
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.step__field__error {
  display: block;            
  width: 100%;
  margin-top: 2px;           
  padding-left: 0;           
  text-align: center;
}


@media (min-width: 375px) {
  .hero { gap: 0px; }
  .hero__title { font-size: clamp(28px, 6vw, 40px); }
  .hero__cta { height: 52px; }
}


@media (min-width: 768px) {
  .hero {
    display: grid;
    grid-template-columns: minmax(400px, 500px) 460px;
    grid-template-areas: "content media";
    align-items: center;
    gap: 12px;
    justify-content: center;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
  .hero-logo--mobile {
    display: none;
  }
  .hero-logo--desktop {
    position: static;
    transform: none;
    display: inline-flex;
    margin-bottom: 8px;
  }
  .hero-badge {
    display: inline-block;
  }
  .hero-logo__icon {
    height: 40px;
  }
  .hero-logo__text {
    font-size: 40px;
  }
  .hero__content { 
    background: none;
    grid-area: content; }
  .hero__media { grid-area: media; 
    width: 65%;    
    height: 50%;   
    }
  .hero__media.step1 { border-radius: 20px; }
  .hero__title { font-size: clamp(40px, 4.5vw, 64px); }
  .hero__cta { width: 360px; height: 52px; }
  .hero__stats { display: none; }
  .title-1 { font-size: 30px;}
  .title-2 { font-size: 40px;}
  /* .title-3 { font-size: 70px; } */

    .cta-title { font-size: 44px; }
  .cta-free { font-size: 64px; }
  .cta-desc { font-size: 26px; }
  .email-input { height: 56px; font-size: 17px; }
  .email-submit { height: 58px; }

   .step[data-step="2"] .bg-video--mobile { display: none; }
  .step[data-step="2"] .bg-video--desktop { display: block; }
  .step[data-step="8"] .hero-logo {
    top: 15%;
  }
  
}

@media (min-width: 1024px) and (min-height: 700px) {
  .step[data-step="2"] .hero__content.step2 {
    justify-content: center;
  }
}

.step[data-step="8"] .cta-badge {
    text-transform: uppercase;
   
  }


.results {
  position: absolute;       
  inset: 0;                  
  width: 100%;
  height: 100%;
  display: flex;             
  align-items: center;       
  justify-content: center;   
   flex-direction: column;   
  gap: 12px; 
}
:root {
  --loader-color: var(--main-color);  
  --loader-size: 70px;      
  --loader-stroke: 4px;     
}

.loader {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--loader-size);
  height: var(--loader-size);
}

.loader__svg {
  width: 100%;
  height: 100%;
  animation: spin 1s linear infinite;
}

.loader__arc {
  fill: none;
  stroke: var(--loader-color);
  stroke-linecap: round;
  stroke-width: var(--loader-stroke);
  stroke-dasharray: 84 42;  
  transform-origin: center;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.loading-text {
  margin: 0;               
  text-align: center;      
  color: #fff;
}