* {
  margin: 0;
  padding: 0;
  list-style: none;
}

#home-splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 220;
  background: #160625;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
}

#home-splash.hide {
  display: none
}

#home-splash img {
  height: 40px;
  animation: splashANi 2s infinite;
  display: block;
  transform-origin: center bottom;
}


@keyframes splashANi {
  0% {
    transform: translateY(0) scale(1, 1);
  }

  30% {
    transform: translateY(0) scale(1.025, .975);
  }

  60% {
    transform: translateY(-10px) scale(.975, 1.025);
  }

  80% {
    transform: translateY(0px) scale(1, 1);
  }
}

#home-landpage {
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;

  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 200;
  background: #000 url('/images/home/s5-bg.jpg') bottom center/100% auto no-repeat;

  color: #fff;

}

#home-landpage * {
  box-sizing: border-box;
}

/* Header */
.hp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
  padding: 20px 0;
  backdrop-filter: blur(10px);
}

.hp-header-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
}

.hp-logo {
  height: 48px;
}

.hp-nav {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 30px;
}

.hp-nav a {
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
  color: inherit;
  opacity: .6;
  display: block;
  padding: 10px 0;
  position: relative;
}

.hp-nav a::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 32px;
  margin-left: -20px;
  bottom: 0;
  height: 4px;
  border-radius: 20px;
  background: #fff;
  display: none;
}

.hp-nav a:hover {
  opacity: 1;
}

.hp-nav a.cur {
  font-weight: 600;
  font-size: 16px;
  opacity: 1;
}

.hp-nav a.cur::after {
  display: block;
}



.hp-btn-signin {
  background: #fff;
  padding: 12px 20px;
  border-radius: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.hp-menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
}

.hp-menu-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

/* Drop Menu */
.hp-drop-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}

.hp-drop-menu.show {
  display: block;
}

.hp-drop-menu-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.hp-drop-menu-content {
  position: relative;
  background: #2a1a4e;
  padding: 60px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hp-drop-menu-content a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Primary Button */
.hp-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  padding: 0 10px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.hp-btn-primary .txt {
  flex: 1;
  padding: 0 40px;
}

.hp-btn-primary .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #933CFB;
  border-radius: 100px;
}

.hp-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(168, 85, 247, 0.4);
}

/* Hero image buttons (btn-bg-s.png) */
.hp-hero-btns .hp-btn-primary,
.hp-hero-btns .hp-btn-secondary {
  width: 290px;
  height: 50px;
  background: url('/images/home/btn-bg-s.png') center/100% 100% no-repeat;
  border: none;
  border-radius: 0;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  box-shadow: none;
}

.hp-hero-btns .hp-btn-primary .icon {
  display: none;
}

.hp-hero-btns .hp-btn-primary .txt {
  flex: none;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.hp-hero-btns .hp-btn-primary:hover,
.hp-hero-btns .hp-btn-secondary:hover {
  transform: translateY(-2px);

}

/* Hero Section */
.hp-hero {
  box-sizing: border-box;
  padding: 110px 0 0;
  background: url('/images/home/s1-bg.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
}

.hp-hero-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}

.hp-hero-text {
  flex: 1;
  max-width: 520px;
}

.hp-hero-text h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hp-hero .hp-btn-primary {
  margin-top: 0;
}

.hp-hero-desc {
  font-size: 14px;
  line-height: 1.4;
}

.hp-hero-cards {
  flex-shrink: 0;
  display: flex;
  gap: 16px;
  justify-content: center;
  width: 531px;
  height: 561px;
  position: relative;
}

.hp-hero-cards img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: all .3s ease-in-out;
  transform: translateY(40px);
  opacity: 0;
  cursor: pointer;
}

.hp-hero-cards img:last-of-type {
  opacity: 1;
  transform: translateY(0);
}

.hp-hero-cards img.cur {
  opacity: 1;
  transform: translateY(0);
}



/* ---- Shared section layout ---- */
.section-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-inner a {
  color: #fff;
  text-decoration: underline;
}


