/**
 * Corpenta Geo Pricing - Public Styles
 *
 * @package Corpenta
 * @since 1.0.0
 */

/* ========================================
   Contact Box (Unknown Zone)
   ======================================== */

.corpenta-geo-contact-box {
    background: linear-gradient(135deg, #f8fafe 0%, #eef4fa 100%);
    border: 1px solid #d0dce8;
    border-radius: 12px;
    padding: 32px 28px;
    text-align: center;
    margin: 24px 0;
    box-shadow: 0 2px 8px rgba(27, 79, 114, 0.08);
}

.corpenta-geo-contact-icon {
    color: #1B4F72;
    margin-bottom: 12px;
    opacity: 0.8;
}

.corpenta-geo-contact-box h3 {
    color: #1B4F72;
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.corpenta-geo-contact-box p {
    color: #4a5568;
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.6;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.corpenta-geo-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.corpenta-geo-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    transition: transform 0.2s, box-shadow 0.2s;
    line-height: 1.4;
    border: none;
    cursor: pointer;
}

.corpenta-geo-contact-btn:hover {
    transform: translateY(-1px);
    text-decoration: none !important;
}

.corpenta-geo-contact-btn-primary {
    background: #1B4F72 !important;
    color: #fff !important;
}

.corpenta-geo-contact-btn-primary:hover {
    background: #154360 !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(27, 79, 114, 0.3);
}

.corpenta-geo-contact-btn-whatsapp {
    background: #25D366 !important;
    color: #fff !important;
}

.corpenta-geo-contact-btn-whatsapp:hover {
    background: #1fb855 !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

/* Contact price label in shop/listing */
.corpenta-geo-contact-price {
    color: #1B4F72;
    font-weight: 600;
    font-size: 14px;
}

/* Shop loop contact button */
.corpenta-geo-contact-btn-loop {
    background: #1B4F72 !important;
    color: #fff !important;
    border-color: #1B4F72 !important;
    font-weight: 600;
}

.corpenta-geo-contact-btn-loop:hover {
    background: #154360 !important;
    color: #fff !important;
}

/* ========================================
   Currency Notice
   ======================================== */

.corpenta-geo-currency-notice {
    background: #eef6fc;
    border: 1px solid #1B4F72;
    border-radius: 4px;
    padding: 8px 14px;
    font-size: 13px;
    color: #1B4F72;
    margin-bottom: 16px;
    text-align: center;
}

/* ========================================
   Price Placeholder (loading)
   ======================================== */

.corpenta-geo-price-loading {
    opacity: 0.5;
    pointer-events: none;
}
