/* ============================================================
   WabiFace Kyoto — Free face LP styles  (extends ../style.css)
   Lean: only what this page uses + kyoto-specific kf-* + crosssell.
   No claim-form / code / email styles (Kyoto is genuinely free).
   ============================================================ */

html { scroll-behavior: smooth; }
.tester-lp { scroll-padding-top: 64px; }
.tester-lp section { scroll-margin-top: 64px; }

/* ----- Hero ----- */
.tester-hero {
  max-width: 720px;
  margin: 0 auto;
  padding: 84px 22px 32px;
  text-align: center;
}
.tester-hero-media {
  width: 200px;
  height: 200px;
  margin: 0 auto 24px;
  border-radius: 50%;
  overflow: hidden;
  background: #0a0a14;
  box-shadow: 0 24px 60px rgba(212, 175, 55, 0.16), 0 8px 24px rgba(0, 0, 0, 0.5);
}
.tester-hero-media video {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.tester-hero h1 {
  font-size: clamp(28px, 5vw, 46px);
  line-height: 1.2;
  margin: 12px 0 16px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  color: rgba(245, 230, 211, 0.96);
}
.tester-sub {
  font-size: 16px;
  color: rgba(245, 230, 211, 0.78);
  line-height: 1.75;
  margin: 0 auto 26px;
  max-width: 560px;
}
.tester-sub strong { color: rgba(255, 230, 200, 0.96); font-weight: 500; }

/* ----- Hero CTA (kyoto) ----- */
.kf-cta {
  max-width: 460px;
  margin: 0 auto 6px;
}
.kf-cta-primary {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 18px 24px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
}
.kf-cta-note {
  font-size: 13px;
  color: rgba(245, 230, 211, 0.62);
  text-align: center;
  margin: 12px 0 0;
  line-height: 1.7;
}
.kf-launching-badge {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 20px;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(212, 175, 55, 1);
}

.apple-watch-note {
  max-width: 460px;
  margin: 22px auto 0;
  font-size: 12px;
  color: rgba(245, 230, 211, 0.55);
  text-align: center;
  line-height: 1.7;
}
.apple-watch-note strong { color: rgba(245, 230, 211, 0.78); }
.apple-watch-note a { color: rgba(245, 230, 211, 0.65); text-decoration: underline; }

@media (max-width: 540px) {
  .tester-hero { padding: 92px 16px 24px; }
  .tester-hero-media { width: 150px; height: 150px; margin-bottom: 18px; }
  .tester-hero h1 { font-size: 26px; line-height: 1.25; }
  .tester-sub { font-size: 15px; }
  .kf-cta-primary { padding: 16px 20px; font-size: 16px; }
}
@media (max-width: 360px) {
  .tester-hero-media { width: 124px; height: 124px; }
  .tester-hero h1 { font-size: 23px; }
}

/* ----- Features ----- */
.tester-features {
  max-width: 880px;
  margin: 0 auto;
  padding: 30px 24px;
}
.tester-features h2 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 22px;
}
.tester-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.tester-feature {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 12px;
  padding: 20px 22px;
}
.tester-feature h3 {
  font-size: 16px;
  margin: 0 0 8px;
  color: rgba(255, 230, 200, 0.95);
}
.tester-feature p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(245, 230, 211, 0.78);
}
@media (max-width: 540px) {
  .tester-feature-grid { grid-template-columns: 1fr; }
}

/* ----- Compatibility mini ----- */
.tester-compat-mini {
  max-width: 480px;
  margin: 0 auto;
  padding: 18px 22px 24px;
}
.compat-card {
  max-width: 460px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.compat-col {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  padding: 12px 14px;
  text-align: left;
}
.compat-col h4 {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 8px;
  font-weight: 500;
}
.compat-col-yes h4 { color: rgba(140, 220, 160, 0.85); }
.compat-col-no  h4 { color: rgba(220, 150, 140, 0.85); }
.compat-col ul {
  margin: 0;
  padding-left: 18px;
  font-size: 12px;
  color: rgba(245, 230, 211, 0.82);
  line-height: 1.7;
}
.compat-col-yes ul { list-style: '✓ '; }
.compat-col-no  ul { list-style: '× '; padding-left: 22px; }
@media (max-width: 480px) {
  .compat-card { grid-template-columns: 1fr; }
}

/* ----- Cross-sell (paid collection) ----- */
.kf-collection {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 30px;
  text-align: center;
}
.kf-collection h2 {
  font-size: clamp(22px, 3vw, 30px);
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  color: rgba(245, 230, 211, 0.96);
}
.kf-collection .grid-featured {
  margin-top: 30px;
  text-align: left;
}
.kf-collection .btn-secondary { display: inline-block; }

/* ----- FAQ ----- */
.tester-faq {
  max-width: 720px;
  margin: 0 auto;
  padding: 30px 24px 50px;
}
.tester-faq h2 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 22px;
}
.tester-faq details {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding: 16px 4px;
}
.tester-faq details:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.tester-faq summary {
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  color: rgba(245, 230, 211, 0.92);
  position: relative;
  padding-right: 28px;
  user-select: none;
}
.tester-faq summary::-webkit-details-marker { display: none; }
.tester-faq summary::after {
  content: '+';
  position: absolute;
  right: 6px;
  top: -2px;
  color: rgba(212, 175, 55, 0.85);
  font-size: 22px;
  line-height: 1;
}
.tester-faq details[open] summary::after { content: '−'; }
.tester-faq details[open] summary { color: rgba(255, 230, 200, 0.96); }
.tester-faq details p {
  font-size: 14px;
  color: rgba(245, 230, 211, 0.75);
  margin: 12px 0 4px;
  line-height: 1.75;
}
.tester-faq details:first-of-type[open] {
  background: rgba(212, 175, 55, 0.04);
  border-radius: 6px;
  padding: 16px 14px;
}

/* ----- Trust block ----- */
.trust-block-section {
  padding: 24px 22px 50px;
  text-align: center;
}
.trust-block {
  margin: 0 auto;
  text-align: center;
  max-width: 420px;
}
.play-badge-link { display: inline-block; margin-bottom: 18px; }
.play-badge { height: 56px; width: auto; display: block; margin: 0 auto; }
.operator-info {
  font-size: 12px;
  color: rgba(245, 230, 211, 0.5);
  line-height: 1.7;
  margin: 0;
}
.operator-info a { color: rgba(245, 230, 211, 0.72); text-decoration: underline; }
