* {
  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 80px;
  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;
  padding: 28px 0;
}

.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 ── */
.fr-s1 {
  padding: 120px 0 0;
  position: relative;
  overflow: hidden;
  background: #FFFDE2;
}

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

  background: url('/images/free-video-chat-online/s1-bg.jpg') top center no-repeat;
  background-size: cover;
}

.fr-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;
}

.fr-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;
}

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

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

}

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


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

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

.fr-s1-photo2 {
  width: 864px;
  height: 505px;
  display: block;
  margin-left: -202px;
}

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

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

.fr-s1-photo1 {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}



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

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

.fr-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 ── */
.fr-s2 {
  padding: 56px 0;
  background: #FFFDE2 url('/images/free-video-chat-online/s2-bg.jpg') top center no-repeat;
  background-size: 100% auto;
}

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

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

.fr-s2-card {
  flex: 1;
  text-align: center;
  max-width: 257px;
  position: relative;

}

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

.fr-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%;
}

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

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

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

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

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

.fr-s3 .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

.fr-s3-grid {
  display: flex;
  gap: 18px;
  margin-top: 118px;
}

.fr-s3-card {
  flex: 1;
  background: #FFFBBB;
  border-radius: 20px;
  padding: 0 24px 32px;
  color: #000;
}

.fr-s3-head {
  display: inline-block;
  color: #FFEE10;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  padding: 14px 20px;
  margin: 0 0 20px;
  margin-left: -24px;
  margin-top: -65px;
  background: #000000;
  box-shadow: 0px 0px 8px 0px rgba(255, 236, 13, 0.77);
  border-radius: 0px 66px 66px 0px;
}

.fr-s3-card p {
  font-size: 14px;
  line-height: 1.7;
}

/* ── SECTION 4: HOW ECONOMICS WORK ── */
.fr-s4 {
  padding: 56px 0;
  background: #FFFDE2;

}

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

.fr-econ-block {
  margin-bottom: 32px;
}

.fr-econ-head {
  background: #000;
  color: #FFE80A;
  font-size: 18px;
  font-weight: 700;
  padding: 18px 28px;
  border-radius: 16px 16px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fr-econ-head span {
  font-size: 14px;
  font-weight: 400;
}

.fr-econ-table {
  width: 100%;
  border-collapse: collapse;
  background: #FFFBBB;
}

.fr-econ-table td {
  font-size: 15px;
  color: #333;
  padding: 13px;
  border-bottom: 5px solid #fff;
}

.fr-econ-table tr:last-child td {
  border-bottom: none;
}

.fr-econ-table tr td:first-child {
  border-right: 5px solid #fff;
}

.fr-econ-table tr td:only-child {
  border-right: none;
}

.fr-econ-strong {
  color: #000;
  font-weight: 700;
  white-space: nowrap;
  width: 1%;
}

.fr-econ-footnote {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin-top: 16px;
}

.fr-free-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
  margin-top: 8px;
}

.fr-free-list li {
  counter-increment: fr-free;
  font-size: 15px;
  color: #000;
  padding: 12px 0 12px 28px;
  border-bottom: 1px solid #FFD320;
  position: relative;
}

.fr-free-list {
  counter-reset: fr-free;
}

.fr-free-list li::before {
  content: counter(fr-free) ".";
  position: absolute;
  left: 0;
  color: #000;
  font-weight: 700;
}

/* ── SECTION 5: WHY FREEMIUM ── */
.fr-s5 {
  padding: 56px 0;
  background: #FFE808;
}

.fr-s5 .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.fr-s5-tilegrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.fr-s5-tile-pair {
  display: flex;
}

.fr-s5-tile-pair.pair-reverse {
  flex-direction: row-reverse;
}

.fr-s5-tile-text {
  background: #000;
  color: #fff;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 280px;
  width: 50%;
}

.fr-s5-tile-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #FFE808;
  margin-bottom: 10px;
  line-height: 1.3;
}

