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

a {
  color: inherit;
  text-decoration: none;
}

body,
html {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}


/* ── SHARED ── */
.btn-primary {
  background: #000;
  color: #FFE80A;
  border: 1.5px solid #FFE80A;
  border-radius: 40px;
  padding: 22px 40px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  transition: opacity .2s;
  text-align: center;
  box-shadow: 0px 0px 9px 0 #FFB400;
}

.btn-one {
  background: #FFE90A;
  color: #000;
  box-shadow: 0px 0px 15px 1px #FFB400;
  border-radius: 42px;
  border: 1px solid #FFFFFF;
}

.btn-primary:hover {
  opacity: .85;
}

.section-h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}

.section-sub {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}

.section-sub .red-txt {
  color: #FF5151;
  font-size: 20px;
}

.step-num {
  background: #FFE808;
  color: #000;
  font-size: 18px;
  font-weight: 900;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0px 0px 26px 0px rgba(255, 236, 13, 0.77);
}

.step-text strong {
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}

.step-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* glance table (共用) */
.glance-table-wrap {
  max-width: 973px;
  margin: 0 auto;
  overflow: hidden;
  background: #FFD110;
  box-shadow: 0px 0px 34px 0px rgba(255, 236, 13, 0.77);
  border-radius: 20px;
  padding: 36px 12px;
}

.glance-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 500px;
}

.glance-table tbody tr:nth-child(odd) {
  background: #FFFAC8;
}

.glance-table tbody tr:nth-child(even) {
  background: #fff;
}

.glance-table td {
  padding: 14px 24px;
  height: 60px;
  font-size: 15px;
  color: #000;
  vertical-align: middle;
}

.glance-table td.label {
  width: 42%;
  border-right: 1px solid #FFCA36;
}

/* FAQ (共用 faq-section) */
.faq-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 24px;
}

.faq-section .faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-section details {
  background: #FFFBBB;
  border-radius: 12px;
  overflow: hidden;
}

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

.faq-section summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 50px 20px 26px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: center;
}

.faq-section summary::-webkit-details-marker {
  display: none;
}

.faq-section summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 400;
  color: #000;
  line-height: 1;
}

.faq-section details[open] summary::after {
  content: "–";
}

.faq-section .ans {
  padding: 0 26px 22px;
  font-size: 14px;
  line-height: 1.75;
  color: #000;
}

.faq-section .ans a {
  color: #008bff;
  text-decoration: underline;
}

.faq-section details:not([open]) .ans {
  display: none;
}

/* ── 通用左图右文 / 左文右图 布局 ── */
.media-row {
  display: flex;
  align-items: center;
  gap: 64px;
}

.media-row:last-child {
  border-bottom: none;
}

.media-row-img {
  flex: 1;
  min-width: 0;
}

.media-row-img img {
  width: 100%;
  display: block;
  border-radius: 16px;
  object-fit: cover;
}

.media-row-text {
  width: 450px;
  flex-shrink: 0;
}

.media-row-text h3 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
  line-height: 1.3;
}

.media-row-text h3+h3 {
  margin-top: 28px;
}

.media-row-text p {
  font-size: 15px;
  line-height: 1.75;
  color: #333;
}

.media-row-text p+h3 {
  margin-top: 28px;
}

.media-row-reverse {
  flex-direction: row-reverse;
}


/* ── SECTION 1: HERO + INTRO ── */
.vc-s1 {
  padding: 120px 0 0;
  position: relative;
  overflow: hidden;
  background: #FFFDE2;
}

.vc-s1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 622px;
  z-index: 0;

  background: url('/images/private-1v1-conversations/s1-bg.jpg') top center no-repeat;
  background-size: cover;
}

.vc-s1-row {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  gap: 40px;
  position: relative;
  z-index: 1;
  justify-content: space-between;
}

.vc-s1-col-left {
  width: 460px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #FFE808 0%, #FFEF9E 55%, rgba(255, 253, 226, 0) 70%);
  border-radius: 24px;
}

.vc-s1-card {
  position: relative;
  padding: 48px 36px 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.vc-s1-card .vc-s1-icon {
  position: absolute;
  right: -41px;
  top: 40px;

}

.vc-s1-card .vc-s1-icon img {
  width: 100%;
}


.vc-s1-card h1 {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.15;
  color: #000;
}

.vc-hero-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  max-width: 380px;
}

.vc-s1-photo2 {
  width: 699px;
  height: 491px;
  display: block;
  margin-left: -130px;
}

