﻿.cera-cta-section {
    background-color: var(--stfm-primary);
    padding: 3.75rem 0;
    position: relative;
    overflow: hidden;
}

.cta-content {
    padding-right: 2rem;
}

.cta-headline {
    font-family: var(--stfm-heading-font);
    font-weight: 700;
    font-size: 2rem;
    color: white;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.cta-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 2.5rem;
}

.cta-contact {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-text {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
}

    .contact-text strong {
        color: white;
        font-weight: 600;
    }

    .contact-text .highlight-percent {
        color: white !important;
    }

.contact-link {
    display: inline-flex;
    align-items: center;
    color: var(--stfm-secondary);
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

    .contact-link:hover {
        color: white;
        text-decoration: none;
        transform: translateX(3px);
    }

    .contact-link i {
        margin-right: 0.6rem;
        font-size: 1rem;
    }


.cta-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.cta-action-card {
    background-color: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    color: inherit;
    display: block;
    position: relative;
    overflow: hidden;
}


.cta-action-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.card-content {
    text-align: left;
    position: relative;
    z-index: 2;
    padding-right: 4rem;
}


.card-title {
    font-family: var(--stfm-heading-font);
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--stfm-primary);
    margin-bottom: 0.5rem;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.card-description {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 0;
    transition: color 0.3s ease;
}

.cta-action-card:hover .card-title {
    color: var(--stfm-tertiary);
}

.cta-action-card:hover .card-description {
    color: #555;
}

.tile-bg-icon {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 3rem;
    opacity: 0.2;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1;
    line-height: 1;
    pointer-events: none;
}

.cta-action-card:hover .tile-bg-icon {
    opacity: 0.4;
    transform: scale(1.1);
}


.highlight-number {
    color: var(--stfm-secondary);
    font-weight: 700;
    font-size: 1.15em;
}


@media (max-width: 991.98px) {
    .cta-actions {
        margin-top: 2rem;
    }
}

@media (max-width: 767.98px) {
    .cta-action-card {
        padding: 1.25rem;
    }

    .card-content {
        padding-right: 3.5rem;
    }

    .tile-bg-icon {
        font-size: 2.5rem;
        bottom: 8px;
        right: 12px;
    }

    .card-title {
        font-size: 1.1rem;
    }

    .card-description {
        font-size: 0.85rem;
    }
}

@media (max-width: 991.98px) {
    .cta-actions {
        margin-top: 2rem;
    }
}

@media (max-width: 767.98px) {
    .cta-action-card {
        padding: 1.5rem;
    }

    .card-title {
        font-size: 1.2rem;
    }

    .card-description {
        font-size: 0.9rem;
        margin-bottom: 1.25rem;
    }

    .card-button {
        padding: 0.65rem 1.25rem;
        font-size: 0.85rem;
    }
}
