/* ============================================================
   Base reset + shared layout (header / footer)
   Same as about.css base
   ============================================================ */

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

#home-landpage {
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 200;
  background: #1a0a2e;
  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;
}

/* 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;
}

/* ============================================================
   Talk to Strangers — Page Specific Styles
   ============================================================ */

/* Hero Banner */
.ts-hero {
  position: relative;
  padding: 0 0 0;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  align-items: center;
  aspect-ratio: 10 / 4.5;
  background:url(/images/talk-to/banner-pc.png) right center no-repeat, url(/images/talk-to/banner-bg.png) center no-repeat;
  background-size: auto 100%, cover
}

.ts-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto;
  padding: 100px 20px 20px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.ts-hero-content {
  width:50%;
}
.ts-hero-content h1 {
  font-size: 38px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 20px;
}
.ts-hero-content h1 strong {
  font-size: 60px;
  font-weight: 700;
}
.ts-hero-lead {
  margin-bottom: 16px !important;
}
.ts-hero-content p {
  font-size: 14px;
  line-height: 1.8;
  opacity: .85;
  margin-right: 100px;
}

/* Common section */
.ts-inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.ts-section {
  padding: 80px 0;
}
.ts-section h2 {
  font-size: 36px;
  font-weight: lighter;
  margin-bottom: 24px;
  line-height: 1.2;
}
.ts-section h2 strong {
  font-weight: 700;
  font-size:56px;
}
.ts-section p {
  font-size: 14px;
  line-height: 1.5;
  opacity: .85;
  margin-bottom: 8px;
}
a {
  color: inherit;
}

/* No Script section */
.ts-section-noscript {
  background: linear-gradient(180deg, #1a0a2e 0%, #200532 100%);
}

/* Image banner */
.ts-image-banner {
  position: relative;
  max-width: 1180px;
  margin:-50px auto -200px;
  background: #200532;
}
.ts-image-banner-img {
  width: 100%;
  display: block;
}
.ts-image-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 120px;
  font-weight: 700;
  color: rgba(255,255,255,0.15);
  white-space: nowrap;
  pointer-events: none;
  font-style: italic;
}

/* Conversation section */
.ts-section-conversation {
  position:relative;
  z-index: 2;
}


/* Feature sections (two-column) */
.ts-feature {
  display: flex;
  align-items: stretch;
  background: #933CFB;
  max-width: 940px;
}
.ts-feature-content {
  flex: 1;
  padding: 30px 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 540px;
  text-align: left;
}
.ts-feature-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}
.ts-feature-content p {
  font-size: 12px;
  line-height: 2;
  opacity: .85;
}
.ts-feature-img {
  flex: 0 0 495px;
  max-width: 495px;
}
.ts-feature-img img {
  width: 100%;
  display: block;
}
.ts-feature-reverse {
  flex-direction: row-reverse;
}

.ts-feature-bot{
  padding: 90px 0;
  max-width: 940px;
  margin:0 auto;
}
.ts-feature-bot .ofeature{
  text-align: left;
  position:relative;
  padding-left:100px;
  margin-bottom: 80px;
}

.ts-feature-bot .ofeature h2{
  font-size:24px;
  margin-bottom: 20px;
}
.ts-feature-bot .ofeature p{
  font-size: 12px;
  line-height: 2;
  opacity: .85;
}

.ts-feature-bot .ofeature::before{
  content: '';
  position:absolute;
  left:0;
  top:0;
  width: 42px;
  height: 103px;
  background: linear-gradient( 180deg, #B235FF 0%, #160025 100%);
  border-radius: 100px;
}


/* ============================================================
   FAQ Section (same as anonymous-video-chat)
   ============================================================ */

.avc-faq {
  padding: 80px 0;
  background: url(/images/about/box-bg.png) center no-repeat;
  background-size: cover;
}
.avc-faq-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}
.avc-faq-inner h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.avc-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.avc-faq-item {
  background: #00000020;
  border-radius: 12px;
  overflow: hidden;
  transition: background 0.2s;
}
.avc-faq-item[open] {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.avc-faq-item summary {
  padding: 18px 24px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.avc-faq-item summary::-webkit-details-marker {
  display: none;
}
.avc-faq-answer {
  padding: 0 24px 18px;
}
.avc-faq-answer p {
  font-size: 14px;
  line-height: 1.7;
  opacity: .8;
}

/* ============================================================
   Closing CTA (same as about.html au-section-cta)
   ============================================================ */

.au-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
.au-section-cta {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: #fff;
}
.au-section-cta h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
}
.au-section-cta p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
}

