.custom-page-template {
    background: linear-gradient(180deg, #f8faf7 0%, #ffffff 100%);
    padding-bottom: 72px;
}

.custom-page-template__hero {
    padding: 0 0 32px;
}

.custom-page-template__hero-inner {
    padding: 40px 32px;
    border-radius: 28px;
    background: linear-gradient(135deg, #fff4e8 0%, #effaf3 100%);
    text-align: start;
}

.custom-page-template__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #fd6e00;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.custom-page-template__title {
    margin-bottom: 16px;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.1;
}

.custom-page-template__description {
    margin: 0;
    color: #5d6b82;
    font-size: 1.05rem;
}

.custom-page-template__content {
    padding: 0 0 32px;
}

.custom-page-template__content-card,
.custom-page-template__cta-card {
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(21, 34, 50, 0.08);
}

.custom-page-template__content-card {
    padding: 36px 32px;
}

.custom-page-template__section-title {
    margin-bottom: 20px;
}

.custom-page-template__cta {
    padding: 0;
}

.custom-page-template__cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 32px;
}

.custom-page-template__cta-title {
    margin-bottom: 10px;
}

.custom-page-template__cta-text {
    margin: 0;
    color: #5d6b82;
}

.custom-page-template__cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 14px 24px;
    border-radius: 999px;
    background: #fd6e00;
    color: #ffffff;
    font-weight: 700;
}

.custom-page-template__cta-button:hover {
    color: #ffffff;
    opacity: 0.92;
}

@media (max-width: 767px) {
    .custom-page-template__hero-inner,
    .custom-page-template__content-card,
    .custom-page-template__cta-card {
        padding: 24px 20px;
    }

    .custom-page-template__cta-card {
        flex-direction: column;
        align-items: flex-start;
    }
}
