/* KTS v1.4.0 - paid beta offer */
.paid-beta-page {
  background:
    radial-gradient(circle at 92% 8%, rgba(231, 111, 81, .08), transparent 24rem),
    #f7f6f2;
}

.pricing-main { padding-bottom: 72px; }

.pricing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(290px, .7fr);
  gap: 28px;
  align-items: center;
  padding: 52px 0 34px;
}

.pricing-hero h1 {
  margin: 10px 0 18px;
  max-width: 780px;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 1.04;
  letter-spacing: -.055em;
}

.pricing-hero .lead-line { max-width: 760px; }
.pricing-hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }

.price-summary-card,
.offer-card,
.free-scope-card,
.pricing-flow,
.future-plans,
.pricing-notice {
  border: 1px solid rgba(20, 24, 22, .1);
  border-radius: 24px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 50px rgba(21, 26, 23, .07);
}

.price-summary-card { padding: 28px; }
.price-summary-card > strong { display: block; margin-top: 18px; font-size: 1.25rem; }
.price-badge {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: #151a17;
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
}
.price-line { display: flex; align-items: baseline; gap: 6px; margin: 18px 0 8px; }
.price-line b { font-size: clamp(2.5rem, 5vw, 4rem); letter-spacing: -.06em; }
.price-line span { color: #686e69; font-weight: 700; }
.price-summary-card p { margin: 0 0 14px; font-weight: 800; }
.price-summary-card small { color: #6e746f; line-height: 1.65; }

.offer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(270px, .55fr);
  gap: 20px;
  align-items: start;
  margin-top: 24px;
}
.offer-card { padding: clamp(24px, 4vw, 42px); }
.offer-card.featured { border: 2px solid #1c221e; }
.offer-card-head { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; }
.offer-card-head h2 { margin: 12px 0 8px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.offer-card-head p { max-width: 650px; margin: 0; color: #656b67; }
.offer-price { min-width: 165px; text-align: right; }
.offer-price strong { display: block; font-size: 2rem; letter-spacing: -.05em; }
.offer-price span { color: #777d78; font-weight: 700; }

.offer-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 30px;
  margin-top: 30px;
  padding: 26px;
  border-radius: 18px;
  background: #f4f2ec;
}
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 8px 0 8px 28px; font-weight: 700; }
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 7px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #1b211d;
  color: #fff;
  font-size: .75rem;
}

.offer-conditions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}
.offer-conditions div { padding: 17px; border: 1px solid #dedfd9; border-radius: 16px; background: #fff; }
.offer-conditions span { display: block; margin-bottom: 7px; color: #787e79; font-size: .78rem; font-weight: 800; }
.offer-conditions strong { font-size: .92rem; line-height: 1.45; }
.full-offer-cta { display: flex; width: 100%; justify-content: center; margin-top: 20px; }

.free-scope-card { padding: 28px; position: sticky; top: 92px; }
.free-scope-card h2 { margin: 14px 0 10px; }
.free-scope-card p { color: #696f6b; }
.free-scope-card .plain-list { margin: 20px 0 24px; }
.free-scope-card .btn { width: 100%; justify-content: center; }

.pricing-flow,
.future-plans,
.pricing-notice { margin-top: 22px; padding: clamp(24px, 4vw, 38px); }
.pricing-flow h2,
.future-plans h2 { margin: 8px 0 20px; }
.pricing-flow-grid,
.future-plan-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.pricing-flow-grid article,
.future-plan-grid article { padding: 20px; border-radius: 16px; background: #f4f2ec; }
.pricing-flow-grid span,
.future-plan-grid span { display: block; margin-bottom: 12px; color: #c85339; font-size: .76rem; font-weight: 900; letter-spacing: .08em; }
.pricing-flow-grid strong,
.future-plan-grid strong { display: block; margin-bottom: 8px; font-size: 1.05rem; }
.pricing-flow-grid p,
.future-plan-grid p { margin: 0; color: #6d736f; font-size: .9rem; line-height: 1.6; }
.future-plan-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.future-plan-grid strong { font-size: 1.25rem; }
.pricing-notice { background: #1b211d; color: #fff; }
.pricing-notice strong { display: block; margin-bottom: 8px; }
.pricing-notice p { margin: 0; color: rgba(255,255,255,.76); line-height: 1.7; }

.beta-offer-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 24px 0;
  padding: 24px;
  border: 2px solid #1b211d;
  border-radius: 20px;
  background: #fff;
}
.beta-offer-summary h2 { margin: 8px 0 6px; }
.beta-offer-summary p { margin: 0; color: #656b67; }
.beta-offer-summary .offer-price { text-align: right; }
.beta-offer-note { margin-top: 12px; font-size: .88rem; color: #6d736f; }

.home-paid-beta {
  margin: 0 auto;
  padding: clamp(50px, 7vw, 90px) clamp(20px, 5vw, 72px);
  max-width: 1440px;
}
.home-paid-beta-card {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 5vw, 54px);
  border-radius: 28px;
  background: #1b211d;
  color: #fff;
}
.home-paid-beta-card h2 { margin: 10px 0 14px; font-size: clamp(2rem, 4vw, 3.6rem); letter-spacing: -.05em; }
.home-paid-beta-card p { max-width: 760px; color: rgba(255,255,255,.72); }
.home-paid-beta-price { padding: 26px; border-radius: 20px; background: rgba(255,255,255,.09); }
.home-paid-beta-price span { display: block; font-size: .78rem; font-weight: 800; letter-spacing: .08em; }
.home-paid-beta-price strong { display: block; margin: 12px 0 6px; font-size: 2.6rem; letter-spacing: -.06em; }
.home-paid-beta-price small { color: rgba(255,255,255,.67); }
.home-paid-beta-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }

@media (max-width: 900px) {
  .pricing-hero,
  .offer-layout,
  .home-paid-beta-card { grid-template-columns: 1fr; }
  .free-scope-card { position: static; }
  .offer-conditions,
  .pricing-flow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .pricing-hero { padding-top: 30px; }
  .offer-card-head,
  .beta-offer-summary { display: block; }
  .offer-price { margin-top: 20px; text-align: left; }
  .offer-feature-grid,
  .offer-conditions,
  .pricing-flow-grid,
  .future-plan-grid { grid-template-columns: 1fr; }
  .price-summary-card,
  .offer-card,
  .free-scope-card,
  .pricing-flow,
  .future-plans,
  .pricing-notice { border-radius: 18px; }
}


/* v1.4.2 multi-channel booking copy */
.offer-channel-note {
  margin: 18px 0 0;
  padding: 13px 15px;
  border-radius: 14px;
  background: rgba(25, 31, 45, 0.05);
  color: var(--muted, #626b78);
  font-size: 0.9rem;
  line-height: 1.65;
}


.product-channel-main {
  margin: 18px 0 0;
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
  line-height: 1.55;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--ink, #19202d);
}

.product-channel-note {
  margin: 10px 0 0;
  color: var(--muted, #626b78);
  font-size: 0.88rem;
  line-height: 1.65;
}