.section-heading {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
}

/* ---- Hero secondary button ---- */
.hp-hero-btns {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.hp-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 32px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}


/* ---- S2: What Is 1 on 1 Chat ---- */
.s2-section {
  padding: 80px 0 0;
  background: #0d0617;
}

.s2-section .section-inner {
  text-align: center;
}

.s2-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 700px;
  margin: 0 auto;
}

.s2-text p {
  font-size: 15px;
  line-height: 1.7;
}


.s2-text a:hover {
  text-decoration: underline;
}

.s2-photos {
  margin-top: 48px;
  width: 100%;
}

.s2-photos img {
  width: 100%;
  display: block;
}

/* ---- S3: Content blocks ---- */
.s3-section {
  padding: 0 0 80px;
}

.s3-block {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.s3-block:last-child {
  border-bottom: none;
}

.s3-block--text-right {
  flex-direction: row-reverse;
}

.s3-block-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.s3-block-text h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.3;
}

.s3-block-text h2::after {
  content: '';
  display: block;
  width: 398px;
  height: 3px;
  margin-top: 12px;
  background: linear-gradient(225deg, rgba(255, 250, 0, 0), rgba(255, 250, 0, 1));
}

.s3-block-text p {
  font-size: 15px;
  line-height: 1.7;
}


.s3-block-text a:hover {
  text-decoration: underline;
}

a.s3-btn, .s3-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 354px;
  height: 55px;
  padding: 0;
  background: url('/images/home/btn-bg-m.png') center/100% 100% no-repeat;
  color: #000;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  margin-top: 8px;
  transition: transform 0.2s;
}

.s3-btn:hover {
  transform: translateY(-2px);
}

.s3-block-images {
  flex: 0 0 531px;
  width: 531px;
}

.s3-block-images img {
  width: 531px;
  display: block;
  border-radius: 20px;
  object-fit: cover;
}

/* ---- S4: Getting Started ---- */
.s4-section {
  padding: 80px 0;
  background: #000;
}


.s4-subtitle {
  margin-bottom: 48px;
  text-align: center;
}

.s4-subtitle p {
  font-size: 15px;
  line-height: 1.8;
}

.s4-steps {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0 auto;
  margin-bottom: 48px;
  max-width: 560px;
}

.s4-step {
  display: flex;
  align-items: center;
  gap: 24px;
}

.s4-step-num {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: linear-gradient(180deg, #FFE808 0%, #FFEF10 100%);
  box-shadow: 0 0 16px rgba(255, 236, 13, 0.77);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  flex-shrink: 0;
}

.s4-step p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

.s4-desc {
  font-size: 15px;
  color: #FFE808;
  text-align: center;
}

/* ---- S5: FAQ ---- */
.faq-section {

  padding: 0 0 200px;
}

.faq-section__inner {
  max-width: 860px;
}

.faq-list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  border-radius: 12px;
  overflow: hidden;
  background: #262626;
  color: #fff;
}

.faq-item.open {
  background: linear-gradient( 180deg, #FFE808 0%, #FFEF10 100%);
  box-shadow: 0px 0px 26px 0px rgba(255,236,13,0.77);
  color: #000;
}

.faq-item.open .faq-q {
  background: transparent;
  padding-bottom: 10px;
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 26px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  gap: 16px;
}

.faq-q h3 {
  font-size: 16px;
  font-weight: 700;
  flex: 1;
  margin: 0;
}

.faq-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  position: relative;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background: #fff;
  border-radius: 2px;
}

.faq-icon::before {
  width: 10px;
  height: 2px;
}

.faq-icon::after {
  width: 2px;
  height: 10px;
  transition: transform 0.3s ease;
}

.open .faq-icon::before,
.open .faq-icon::after {
  background: #000;
}


