.page-id-39 .camp-page-shell { max-width: 1280px; padding-top: 48px; }
.page-id-39 .camp-page-title { margin-bottom: 20px; }
.hcr-price-intro { max-width: 780px; margin: 0 auto 26px; font-size: 1rem; line-height: 1.55; text-align: center; color: #405047; }
.hcr-price-categories { display: grid; gap: 22px; align-items: start; }
.hcr-price-category { border: 1px solid #d9e2dc; border-radius: 14px; background: #fff; box-shadow: 0 8px 26px rgba(28, 68, 45, .07); overflow: hidden; }
.hcr-price-category-header { padding: 22px 24px; background: linear-gradient(135deg, #174f32, #2d7650); color: #fff; }
.hcr-price-category-header h2 { margin: 0; font-size: clamp(1.35rem, 2vw, 1.85rem); line-height: 1.12; color: #fff; }
.hcr-price-description { max-width: 900px; margin-top: 10px; font-size: .88rem; line-height: 1.45; color: rgba(255, 255, 255, .88); }
.hcr-price-category-header .hcr-price-description,
.hcr-price-category-header .hcr-price-description p,
.hcr-price-category-header .hcr-price-description li { color: rgba(255, 255, 255, .9); }
.hcr-price-description p { margin: 0 0 4px; }
.hcr-price-description p:last-child, .hcr-price-description ul:last-child { margin-bottom: 0; }
.hcr-price-description ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px 16px; margin: 7px 0 10px; padding-left: 18px; }
.hcr-price-table { padding: 0 14px 14px; }
.hcr-price-head, .hcr-price-row { display: grid; align-items: center; gap: 10px; }
.hcr-price-table.has-one-price .hcr-price-head, .hcr-price-table.has-one-price .hcr-price-row { grid-template-columns: minmax(0, 1fr) minmax(86px, .22fr); }
.hcr-price-table.has-two-prices .hcr-price-head, .hcr-price-table.has-two-prices .hcr-price-row { grid-template-columns: minmax(0, 1fr) minmax(58px, .17fr) minmax(58px, .17fr); }
.hcr-price-head { padding: 11px 10px 9px; border-bottom: 2px solid #286f4a; font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #356047; }
.hcr-price-head span:not(:first-child) { text-align: right; }
.camp-entry-content .hcr-price-group { margin: 12px 0 0; padding: 8px 10px; border-radius: 7px 7px 0 0; background: #edf5f0; font-family: inherit; font-size: .9rem; font-weight: 800; line-height: 1.3; color: #174f32; }
.hcr-price-row { min-height: 42px; padding: 7px 10px; border-bottom: 1px solid #e4e9e6; font-size: .87rem; line-height: 1.25; }
.hcr-price-row > div { display: grid; gap: 3px; }
.hcr-price-row strong { font-weight: 600; color: #25372d; }
.hcr-price-row small { font-size: .72rem; font-weight: 400; color: #718078; }
.hcr-price-value { font-weight: 750; font-variant-numeric: tabular-nums; text-align: right; white-space: nowrap; color: #174f32; }
.hcr-price-value small { display: none; }
.hcr-price-contact { margin-top: 24px; padding: 20px; border-radius: 12px; background: #f3efe4; text-align: center; }
.hcr-price-contact p { margin: 0 0 10px; font-size: 1rem; }
.hcr-price-contact .camp-button { display: inline-block; padding: 9px 18px; border-radius: 999px; background: #217149; color: #fff; font-size: .9rem; font-weight: 700; text-decoration: none; }

.hcr-document { max-width: 900px; margin: 0 auto; }
.hcr-document > .hcr-document-lead { margin: 0 0 30px; padding: 20px 24px; border-left: 5px solid #7fad35; border-radius: 0 10px 10px 0; background: #edf5f0; font-size: 1.08rem; line-height: 1.6; }
.camp-entry-content .hcr-document h2 { margin: 42px 0 14px; padding-bottom: 8px; border-bottom: 2px solid #dce8df; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.5vw, 1.85rem); }
.camp-entry-content .hcr-document h3 { margin: 28px 0 10px; font-family: inherit; font-size: 1.05rem; font-weight: 800; }
.hcr-document p { margin: 0 0 13px; line-height: 1.65; }
.hcr-document .hcr-document-alert { padding: 16px 18px; border-radius: 9px; background: #f3efe4; color: #174f32; font-weight: 750; }
.hcr-document .hcr-emergency { display: grid; gap: 6px; margin: 16px 0 24px; padding: 18px 20px; border-radius: 10px; background: #174f32; color: #fff; font-size: 1.2rem; font-weight: 800; }
.hcr-document .hcr-emergency strong { color: #d8ed91; font-size: 1.55rem; }

@media (min-width: 1051px) {
	.hcr-price-categories { grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); }
	.hcr-price-category:first-child { grid-row: 1 / span 2; }
}

@media (max-width: 1050px) {
	.hcr-price-categories { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
	.hcr-price-categories { gap: 28px; }
	.hcr-price-description ul { grid-template-columns: 1fr; }
	.hcr-price-table { padding: 0 16px 18px; }
	.hcr-price-head { display: none; }
	.hcr-price-group { margin-top: 18px; }
	.hcr-price-table.has-one-price .hcr-price-row, .hcr-price-table.has-two-prices .hcr-price-row { grid-template-columns: 1fr auto; gap: 8px 16px; padding: 14px 10px; }
	.hcr-price-table.has-two-prices .hcr-price-row > div { grid-column: 1 / -1; }
	.hcr-price-value { display: grid; gap: 1px; font-size: .95rem; }
	.hcr-price-value small { display: block; font-size: .66rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: #718078; }
}
