﻿.agency-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background-color: var(--primary);
    color: white;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}

    .agency-contact-btn:hover {
        background-color: var(--primary-dark);
        transform: translateY(-2px);
    }

.agency-contact-options {
    margin-bottom: 25px;
}

.agency-plan-cancellation {
    font-size: 0.875rem;
    color: #6b7280;
}

.agency-plan-card {
    margin-top: 30px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f9fafb;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}

    .agency-plan-card:hover {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }

.agency-plan-connections {
    font-size: 1rem;
    opacity: 0.9;
}

.agency-plan-contact {
    flex: 1.5;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

    .agency-plan-contact h5 {
        font-size: 1.125rem;
        font-weight: 600;
        margin: 0 0 15px 0;
        color: #111827;
    }

    .agency-plan-contact p {
        font-size: 0.9375rem;
        color: #4b5563;
        margin-bottom: 20px;
        line-height: 1.5;
    }

.agency-plan-content {
    display: flex;
    gap: 30px;
    padding: 30px;
}

.agency-plan-features {
    flex: 1;
}

    .agency-plan-features h5 {
        font-size: 1.125rem;
        font-weight: 600;
        margin: 0 0 15px 0;
        color: #111827;
    }

    .agency-plan-features li {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 12px;
        font-size: 0.9375rem;
        color: #4b5563;
    }

        .agency-plan-features li i {
            color: var(--primary);
            font-size: 1rem;
        }

    .agency-plan-features ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

.agency-plan-footer {
    padding: 15px 30px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
}

.agency-plan-guarantee {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    color: #4b5563;
}

    .agency-plan-guarantee i {
        color: var(--primary);
    }

.agency-plan-header {
    padding: 25px 30px;
    background-color: #1f2937;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 5px solid var(--primary);
}

.agency-plan-price {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.agency-plan-pricing {
    text-align: right;
}

.agency-plan-pricing-model {
    font-size: 0.875rem;
    opacity: 0.7;
}

.agency-plan-subtitle {
    font-size: 0.875rem;
    opacity: 0.8;
}

.agency-plan-title h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.contact-option {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

    .contact-option a {
        color: var(--primary);
        text-decoration: none;
        font-weight: 500;
    }

        .contact-option a:hover {
            text-decoration: underline;
        }

    .contact-option i {
        color: var(--primary);
        font-size: 1rem;
        margin-top: 3px;
    }

    .contact-option span {
        font-size: 0.9375rem;
        color: #111827;
        line-height: 1.4;
    }

@media (max-width: 992px) {
    .agency-plan-content {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .agency-plan-header {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        gap: 15px;
    }

    .agency-plan-pricing {
        text-align: center;
        margin-top: 0;
    }

    .agency-plan-footer {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        padding: 20px;
    }

    .agency-contact-options {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .agency-plan-card {
        margin-top: 20px;
        border-radius: 6px;
    }

    .agency-plan-header {
        padding: 15px 20px;
    }

    .agency-plan-title h4 {
        font-size: 1.25rem;
    }

    .agency-plan-price {
        font-size: 1.5rem;
    }

    .agency-plan-content {
        padding: 15px;
        gap: 15px;
    }

    .agency-plan-contact {
        padding: 15px;
    }

        .agency-plan-features h5,
        .agency-plan-contact h5 {
            font-size: 1rem;
            margin-bottom: 12px;
        }

    .agency-plan-features li {
        font-size: 0.875rem;
        margin-bottom: 10px;
    }

    .agency-plan-contact p {
        font-size: 0.875rem;
        margin-bottom: 15px;
    }

    .contact-option {
        margin-bottom: 10px;
    }

        .contact-option span {
            font-size: 0.875rem;
        }

    .agency-contact-btn {
        padding: 10px 20px;
        font-size: 0.875rem;
        gap: 6px;
    }

    .agency-plan-footer {
        padding: 15px 20px;
    }

    .agency-plan-guarantee,
    .agency-plan-cancellation {
        font-size: 0.8125rem;
    }
}

@media (max-width: 480px) {
    .agency-plan-card {
        margin-top: 15px;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .agency-plan-header {
        padding: 12px 15px;
    }

    .agency-plan-title h4 {
        font-size: 1.125rem;
    }

    .agency-plan-subtitle {
        font-size: 0.8125rem;
    }

    .agency-plan-price {
        font-size: 1.375rem;
    }

    .agency-plan-connections {
        font-size: 0.9375rem;
    }

    .agency-plan-pricing-model {
        font-size: 0.8125rem;
    }

    .agency-plan-content {
        padding: 12px;
        gap: 12px;
    }

    .agency-plan-contact {
        padding: 12px;
    }

        .agency-plan-features h5,
        .agency-plan-contact h5 {
            font-size: 0.9375rem;
            margin-bottom: 10px;
        }

    .agency-plan-features li {
        font-size: 0.8125rem;
        margin-bottom: 8px;
        gap: 8px;
    }

        .agency-plan-features li i {
            font-size: 0.9375rem;
        }

    .agency-plan-contact p {
        font-size: 0.8125rem;
        margin-bottom: 12px;
    }

    .agency-contact-options {
        margin-bottom: 15px;
    }

    .contact-option {
        margin-bottom: 8px;
        gap: 8px;
    }

        .contact-option i {
            font-size: 0.9375rem;
        }

        .contact-option span {
            font-size: 0.8125rem;
        }

    .agency-contact-btn {
        padding: 8px 16px;
        font-size: 0.8125rem;
        gap: 4px;
        width: 100%;
        justify-content: center;
    }

    .agency-plan-footer {
        padding: 12px 15px;
        gap: 12px;
    }

    .agency-plan-guarantee {
        font-size: 0.75rem;
        gap: 6px;
    }

        .agency-plan-guarantee i {
            font-size: 0.875rem;
        }

    .agency-plan-cancellation {
        font-size: 0.75rem;
    }
}

@media (max-width: 320px) {
    .agency-plan-card {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    .agency-plan-header {
        padding: 10px 12px;
    }

    .agency-plan-title h4 {
        font-size: 1rem;
    }

    .agency-plan-subtitle {
        font-size: 0.75rem;
    }

    .agency-plan-price {
        font-size: 1.25rem;
    }

    .agency-plan-connections {
        font-size: 0.875rem;
    }

    .agency-plan-content {
        padding: 10px;
    }

    .agency-plan-contact {
        padding: 10px;
    }

        .agency-plan-features h5,
        .agency-plan-contact h5 {
            font-size: 0.875rem;
        }

    .agency-plan-features li {
        font-size: 0.75rem;
    }

    .agency-plan-contact p {
        font-size: 0.75rem;
    }

    .contact-option span {
        font-size: 0.75rem;
    }

    .agency-contact-btn {
        font-size: 0.75rem;
        padding: 6px 12px;
    }

    .agency-plan-footer {
        padding: 10px 12px;
    }
}
