.price-page { padding-bottom: 2rem; }
.price-hero { padding: clamp(1.75rem, 4vw, 3rem) 0 1.25rem; }
.price-hero h1 {
  margin: 0 0 0.85rem;
  max-width: 18ch;
}
.price-hero__lead {
  margin: 0 0 1.25rem;
  max-width: 58ch;
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  color: var(--ink-muted);
}
.price-hero__note {
  margin: 0 0 1.35rem;
  padding: 0.95rem 1.1rem;
  max-width: 68ch;
  border-left: 4px solid var(--brand-royal);
  background: #f4f7fb;
  border-radius: 0 14px 14px 0;
  font-size: 0.95rem;
  line-height: 1.55;
}
[data-theme="night"] .price-hero__note { background: rgba(1, 100, 253, 0.12); }
.price-hero__meta {
  margin: 0 0 1.5rem;
  font-size: 0.88rem;
  color: var(--ink-muted);
}
.price-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.price-summary {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.price-summary__item {
  display: block;
  padding: 1rem 1.05rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  min-height: 100%;
}
[data-theme="night"] .price-summary__item { background: var(--bg-elevated); }
.price-summary__item:hover { border-color: rgba(1, 100, 253, 0.45); }
.price-summary__name {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.88rem;
  color: var(--ink-muted);
}
.price-summary__value {
  font-size: 1.15rem;
  font-weight: 750;
  color: var(--brand-royal);
}

.price-board {
  margin-top: 0.5rem;
  padding: 1.25rem 1.35rem 1.5rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}
[data-theme="night"] .price-board { background: var(--bg-elevated); }
.price-board__head { margin-bottom: 1rem; }
.price-board__head p { margin: 0.4rem 0 0; color: var(--ink-muted); }

.price-tabs__nav {
  display: flex;
  gap: 0.45rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0.15rem 0 0.85rem;
  margin: 0 0 0.35rem;
  scrollbar-width: thin;
}
.price-tabs__nav button {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0.5rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font: 550 0.88rem/1.2 var(--font);
  cursor: pointer;
  white-space: nowrap;
}
[data-theme="night"] .price-tabs__nav button { background: var(--bg); }
.price-tabs__nav button[aria-selected="true"] {
  background: var(--brand-royal);
  border-color: var(--brand-royal);
  color: #fff;
}
.price-tabs__panel[hidden] { display: none !important; }

.price-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2.5rem;
}
.price-table__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.78rem 0;
  border-bottom: 1px solid var(--line);
}
.price-table__name {
  min-width: 0;
  font-size: 0.95rem;
  line-height: 1.35;
}
.price-table__value {
  flex-shrink: 0;
  font-weight: 750;
  font-size: 0.95rem;
  color: var(--ink);
  white-space: nowrap;
}
.price-table__empty {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--ink-muted);
}

.price-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  align-items: center;
  margin-top: 1.15rem;
}
.price-cta-row a:not(.btn) {
  color: var(--brand-royal);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.price-factors {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}
.price-factors__item {
  padding: 1.05rem 1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #f7f9fc;
}
[data-theme="night"] .price-factors__item { background: var(--bg-elevated); }
.price-factors__item h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
}
.price-factors__item p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--ink-muted);
}

.price-examples {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.1rem 0 0;
}
.price-example {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}
[data-theme="night"] .price-example { background: var(--bg-elevated); }
.price-example__media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #e8edf5;
}
.price-example__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}
.price-example__ph {
  position: absolute;
  inset: auto 0.75rem 0.75rem 0.75rem;
  padding: 0.28rem 0.5rem;
  border-radius: 8px;
  background: rgba(20, 24, 32, 0.72);
  color: #fff;
  font-size: 0.72rem;
}
.price-example figcaption { padding: 0.9rem 1rem 1.05rem; }
.price-example h3 { margin: 0 0 0.35rem; font-size: 1.02rem; }
.price-example p { margin: 0; font-weight: 750; color: var(--brand-royal); }

.price-trust {
  padding: 1.15rem 1.2rem;
  border-radius: 16px;
  background: #eef4ff;
  border: 1px solid rgba(1, 100, 253, 0.16);
}
[data-theme="night"] .price-trust { background: rgba(1, 100, 253, 0.12); }
.price-trust h2 { margin-bottom: 0.4rem; }
.price-trust p { margin: 0; }

.price-related {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}
.price-related a {
  display: inline-flex;
  padding: 0.5rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.88rem;
}
.price-related a:hover {
  border-color: var(--brand-royal);
  color: var(--brand-royal);
}

@media (max-width: 1100px) {
  .price-summary { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .price-factors { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .price-examples { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .price-summary { grid-template-columns: 1fr 1fr; }
  .price-table { grid-template-columns: 1fr; }
  .price-table__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.18rem;
    padding: 0.7rem 0;
  }
  .price-table__value { white-space: normal; color: var(--brand-royal); }
  .price-factors { grid-template-columns: 1fr; }
  .price-examples { grid-template-columns: 1fr; }
  .price-board { padding: 1rem 0.9rem 1.15rem; }
}
@media (max-width: 420px) {
  .price-summary { grid-template-columns: 1fr; }
}
