.content-page__intro h2,
.content-page__section h2,
.content-page__faq h2,
.content-page__regions h2,
.content-page__related h2 {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
    color: #1e3446;
    margin: 0 0 16px;
}

.content-page__intro,
.content-page__section,
.content-page__faq,
.content-page__regions,
.content-page__related,
.content-page__highlights-wrap {
    margin-bottom: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid #e4e8e8;
}

.content-page__related {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.content-page__lead {
    font-size: 16px;
    line-height: 1.75;
    color: #5a6b7d;
}

.content-page__lead a,
.content-page__body a,
.content-page__section a {
    color: #177265;
    font-weight: 600;
    text-decoration: none;
}

.content-page__lead a:hover,
.content-page__body a:hover,
.content-page__section a:hover {
    color: #1e3446;
    text-decoration: underline;
}

.content-page__hero {
    margin-bottom: 36px;
    overflow: hidden;
}

.content-page__hero img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 7;
    object-fit: cover;
}

.content-page__highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border: 1px solid #e4e8e8;
}

.content-page__highlight {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid #e4e8e8;
    background: #fff;
}

.content-page__highlight:nth-child(odd) {
    border-right: 1px solid #e4e8e8;
}

.content-page__highlight:nth-last-child(-n+2) {
    border-bottom: 0;
}

.content-page__highlight-label {
    font-size: 14px;
    font-weight: 700;
    color: #1e3446;
}

.content-page__highlight-value {
    font-size: 14px;
    line-height: 1.5;
    color: #5a6b7d;
    margin: 0;
}

.content-page__highlight-value a {
    color: #177265;
    font-weight: 600;
    text-decoration: none;
}

.content-page__section-body {
    font-size: 15px;
    line-height: 1.75;
    color: #5a6b7d;
}

.content-page__section-body ul,
.content-page__section-body ol {
    padding-left: 20px;
}

.content-page__price-cta {
    background: #f3f6f6;
    border-left: 4px solid #ff7063;
    padding: 24px 24px 22px;
    margin-bottom: 36px;
}

.content-page__price-cta h3 {
    margin: 0 0 10px;
    font-size: 20px;
    color: #1e3446;
}

.content-page__price-cta p {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.65;
    color: #5a6b7d;
}

.content-page__price-cta a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #177265;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 12px 22px;
    text-decoration: none;
}

.content-page__price-cta a:hover {
    background: #1e3446;
    color: #fff;
}

.content-page__regions-grid,
.content-page__related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 20px;
}

.content-page__regions-grid a,
.content-page__related-grid a {
    color: #1e3446;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}

.content-page__regions-grid a:hover,
.content-page__related-grid a:hover {
    color: #177265;
}

.content-page__faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.content-page__faq-item {
    background: #fff;
    border: 1px solid #e4e8e8;
    border-left: 4px solid #ff7063;
    padding: 24px 24px 22px;
}

.content-page__faq-item h3 {
    margin: 0 0 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e4e8e8;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
    color: #1e3446;
}

.content-page__faq-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #5a6b7d;
}

.content-page__faq-item a {
    color: #177265;
    font-weight: 600;
    text-decoration: none;
}

.content-page__legacy-content {
    font-size: 15px;
    line-height: 1.75;
    color: #5a6b7d;
}

.content-page__legacy-content h2,
.content-page__legacy-content h3 {
    color: #1e3446;
}

@media (max-width: 767px) {
    .content-page__highlights {
        grid-template-columns: 1fr;
    }

    .content-page__highlight {
        grid-template-columns: 1fr;
        border-right: 0 !important;
    }

    .content-page__highlight:nth-last-child(2) {
        border-bottom: 1px solid #e4e8e8;
    }

    .content-page__faq-grid,
    .content-page__regions-grid,
    .content-page__related-grid {
        grid-template-columns: 1fr;
    }
}
