@import url("/Pages_Styles/info.css");
@import url("/Pages_Styles/profile.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body {
  background: #f9f2f7;
  color: #243552;
}

.navbar {
  height: 78px;
  background: #ffffff;
  border-bottom: 1px solid #f0e6ec;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 36px;

	position: sticky;
	top: 0;
	z-index: 1000;

	backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.logo img {
  width: 5rem;
  height: auto;
  object-fit: contain;
}

#invitem {
	width: 5rem;
	height: 5rem;
}

.titleFirst {
    font-weight: 300;
    font-size: 4.5rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-links a {
  text-decoration: none;
  color: #44556f;
  font-size: 18px;
  font-weight: 500;
}

.faq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  color: #ffffff !important;
  font-weight: 700;
  background: linear-gradient(90deg, #db2777, #9333ea);
}

/* Hero section */
.hero {
  min-height: calc(100vh - 78px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 46px 20px 40px;
	flex-direction: column;
}

.hero-content {
  width: 100%;
  max-width: 1280px;
  text-align: center;
}

.hero-content h1 {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 700;
  background: linear-gradient(90deg, #db2777, #9333ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.semibold {
	font-size: 24px;
}

.hero-content p {
	word-spacing: 0.1rem;
  line-height: 1.75rem;
  color: #243552;
}

.container {
	margin-top: 24px;
}

.main-text {
	margin-top: 12px;
  font-size: 20px;
  line-height: 1.25;
  color: #243552;
	text-align: center;
}

.main-text strong {
  font-weight: 800;
}

.sub-text {
  font-size: 20px;
  line-height: 1.3;
  color: #243552;
	margin-top: 12px;
}

.divider {
  margin: 24px auto 24px;
  width: 100%;
  border-top: 1px solid #edc9d7;
}

.footer-note {
  font-size: 18px;
  line-height: 1.45;
  color: #44556f;
	font-style: italic;
}

.no-design {
  text-decoration: none;
}

.creators-section {
  width: 100%;
  padding: 40px 0px;
}

.cards-container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.creator-card {
  width: 405px;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
	cursor: pointer;

	transition: transform 1.5s ease, box-shadow 0.3s ease;
}

.creator-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.image-wrapper {
  width: 100%;
  height: 385px;
  overflow: hidden;
}

.creator-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
	object-position: 50% 5%;
	transition: transform 0.5s ease;
}

.creator-card:hover .creator-image {
  transform: scale(1.08);
}

.creator-content {
  padding: 22px;
}

.creator-content h3 {
  font-size: 26px;
  margin-bottom: 18px;
  color: #0f2342;
}

.visit-btn {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 50px;

  border: 2px solid #ff4fa3;
  border-radius: 16px;

  text-decoration: none;
  color: #ff4fa3;
  font-size: 18px;

  transition: 0.25s;
}

.visit-btn:hover {
  background: #ff4fa3;
  color: white;
}

.faq-section, .rev-section{
  width: 100%;
  padding: 70px 20px 40px;
}

.rev-header {
  text-align: center;
  margin-bottom: 40px;
}

.rev-header h2 {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 14px;
  background: linear-gradient(90deg, #ef4b9a, #9a35e8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.rev-header p {
  font-size: 18px;
  color: #3c4c63;
}

.review-cards {
  width: 100%;
  overflow: hidden;
  padding: 10px 0 16px;
  position: relative;
}

.review-cards {
  width: 100%;
  overflow: hidden;
  padding: 10px 0 16px;
  position: relative;
}

.review-track {
  display: flex;
  width: max-content;
  animation: scrollReviews 90s linear infinite;
  will-change: transform;
}

.review-track:hover {
  animation-play-state: paused;
  cursor: pointer;
}

.review-card {
  flex: 0 0 320px;
  min-height: 230px;
  background: #fcf3fa;
  border: 1px solid #f3ddea;
  border-radius: 18px;
  padding: 34px 32px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  margin-right: 22px;
}

.review-stars {
  font-size: 28px;
  color: #f4c20d;
  letter-spacing: 3px;
  margin-bottom: 22px;
  line-height: 1;
}

.review-text {
  font-size: 19px;
  line-height: 1.45;
  color: #4b5568;
  margin-bottom: 22px;
}

.review-author {
  font-size: 16px;
  font-weight: 700;
  color: #1f2937;
}

@keyframes scrollReviews {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

#faq {
  scroll-margin-top: 100px;
}

.faq-header {
  text-align: center;
  margin-bottom: 40px;
}

.faq-header h2 {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 14px;
  background: linear-gradient(90deg, #ef4b9a, #9a35e8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.faq-header p {
  font-size: 18px;
  color: #3c4c63;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faq-item {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.faq-item:hover {
	cursor: pointer;
	background: #fffff2;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  padding: 28px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  color: #091d3c;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 30px;
}

.faq-answer p {
  color: #4a5870;
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 24px;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 0 30px;
}

.faq-item .ri-arrow-down-s-line {
	transition: transform 0.3s ease;
}

.faq-item.active .ri-arrow-down-s-line {
  transform: rotate(180deg);
	transition: transform 0.3s ease;
}

.pink-arrow {
	color: #db2777;
	font-size: 1.5rem;
}

.site-footer {
  background: linear-gradient(90deg, #111827, #1d2d45, #111827);
  padding: 64px 36px 28px;
  color: #9aa8bc;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.footer-left {
  width: 40rem;
}

.footer-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 22px;
  background: white;
}

.footer-description {
  font-size: 14px;
  line-height: 1.7;
  color: #a6b3c5;
  margin-bottom: 28px;
	max-width: 20rem;
}

.footer-email {
  display: flex;
  align-items: center;
  gap: 12px;
	font-size: 14px;
}

.footer-email i {
  color: #ff4fa3;
  font-size: 22px;
}

.footer-email a {
  text-decoration: none;
  color: #a6b3c5;
  font-size: 14px;
}

.footer-right {
	width: 40rem;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-right h4 {
  color: #f472b6;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.footer-right a {
  text-decoration: none;
  color: #a6b3c5;
  font-size: 14px;
}

.footer-right a:hover,
.footer-email a:hover,
.footer-links a:hover {
  color: #f472b6;
}

.footer-divider {
  margin: 52px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-bottom p {
  font-size: 15px;
  color: #73829a;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-links a,
.footer-links span {
  text-decoration: none;
  color: #73829a;
  font-size: 15px;
}

.node {
  text-decoration: none;
  color: inherit;
}

/* Age verification popup */
.age-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 39, 0.72);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 3000;
}

.age-popup-box {
  width: 100%;
  max-width: 460px;
  background: #ffffff;
  border: 1px solid #f3ddea;
  border-radius: 28px;
  padding: 34px 28px 28px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  animation: popupFade 0.35s ease;
}

.age-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 36px;
  padding: 0 16px;
  margin-bottom: 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(90deg, #db2777, #9333ea);
}

.age-popup-box h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 14px;
  background: linear-gradient(90deg, #db2777, #9333ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.age-popup-box p {
  font-size: 16px;
  line-height: 1.65;
  color: #44556f;
  margin-bottom: 24px;
}

.age-popup-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.age-btn {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.age-btn:hover {
  transform: translateY(-2px);
}

.age-btn-enter {
  color: #ffffff;
  background: linear-gradient(90deg, #db2777, #9333ea);
  box-shadow: 0 10px 24px rgba(219, 39, 119, 0.22);
}

.age-btn-exit {
  background: #fdf2f8;
  color: #db2777;
  border: 2px solid #f9a8d4;
}

.age-popup-hidden {
  display: none;
}

body.age-lock {
  overflow: hidden;
}

@keyframes popupFade {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 600px) {
  .age-popup-box {
    max-width: 100%;
    padding: 28px 20px 22px;
    border-radius: 22px;
  }

  .age-popup-box h2 {
    font-size: 1.6rem;
  }

  .age-popup-box p {
    font-size: 14px;
  }

  .age-btn {
    height: 46px;
    font-size: 14px;
    border-radius: 14px;
  }
}

/* Responsive */

/* Large tablets / small laptops */
@media (max-width: 1100px) {
  .navbar {
    padding: 0 24px;
  }

  .hero-content {
    max-width: 980px;
  }

  .cards-container {
    max-width: 960px;
    gap: 22px;
  }

  .creator-card {
    width: 300px;
  }

  .image-wrapper {
    height: 320px;
  }

  .footer-top {
    gap: 32px;
  }

  .footer-left,
  .footer-right {
    width: auto;
    flex: 1;
  }
}

/* Tablets */
@media (max-width: 900px) {
  .navbar {
    padding: 0 18px;
  }

  .nav-links {
    gap: 18px;
  }

  .nav-links a {
    font-size: 16px;
  }

  .faq-btn {
    min-width: 72px;
    height: 42px;
    padding: 0 16px;
  }

  .hero {
    padding: 34px 16px 36px;
  }

  .hero-content h1 {
    font-size: 3.5rem;
  }

  .semibold {
    font-size: 21px;
  }

  .main-text,
  .sub-text {
    font-size: 18px;
  }

  .cards-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    max-width: 720px;
    padding: 0 8px;
  }

  .creator-card {
    width: 100%;
    min-width: 0;
  }

  .image-wrapper {
    height: clamp(240px, 34vw, 300px);
  }

  .creator-content {
    padding: 16px;
  }

  .creator-content h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .visit-btn {
    height: 42px;
    font-size: 15px;
  }

  .rev-header h2,
  .faq-header h2 {
    font-size: 3rem;
  }

  .footer-top {
    flex-direction: column;
    gap: 26px;
  }

  .footer-left,
  .footer-right {
    width: 100%;
  }

  .footer-description {
    max-width: 100%;
  }
}

/* Phones */
@media (max-width: 600px) {
  .navbar {
    height: 72px;
    padding: 0 14px;
  }

  .logo img,
  #invitem {
    width: 4rem;
    height: 4rem;
  }

  .nav-links {
    gap: 10px;
  }

  .nav-links a {
    font-size: 14px;
  }

  .faq-btn {
    min-width: 62px;
    height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }

  .hero {
    min-height: auto;
    padding: 24px 14px 30px;
  }

  .hero-content h1 {
    font-size: 2.5rem;
  }

  .semibold {
    font-size: 18px;
  }

  .hero-content p {
    line-height: 1.5;
  }

  .container {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .container p,
  .main-text,
  .sub-text {
    font-size: 16px;
  }

  .footer-note {
    font-size: 14px;
  }

  .creators-section {
    padding: 28px 0;
  }

  .cards-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 100%;
    padding: 0 10px;
  }

  .creator-card {
    border-radius: 18px;
  }

  .image-wrapper {
    height: clamp(260px, 60vw, 420px);
  }

  .creator-content {
    padding: 12px;
  }

  .creator-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .visit-btn {
    height: 38px;
    font-size: 13px;
    border-radius: 12px;
  }

  .faq-section,
  .rev-section {
    padding: 44px 14px 28px;
  }

  .rev-header,
  .faq-header {
    margin-bottom: 26px;
  }

  .rev-header h2,
  .faq-header h2 {
    font-size: 2.2rem;
  }

  .rev-header p,
  .faq-header p {
    font-size: 15px;
  }

  .review-card {
    flex: 0 0 260px;
    min-height: 200px;
    padding: 24px 20px;
    margin-right: 16px;
  }

  .review-stars {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .review-text {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .review-author {
    font-size: 14px;
  }

  .faq-container {
    gap: 14px;
  }

  .faq-question {
    padding: 20px 18px;
    font-size: 15px;
  }

  .faq-answer {
    padding: 0 18px;
  }

  .faq-item.active .faq-answer {
    padding: 0 18px;
  }

  .faq-answer p {
    font-size: 14px;
    padding-bottom: 18px;
  }

  .site-footer {
    padding: 42px 16px 24px;
  }

  .footer-divider {
    margin: 34px 0 24px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .footer-links {
    gap: 10px;
  }

  .footer-links a,
  .footer-links span,
  .footer-bottom p,
  #footer-no-id {
    font-size: 12px;
    width: auto;
  }
}

/* Very small phones */
@media (max-width: 380px) {
  .hero-content h1 {
    font-size: 2.15rem;
  }

  .cards-container {
    gap: 10px;
    padding: 0 8px;
  }

  .image-wrapper {
    height: clamp(165px, 33vw, 210px);
  }

  .creator-content h3 {
    font-size: 16px;
  }

  .visit-btn {
    height: 36px;
    font-size: 12px;
  }

  .rev-header h2,
  .faq-header h2 {
    font-size: 2rem;
  }
}