.faq-item.open .faq-icon {
    transform: rotate(45deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;

}

.faq-item.open .faq-a {
  max-height: 400px;
}

.faq-a p {
  padding: 0 24px 20px;
  font-size: 14px;
  line-height: 1.7;
}

.faq-a p a,
.faq-a p em {
  font-style: italic;
}


/* Footer */
.hp-footer {
  padding: 40px 0;
}

.hp-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.hp-footer-logo {
  height: 58px;
  margin-bottom: 30px;
}

.hp-footer-nav {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.hp-footer-nav a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s;
}

.hp-footer-nav a:hover {
  color: #fff;
}

.hp-footer .copy {
  font-size: 12px;
  opacity: .4;
  margin-top: 20px;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {


  .hp-nav {
    display: none;
  }

  .hp-menu-btn {
    display: flex;
  }

  .hp-header {
    padding: 10px 0;
  }

  .hp-header-inner {
    padding: 0 14px;
  }

  .hp-hero {
    height: auto;
    padding: 0;
    padding-top: 62px;
    min-height: auto;
    position: relative;
    background-image: url('/images/home/s1-bg-m.jpg');

  }

  .hp-hero-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    height: auto;
  }

  .hp-hero-text {
    position: relative;
    width: 100%;
    text-align: left;
    max-width: 100%;
    z-index: 10;
    padding: 0 14px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 1;
    background: linear-gradient( 180deg, #ffffff00 0%, rgb(0, 0, 0) 50px);
  }

  .hp-hero-text h1 {
    font-size: 32px;
  }

  .hp-hero-text>* {
    order: 2;
  }

  .hp-hero-text .hp-hero-btns {
    margin: 20px 0 0;
  }

  .hp-btn-primary {
    height: 70px;
    padding: 8px;
  }

  .hp-btn-primary .txt {
    padding: 0 24px;
    flex: none;
    font-size: 18px;
  }

  .hp-btn-primary .icon {
    width: 56px;
    height: 56px;
  }

  .hp-hero-cards {
    height: 10rem;
    width: 100%;

  }

  .hp-hero-col-1 {
    padding-top: 20px;
  }

  .hp-hero-col-2 {
    padding-bottom: 20px;
  }



  /* ---- Hero buttons ---- */
  .hp-hero-btns {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .hp-hero-btns .hp-btn-primary,
  .hp-hero-btns .hp-btn-secondary {
    width: 290px;
    height: 50px;
  }

  .section-inner {
    padding: 0 8px;
  }

  /* ---- S2 ---- */
  .s2-section {
    padding: 48px 0;
  }

  /* ---- S2 ---- */
  .s2-section {
    padding: 48px 0 0;
  }

  .s2-photos {
    margin-top: 32px;
  }

  /* ---- S3 ---- */
  .s3-section {
    padding: 32px 0 48px;
  }

  .s3-block,
  .s3-block--text-right {
    flex-direction: column;
    gap: 32px;
    padding: 40px 0;
  }

  .s3-block-images {
    width: 100%;
    flex: none;
  }

  .s3-block-images img {
    width: 100%;
    border-radius: 12px;
  }

  .s3-block-text h2 {
    font-size: 22px;
  }

  .s3-block-text h2::after {
    width: 100%;
  }

  .s3-btn {
    width: 290px;
    height: 50px;
    background-image: url('/images/home/btn-bg-s.png');
    font-size: 15px;
    margin: 0 auto;
  }

  /* ---- S4 ---- */
  .s4-section {
    padding: 48px 0;
  }


  .s4-steps {
    max-width: 100%;
    gap: 24px;
  }

  .s4-step p {
    font-size: 18px;
  }

  /* ---- S5: FAQ ---- */
  .faq-section {
    padding: 48px 0 56px;
  }

  .faq-q {
    font-size: 14px;
    padding: 16px 18px;
  }

  .faq-q h3 {
    font-size: 14px;
  }

  .faq-a p {
    padding: 0 18px 16px;
    font-size: 13px;
  }



  .hp-footer-inner {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .hp-footer-logo {
    margin-bottom: 20px;
  }

  .hp-footer-nav {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
}