.hydra-pricing-cta {
    margin: 2rem 0;
    padding: 1.5rem;
    border: 1px solid #d9dfeb;
    border-radius: 16px;
    background: linear-gradient(135deg, #f5f8ff 0%, #eef4ff 100%);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hydra-pricing-cta__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}

.hydra-pricing-cta__title {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #0f1b33;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hydra-pricing-cta__text {
    margin: 0.75rem 0 0;
    color: #334155;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hydra-pricing-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0.75rem 1.1rem;
    border-radius: 14px;
    background: #000;
    color: #ffffff!important;
    font-weight: 600;
    text-decoration: none;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a.hydra-pricing-cta__button:hover,
a.hydra-pricing-cta__button:focus {
    background: #fff;
    color: #000!important;
    border: solid 1px #000;
}

@media (max-width: 767px) {
    .hydra-pricing-cta__content {
        flex-direction: column;
        align-items: flex-start;
    }
}
