.content-page {
    background:
        linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.96)),
        url("/images/homepage-heaven-background.png") center top / cover no-repeat fixed;
}

.content-page main.container {
    max-width: 1040px;
}

.content-page-hero {
    padding: 2.25rem 0 1.5rem;
}

.content-page-kicker {
    color: #5d7973;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.content-band {
    padding: 1.5rem 0;
}

.content-panel {
    border: 1px solid rgba(76, 111, 136, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 50px rgba(58, 82, 90, 0.09);
}

.content-card {
    height: 100%;
    border: 1px solid rgba(76, 111, 136, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
}

.content-icon {
    align-items: center;
    display: inline-flex;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
    border-radius: 50%;
    background: #eaf4f1;
    color: #52736d;
    font-weight: 700;
}

.pricing-row {
    align-items: center;
    border-top: 1px solid rgba(76, 111, 136, 0.14);
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 1fr auto;
    padding: 1rem 0;
}

.pricing-row:first-child {
    border-top: 0;
}

@media (max-width: 575.98px) {
    .content-page-hero {
        padding-top: 1.25rem;
    }

    .pricing-row {
        grid-template-columns: 1fr;
    }
}

/* Editorial content pages */
.content-page {
    background:
        linear-gradient(120deg, rgba(18, 63, 70, 0.48), rgba(255, 250, 240, 0.9) 44%, rgba(232, 242, 238, 0.94)),
        repeating-linear-gradient(135deg, rgba(18, 63, 70, 0.035) 0 1px, transparent 1px 28px),
        url("/images/homepage-heaven-background.png") center top / cover no-repeat fixed;
}

.content-page main.container {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    border: 0;
    border-radius: 8px;
    background: rgba(255, 250, 240, 0.92);
    box-shadow: 0 34px 90px rgba(10, 30, 34, 0.18);
}

.content-page-hero {
    padding: clamp(2rem, 5vw, 4.5rem) 0 2rem;
}

.content-page-kicker {
    color: var(--bmp-petal);
}

.content-page-hero h1 {
    color: var(--bmp-evergreen);
    font-weight: 800 !important;
    text-wrap: balance;
}

.content-page-hero h1::after {
    content: "";
    display: block;
    width: 7rem;
    height: 0.25rem;
    margin-top: 0.8rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--bmp-petal), var(--bmp-gold));
}

.content-panel,
.content-card {
    border-color: rgba(18, 63, 70, 0.13);
    background:
        linear-gradient(135deg, rgba(255, 250, 240, 0.98), rgba(232, 242, 238, 0.62));
    box-shadow: 0 18px 44px rgba(12, 35, 39, 0.1);
}

.content-icon {
    background: var(--bmp-evergreen);
    color: #fffaf0;
    box-shadow: 0 10px 24px rgba(18, 63, 70, 0.2);
}

/* Final paradise content pass */
.content-page {
    background-color: #eaf8ff;
    background:
        linear-gradient(115deg, rgba(234, 248, 255, 0.92) 0%, rgba(255, 252, 240, 0.9) 52%, rgba(250, 232, 236, 0.88) 100%),
        url("/images/homepage-heaven-background.png") center top / cover no-repeat fixed;
}

.content-page main.container {
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(255, 252, 240, 0.9);
    box-shadow: 0 30px 90px rgba(49, 86, 106, 0.16);
    backdrop-filter: blur(10px);
}

.content-page-hero {
    padding-top: clamp(1.75rem, 4vw, 3.5rem);
}

.content-page-hero h1 {
    color: #31566a;
}

.content-panel,
.content-card {
    border-color: rgba(49, 86, 106, 0.14);
    background:
        radial-gradient(circle at 92% 0%, rgba(255, 245, 199, 0.45), transparent 36%),
        rgba(255, 255, 255, 0.6);
    box-shadow: 0 18px 44px rgba(91, 151, 186, 0.12);
}

.content-icon {
    background: linear-gradient(135deg, #98dcff, #ffd56f);
    color: #31566a;
}

.guide-card {
    position: relative;
    min-height: 12rem;
}

.guide-card h2 a {
    color: #31566a;
}

.guide-article {
    font-size: 1.04rem;
}

.guide-article-section + .guide-article-section {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(49, 86, 106, 0.14);
}

.guide-article-section p:last-child {
    margin-bottom: 0;
}

.guide-sidebar {
    position: sticky;
    top: 1rem;
}

.guide-sidebar a {
    color: #31566a;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .guide-sidebar {
        position: static;
    }
}