.fr-s5-tile-text p {
  font-size: 12px;
  line-height: 1.6;
  color: #ddd;
}

.fr-s5-tile-photo {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  width: 50%;

}

.fr-s5-tile-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.fr-s5-tile-badge {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FFE808;
  box-shadow: 0 0 10px 0 rgba(255, 236, 13, 0.8);
}

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

/* ── SECTION 6: WHAT'S FREE VS COSTS COINS ── */
.fr-s6 {
  padding: 56px 0;
  background: linear-gradient(180deg, #FFE808 328px, #FFFDE2 328px, #FFFDE2 100%);
}

.fr-s6 .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.fr-s6-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.fr-s6-card {
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  padding: 6px;
}

.fr-s6-head {
  background: rgba(255, 255, 255, 0.26);
  color: #FFEF10;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 20px;
  line-height: 1.3;
}

.fr-s6-card ul {
  list-style: none;
  padding: 8px 20px 16px;
}

.fr-s6-card li {
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 238, 15, 0.7);
}

.fr-s6-card li:last-child {
  border-bottom: none;
}

.fr-s6-quote {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  text-align: center;
  max-width: 800px;
  margin: 40px auto 0;
  text-shadow: 0 0 20px rgba(255, 236, 13, 0.8);
}

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

}

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

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

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

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

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

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

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

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

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

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

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

.fr-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: 28px 0;
  }

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

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

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

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

  .fr-s1::before {

  height: 18.6rem;

  background-image: url('/images/free-video-chat-online/s1-bg-m.jpg');
  }

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

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

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

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

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

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

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


  .fr-s1-col-right {
    max-width: 100%;
    padding: 17px;
  }
  .fr-intro-text {
    margin-bottom: 0;
  }

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

  /* S2 */
  .fr-s2 {
    padding: 40px 20px;
  }

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

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

  /* S3 */
  .fr-s3 {
    padding: 40px 20px;
  }

  .fr-s3 .inner {
    padding: 0;
  }

  .fr-s3-grid {
    flex-direction: column;
    gap: 52px;
    margin-top: 0;
  }

  .fr-s3-head {
    font-size: 16px;
  }

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

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

  .fr-econ-head {
    font-size: 16px;
    padding: 14px 20px;
  }

  .fr-econ-table,
  .fr-econ-table tbody,
  .fr-econ-table tr,
  .fr-econ-table td {
    display: block;
    width: 100%;
  }

  .fr-econ-table tr {
    padding: 12px 16px;
  }

  .fr-econ-table td {
    padding: 2px 0;
    border-bottom: none !important;
    border-right: none !important;
  }

  .fr-free-list {
    grid-template-columns: 1fr;
  }

  /* S5 */
  .fr-s5 {
    padding: 40px 0;
    background: #FFFDE2;
  }

  .fr-s5 .inner {
    padding: 0;
  }

  .fr-s5 .section-sub {
    padding: 0 17px;
  }

  .fr-s5-tilegrid {
    grid-template-columns: 1fr;
  }

  .fr-s5-tile-pair {
    display: block;
  }

  .fr-s5-tile-pair.pair-reverse {
    flex-direction: row;
  }

  .fr-s5-tile-text {
    min-height: auto;
    width: 100%;
    margin-top: -106px;
    z-index: 1;
    position: relative;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100px);
  }

  .fr-s5-tile-photo {
    height: 268px;
    min-height: 268px;
    width: 100%;
  }

  .fr-s5-tile-photo img {
    width: 100%;
  }

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

  }

  /* S6 */
  .fr-s6 {
    padding: 40px 20px;
    background: linear-gradient( 180deg, #FFE808 0%, #FFEF10 100%);
  }


  .fr-s6 .inner {
    padding: 0;
  }

  .fr-s6-grid {
    grid-template-columns: 1fr;
  }

  .fr-s6-quote {
    font-size: 15px;
  }

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

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

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

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

  .fr-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 */
  .fr-s9 {
    padding: 50px 20px;
  }

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

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

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

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