/* ============================================================
   Mobile Responsive
   ============================================================ */
@media screen and (max-width: 768px) {
  /* Header mobile */
  .hp-header {
    padding: 10px 0;
    background: #00000010;
  }
  .hp-header-inner {
    padding: 0 14px;
  }
  .hp-header-inner .hp-nav {
    display: none;
  }

  /* Footer mobile */
  .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;
  }

  /* Hero mobile */
  .ts-hero {
    min-height: auto;
    padding: 0;
    aspect-ratio:  auto;
    background: url(/images/talk-to/banner-mb.png) center top no-repeat, url(/images/home/homg-bg.jpg) center top no-repeat;
    background-size: 100% auto, cover;
  }
  .ts-hero-inner {
    flex-direction: column;
    padding: 105% 20px 40px;
    gap: 30px;
  }
  .ts-hero-content{
    width: auto;
  }
  .ts-hero-content h1 {
    padding-top: 32px;
    font-size: 32px;
  }
  .ts-hero-content h1 strong {
    font-size: 52px;
  }
  .ts-hero-content p{
    margin-right:0;
    font-size:14px;
  }
  .ts-hero-content .ts-hero-lead{
    font-size: 18px;
  }
  .ts-hero-img {
    display: none;
  }

  /* Sections mobile */
  .ts-section {
    padding: 50px 0;
  }
  .ts-inner {
    padding: 0 20px;
  }
  .ts-section h2 {
    font-size: 30px;
  }
  .ts-section h2 strong {
    font-size:42px;
  }
  .ts-section-conversation h2 {
    font-size: 34px;
  }

  /* Image banner mobile */
  .ts-image-banner {
    width:100%;
    height: 50%;
    overflow: hidden;
    margin: -50% auto -140px;
  }
  .ts-image-banner-img {
    height: 100%;
    width: auto;
    transform: translateX(-14%);
  }
  .ts-image-banner-text {
    font-size: 60px;
  }

  .ts-section-conversation h2{
    font-size:24px;
  }

  /* Feature sections mobile */
  .ts-feature {
    flex-direction: column;
  }
  .ts-feature.ts-inner{
    padding:0;
  }
  .ts-feature-reverse {
    flex-direction: column;
  }
  .ts-feature-content {
    padding: 10px 20px 20px;
    max-width: 100%;
    order: 2;
  }
  .ts-feature-reverse .ts-feature-content {
    padding: 10px 20px 20px;
  }
  .ts-feature-img {
    flex: none;
    max-width: 100%;
    width: 100%;
    order: 1;
  }
  .ts-feature-img img {
    width:100%;
    height: auto;
  }
  .ts-feature-content h2 {
    font-size: 24px;
  }

  .ts-feature-bot{
    padding: 40px 0;
  }
  .ts-feature-bot .ofeature {
    padding: 0;
    margin-bottom: 40px;
  }
  .ts-feature-bot .ofeature h2{
    padding-left: 60px;
  }
  .ts-feature-bot .ofeature p{
    padding: 0 20px;
  }

  .ts-feature-bot .ofeature::before{
    width: 20px;
    height: 48px;
    left: 20px;
    top: 4px;
  }


  /* FAQ mobile */
  .avc-faq {
    padding: 50px 0;
  }
  .avc-faq-inner {
    padding: 0 16px;
  }
  .avc-faq-inner h2 {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .avc-faq-item summary {
    padding: 14px 16px;
    font-size: 14px;
  }
  .avc-faq-answer {
    padding: 0 16px 14px;
  }

  /* CTA mobile */
  .au-section-cta {
    padding: 60px 0;
  }
  .au-section-cta h2 {
    font-size: 30px;
  }
}