.vc-s1-col-right {
  flex: 1;
  max-width: 444px;

  min-width: 0;
  display: flex;
  flex-direction: column;
}




.vc-intro-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 80px;
}

.vc-intro-text p {
  font-size: 15px;
  line-height: 1.75;
  color: #333;
}

.vc-dropcap {
  float: left;
  font-size: 56px;
  font-weight: 900;
  line-height: 0.85;
  color: #000;
  padding: 0 10px 0 0;
}

/* ── SECTION 2: WHAT IS + GLANCE ── */
.vc-s2 {
  padding: 56px 0;
  background: #FFFDE2 url('/images/free-video-chat-online/s2-bg.jpg') top center no-repeat;
  background-size: 100% auto;
}

.vc-s2 .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}

.vc-s2-grid {
  display: flex;
  gap: 36px;
  margin-bottom: 32px;
  justify-content: center;
}

.vc-s2-card {
  width: 30%;
  text-align: center;
  max-width: 257px;
  position: relative;

}

.vc-s2-icon {
  position: absolute;
  left: -5%;
  top: -7px;
  width: 110%;
  height: 21px;
  background: #FF7310;
  box-shadow: 0px 0px 26px 0px rgba(255, 236, 13, 0.77);
  border-radius: 24px;
  z-index: 0;
}

.vc-s2-box {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 4px 8px 0px rgba(254, 151, 0, 0.25);
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  z-index: 1;
  padding: 24px;
  position: relative;
  height: 100%;
}

.vc-s2-card .vc-s2-tit {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #FF7610;
}

.vc-s2-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.vc-s2-note {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 12px;
}

.vc-s2-note a {
  color: #1769DC;
  text-decoration: underline;
}

/* ── SECTION 3: WHEN RIGHT FOR YOU ── */
.vc-s3 {
  background: #FFFDE2;
  padding: 40px 0 40px;
}

.vc-s3 .inner {
  max-width: 960px;
  margin: 0 auto;
}

.vc-s3-grid {
  display: flex;
  flex-direction: column;
}


/* ── SECTION 10: THE 25 LANGUAGES ── */

.vc-s6 {
  padding: 40px 0 0;
  background: #FFFDE2;
  overflow: hidden;
}

.vc-s6 .inner {
  max-width: 900px;
  margin: 0 auto;
}

.vc-s6-img {
  font-size: 0;
  padding: 100px 0 70px;
}

.vc-s6-img img {
  max-width: 100%;
  transform: scale(1.4);
}

.vc-steps-wrap {
  display: flex;
  align-items: center;
  gap: 64px;
}

.vc-steps-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.vc-step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.vc-step-num {
  background: #FFE808;
  color: #000;
  font-size: 20px;
  font-weight: 900;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vc-step-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

.vc-step-text p {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}

/* ── SECTION 4: HOW ECONOMICS WORK ── */
.vc-s4 {
  padding: 56px 0;
  background: linear-gradient(180deg, #FFE808 0%, #FFEF10 100%);

}

.vc-s4 .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}


/* ── SECTION 5: SAFETY & PRIVACY ── */
.vc-s5 {
  padding: 40px 0;
  background: #FFFDE2;
}

.vc-s5 .inner {
  max-width: 960px;
  margin: 0 auto;
}

.vc-s5-grid {
  display: flex;
  flex-direction: column;
}

.vc-s5-note {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  text-align: center;
  max-width: 760px;
  margin: 24px auto 0;
}

.vc-s5 .vc-s2-note {
  background: linear-gradient(to right, transparent 0%, #FFE808 20%, #FFE808 80%, transparent 100%);
  font-size: 14px;
  padding: 10px 0;
  font-weight: bold;
}


/* ── SECTION 7: OPEN YOUR FIRST ── */
.vc-s7 {
  padding: 56px 0;
  background: #FFFDE2;

}

.vc-s7 .inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

.vc-s7-steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto 40px;
  width: 500px;
  text-align: left;
}

.vc-s7-step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.vc-s7-notes {
  margin-top: 16px;
  font-size: 14px;
  color: #333;
}

/* ── SECTION 8: FAQ ── */
.vc-s8 {
  padding: 56px 0;
  background: #FFFDE2;
}

.vc-s8 .inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ── SECTION 9: FINAL CTA ── */
.vc-s9 {
  background-image: url('/images/free-video-chat-online/s6-bg.png');
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #ffe20e;
  padding: 80px 0;
}

.vc-s9 .inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 40px;
}

.vc-s9-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}

