.boostify-content-page {
    background: #fff;
}

.boostify-content-page__body {
    max-width: 980px;
    margin: 0 auto;
    color: var(--boostify-muted);
    font-size: 17px;
    line-height: 1.85;
}

.boostify-content-page__body > h2:first-child {
    color: var(--boostify-navy);
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.14;
    margin-top: 0;
    margin-bottom: 18px;
    letter-spacing: -0.035em;
}

.boostify-content-page__body h2,
.boostify-content-page__body h3 {
    color: var(--boostify-navy);
    margin-top: 34px;
}

.boostify-content-page .boostify-card-grid {
    margin-top: 42px;
}

.boostify-template-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 40px;
}

.boostify-sidebar-panel {
    padding: 30px;
    border-radius: 28px;
    background: var(--boostify-ice);
    border: 1px solid var(--boo    border: 1px solid var(--boo    border: 1px solid var(--boo    border: 1px solid var(--bo relative;
    overflow: hidden;
    padding: 28px;
    border-radius: 24px;
    border: 1px solid var(--boostify-border);
    margin-bottom: 18px;
    background: #fff;
    box-shadow: var(--boostify-shadow);
}

.boostify-faq-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--boostify-teal), var(--boostify-sky));
}

.boostify-faq-item h3 {
    color: var(--boostify-navy);
    margin: 0 0 10px;
    font-size: 21px;
}

.boostify-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 32px;
}

.boostify-contact-box {
    position: relative;
    overflow: hidden;
    padding: 38px;
    border-radius: 30px;
    background: linear-gradient(135deg, var(--boostify-navy), var(--boostify-blue));
    color: #fff;
    box-shadow: var(--boostify-shadow);
}

.boostify-contact-box:after {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    right: -80px;
    bottom: -100px;
    border-radius: 50%;
    background: rgba(25, 216, 176, 0.24);
}

.boostify-contact-box h2,
.boostify-contact-box h3,
.boostify-contact-box a {
    color: #fff;
}

.boostify-contact-box > * {
    position: relative;
    z-index: 2;
}

.boostify-contact-form-shell {
    padding: 38px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid var(--boostify-border);
    box-shadow: var(--boostify-shadow);
}

.boostify-content-page .boostify-common-section:nth-of-type(even) {
    background: var(--boostify-ice);
}

@media (max-width: 991px) {
    .boostify-template-grid,
    .boostify-contact-grid {
        grid-template-columns: 1fr;
    }
}
