.prices-hero { padding: 92px 0 74px; text-align: center; background: var(--wise-sage, #f0f2df); }
.prices-hero__inner { max-width: 720px; }
.prices-hero h1 { color: var(--wise-ink, var(--dark)); }
.prices-hero p { max-width: 590px; margin: 0 auto 1.5rem; }
.prices-eyebrow { margin-bottom: .45rem; color: var(--accent); font-size: .82rem; font-weight: 800; letter-spacing: .06em; }
.prices-answer { background: #fff; }
.prices-answer__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 38px; align-items: center; max-width: 1000px; }
.prices-answer__grid ul { display: grid; gap: 13px; padding: 22px; border-radius: 18px; background: var(--gray-100); }
.prices-answer__grid li { color: var(--dark); font-weight: 600; }
.prices-answer__grid i { color: var(--accent); margin-left: 7px; }
.prices-table-section { background: var(--gray-100); }
.prices-table-wrap { overflow-x: auto; background: #fff; border-radius: 18px; box-shadow: var(--shadow); }
.prices-table { width: 100%; min-width: 690px; text-align: right; }
.prices-table th, .prices-table td { padding: 18px 20px; border-bottom: 1px solid var(--border); }
.prices-table thead { background: var(--dark); color: #fff; }
.prices-table tbody tr:last-child th, .prices-table tbody tr:last-child td { border-bottom: 0; }
.prices-table tbody th a { display: flex; align-items: center; gap: 9px; color: var(--dark); }
.prices-table strong { font-size: 1.08rem; }
.prices-duration-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.prices-duration-grid article { padding: 25px; border: 1px solid var(--border); border-radius: 18px; background: #fff; }
.prices-faq { background: var(--gray-100); }
.prices-faq__inner { max-width: 820px; }
.prices-faq details { padding: 17px 0; border-bottom: 1px solid var(--border); }
.prices-faq summary { cursor: pointer; color: var(--dark); font-weight: 700; }
.prices-faq details p { padding-top: 12px; margin: 0; }
.prices-empty { max-width: 600px; margin: auto; text-align: center; }
@media (max-width: 700px) { .prices-hero { padding: 68px 0 55px; } .prices-answer__grid, .prices-duration-grid { grid-template-columns: 1fr; gap: 20px; } .prices-table th, .prices-table td { padding: 14px; } }