.vc-s9-text h2 {
  font-size: 44px;
  font-weight: 900;
  color: #000;
  line-height: 1.1;
}

.vc-s9-text p {
  font-size: 17px;
  line-height: 1.65;
  color: #000;
  max-width: 640px;
}

.vc-s9-notes {
  font-size: 15px;
  color: #000;
  line-height: 1.8;
}


/* ── RESPONSIVE ── */
@media (max-width: 767px) {
  .hidden-xs-only {
    display: none !important
  }

  .site-header {
    padding: 0 16px;
  }

  .site-header .inner {
    gap: 12px;
  }

  .site-header .the-nav {
    gap: 12px;
    display: none;
  }

  .site-header .the-nav a {
    font-size: 13px;
  }

  .section-h2 {
    font-size: 26px;
  }

  .section-sub {
    font-size: 14px;
  }

  .btn-primary {
    font-size: 19px;
    padding: 16px 40px;
    width: auto;
  }

  .btn-one {
    font-size: 25px;
    width: 100%;
  }

  .glance-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 16px;
    padding: 20px 8px;
  }

  .media-row,
  .media-row-reverse {
    flex-direction: column !important;
    gap: 20px;
    padding: 0;
  }

  .media-row-img img {
    width: 100%;
  }

  .media-row-text {
    width: 100%;
  }

  .media-row-text h3 {
    font-size: 18px;
  }

  /* S1 */
  .vc-s1 {
    padding: 8.35rem 0 0;
  }

  .vc-s1::before {

    height: 18.6rem;

    background-image: url('/images/private-1v1-conversations/s1-bg-m.png');
  }

  .vc-s1-row {
    flex-direction: column;
    gap: 60px;
    align-items: flex-start;
    min-width: 100%;
    overflow: hidden;
  }

  .vc-s1-col-left {
    width: 9.54rem;
    background: linear-gradient(180deg, #FFE808 0%, #FFEF9E 55%, #FFFDE2 100%);
  }

  .vc-s1-card {
    padding: 32px 24px 28px;
    align-items: center;
  }

  .vc-s1-card .vc-s1-icon {
    width: 55px;
    right: -19px;
  }

  .vc-s1-card h1 {
    font-size: 36px;
  }

  .vc-hero-desc {
    font-size: 14px;
    max-width: 100%;
  }

  .vc-s1-photo2 {
    width: 100%;
    margin-left: 0;
    height: auto;
    transform: scale(1.3);
  }


  .vc-s1-col-right {
    max-width: 100%;
    padding: 17px;
  }

  .vc-intro-text {
    margin-bottom: 0;
  }

  .vc-dropcap {
    font-size: 36px;
  }

  /* S2 */
  .vc-s2 {
    padding: 40px 20px;
    background-color: #feee12;
  }

  .vc-s2 .inner {
    padding: 0;
  }

  .vc-s2-grid {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .vc-s2-card {
    width: 100%;
    max-width: 7rem;
  }

  /* S3 */

  .vc-s3 {
    padding: 56px 20px;
  }


  /* S4 */
  .vc-s6 {
    padding: 30px 20px 0;
  }

  .vc-s6-img {
    padding: 50px 0 30px;
  }

  .vc-steps-wrap {
    flex-direction: column;
    gap: 32px;
  }


  .vc-s4 {
    padding: 40px 20px;
    background: linear-gradient(180deg, #FFE808 0%, #FFEF10 100%);
  }

  .vc-s4 .inner {
    padding: 0;
  }


  /* S5 */
  .vc-s5 {
    padding: 30px 20px;
  }

  .vc-s5-note {
    padding: 0 17px;

  }

  /* S7 */
  .vc-s7 {
    padding: 40px 20px;
  }

  .vc-s7 .inner {
    padding: 0;
  }

  .vc-s7-steps {
    width: 100%;
  }

  /* S8 */
  .vc-s8 {
    padding: 30px 20px;
  }

  .vc-s8 .inner {
    padding: 0;
  }

  .faq-section summary {
    font-size: 14px;
    padding: 16px 44px 16px 18px;
  }

  .faq-section .ans {
    font-size: 12px;
    padding: 0 18px 18px;
  }

  /* S9 */
  .vc-s9 {
    padding: 50px 20px;
  }

  .vc-s9 .inner {
    padding: 0;
  }

  .vc-s9-text h2 {
    font-size: 28px;
  }

  .vc-s9-text p {
    font-size: 15px;
  }

  .vc-s9-notes {
    font-size: 13px;
  }
}