/* ============================================================
   CONTACT US — Premium Design
   ============================================================ */
:root {
    --blue: #3b82f6;
    --indigo: #6366f1;
}

.contact-layout {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 1.75rem;
    animation: fade-up 0.5s ease;
}

.contact-hero-card {
    border-radius: var(--radius-xl);
    overflow: hidden;
    position: relative;
    min-height: 520px;
}

.contact-hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, #4338ca 0%, #6366f1 40%, #3b82f6 70%, #0d9488 100%);
    background-size: 200% 200%;
    animation: contact-gradient 8s ease-in-out infinite;
}

@keyframes contact-gradient {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.contact-hero-content {
    position: relative;
    z-index: 1;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #fff;
}

.contact-hero-icon-wrap {
    position: relative;
    width: 64px;
    height: 64px;
    margin-bottom: 1.75rem;
}

.contact-hero-icon-wrap>i {
    position: relative;
    z-index: 1;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    background: rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-lg);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-hero-pulse {
    position: absolute;
    inset: -4px;
    border-radius: var(--radius-lg);
    border: 2px solid rgba(255, 255, 255, 0.3);
    animation: contact-pulse 2s ease-in-out infinite;
}

@keyframes contact-pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.1);
        opacity: 0;
    }
}

.contact-hero-title {
    font-size: 1.75rem;
    font-weight: 900;
    margin: 0 0 0.75rem;
    letter-spacing: -0.03em;
}

.contact-hero-desc {
    font-size: 0.9rem;
    opacity: 0.85;
    line-height: 1.6;
    margin: 0 0 auto;
    font-weight: 400;
}

.contact-hero-stats {
    display: flex;
    gap: 0;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin: 1.75rem 0 1.5rem;
}

.contact-hero-stat {
    flex: 1;
    text-align: center;
}

.contact-hero-stat-value {
    font-size: 1.15rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

.contact-hero-stat-value i {
    color: #fbbf24;
}

.contact-hero-stat-label {
    font-size: 0.65rem;
    text-transform: uppercase;
    opacity: 0.7;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 0.2rem;
}

.contact-hero-stat-sep {
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 0.5rem;
}

.contact-hero-hours {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-hero-hours>i {
    font-size: 1.3rem;
    opacity: 0.8;
}

.contact-hero-hours strong {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
}

.contact-hero-hours span {
    display: block;
    font-size: 0.75rem;
    opacity: 0.7;
    margin-top: 0.1rem;
}

.contact-right-area {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.contact-channels-grid {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.contact-channel-card {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(145deg, var(--surface) 0%, var(--surface2) 100%);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.contact-channel-card:hover {
    transform: translateX(8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--border2);
}

.contact-channel-icon {
    width: 52px;
    height: 52px;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
    transition: var(--transition);
}

.contact-channel-card:hover .contact-channel-icon {
    transform: scale(1.1) rotate(-5deg);
}

.email-icon {
    background: linear-gradient(145deg, rgba(99, 102, 241, 0.12), rgba(99, 102, 241, 0.06));
    color: #6366f1;
    box-shadow: 0 3px 12px rgba(99, 102, 241, 0.15);
}

.whatsapp-icon {
    background: linear-gradient(145deg, rgba(37, 211, 102, 0.12), rgba(37, 211, 102, 0.06));
    color: #25d366;
    box-shadow: 0 3px 12px rgba(37, 211, 102, 0.15);
}

.phone-icon {
    background: linear-gradient(145deg, rgba(59, 130, 246, 0.12), rgba(59, 130, 246, 0.06));
    color: #3b82f6;
    box-shadow: 0 3px 12px rgba(59, 130, 246, 0.15);
}

.contact-channel-info {
    flex: 1;
}

.contact-channel-type {
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text3);
    margin-bottom: 0.25rem;
}

.contact-channel-value {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text);
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.contact-channel-value:hover {
    color: var(--teal);
    text-decoration: underline;
}

.contact-channel-hint {
    font-size: 0.72rem;
    color: var(--text3);
    font-weight: 500;
    margin-top: 0.2rem;
    display: block;
}

.contact-channel-arrow {
    color: var(--text3);
    font-size: 1rem;
    opacity: 0;
    transform: translateX(-8px);
    transition: var(--transition);
}

.contact-channel-card:hover .contact-channel-arrow {
    opacity: 1;
    transform: translateX(0);
}

/* FAQ */
.contact-faq-card {
    background: linear-gradient(145deg, var(--surface) 0%, var(--surface2) 100%);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.contact-faq-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(180deg, var(--surface2) 0%, var(--surface) 100%);
    border-bottom: 1px solid var(--border);
}

.contact-faq-header i {
    font-size: 1.1rem;
    color: var(--violet);
}

.contact-faq-header h5 {
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--text);
    margin: 0;
}

.contact-faq-list {
    padding: 0;
}

.contact-faq-item {
    cursor: pointer;
    transition: var(--transition);
    border-bottom: 1px solid var(--border);
}

.contact-faq-item:last-child {
    border-bottom: none;
}

.contact-faq-item:hover {
    background: rgba(13, 148, 136, 0.02);
}

.contact-faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.15rem 1.5rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--text);
}

.contact-faq-q i {
    font-size: 0.8rem;
    color: var(--text3);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.contact-faq-item.open .contact-faq-q i {
    transform: rotate(180deg);
    color: var(--teal);
}

.contact-faq-a {
    max-height: 0;
    overflow: hidden;
    padding: 0 1.5rem;
    font-size: 0.82rem;
    color: var(--text2);
    line-height: 1.7;
    font-weight: 500;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), padding 0.3s ease;
}

.contact-faq-item.open .contact-faq-a {
    max-height: 200px;
    padding: 0 1.5rem 1.25rem;
}

.contact-footer-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    color: var(--text3);
    font-weight: 600;
    padding: 1rem 0;
}

