/* ========================
   CONTACT HERO
   ======================== */
.contact-hero {
    padding: 90px 20px 80px;
    position: relative;
    overflow: hidden;
}

.contact-hero-blob {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.contact-hero-blob--1 {
    width: 340px; height: 340px;
    background: radial-gradient(circle, rgba(255,215,0,0.10) 0%, transparent 70%);
    top: -100px; right: -80px;
    animation: blobFloat 7s ease-in-out infinite;
}
.contact-hero-blob--2 {
    width: 220px; height: 220px;
    background: radial-gradient(circle, rgba(255,255,255,0.07) 0%, transparent 70%);
    bottom: -60px; left: -50px;
    animation: blobFloat 9s ease-in-out infinite reverse;
}
.contact-hero-blob--3 {
    width: 160px; height: 160px;
    background: radial-gradient(circle, rgba(255,100,100,0.08) 0%, transparent 70%);
    top: 40%; left: 20%;
    animation: blobFloat 11s ease-in-out infinite;
}
@keyframes blobFloat {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-18px) scale(1.05); }
}

.contact-hero-icon {
    width: 80px; height: 80px;
    background: rgba(255,255,255,0.16);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 2px solid rgba(255,255,255,0.28);
    border-radius: 24px;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 2.2rem; color: #FFD700;
    margin: 0 auto 20px;
    box-shadow: 0 8px 36px rgba(0,0,0,0.20), inset 0 1px 0 rgba(255,255,255,0.22);
    animation: heroIconPop 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) both;
    position: relative; z-index: 1;
}
@keyframes heroIconPop {
    0% { opacity: 0; transform: scale(0.5) translateY(20px); }
    100% { opacity: 1; transform: scale(1) translateY(0); }
}

.contact-hero-title {
    position: relative; display: inline-block;
    margin-bottom: 1rem !important;
    z-index: 1;
    animation: fadeInUp 0.7s ease 0.1s both;
}
.contact-hero-title::after {
    content: '';
    position: absolute;
    bottom: -10px; left: 50%; transform: translateX(-50%);
    width: 70px; height: 3px;
    background: linear-gradient(90deg, transparent, #FFD700, transparent);
    border-radius: 2px;
}

.hero-subtitle {
    position: relative; z-index: 1;
    animation: fadeInUp 0.8s ease 0.2s both;
}

.contact-hero-tags {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px; margin-top: 28px;
    animation: fadeInUp 0.9s ease 0.3s both;
    position: relative; z-index: 1;
}
.contact-hero-tag {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.26);
    color: white;
    padding: 10px 22px; border-radius: 50px;
    font-size: 0.84rem; font-weight: 700;
    text-decoration: none;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
}
.contact-hero-tag:hover {
    background: rgba(255,255,255,0.24);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}
.contact-hero-tag i { color: #FFD700; font-size: 0.85rem; }

.contact-hero-wave {
    position: absolute; bottom: -1px; left: 0; right: 0;
    line-height: 0; z-index: 1;
}
.contact-hero-wave svg { width: 100%; height: 50px; }

/* ========================
   MAP SECTION
   ======================== */
.map-section {
    padding: 40px 0 50px;
    background: white;
}

.map-card {
    border-radius: 24px;
    overflow: hidden;
    border: 1.5px solid rgba(0,0,0,0.07);
    box-shadow: 0 6px 30px rgba(0,0,0,0.07);
}

.map-card-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 26px;
    background: white;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    flex-wrap: wrap;
}

.map-card-header-icon {
    width: 48px; height: 48px;
    background: linear-gradient(135deg, #20B2AA, #008B8B);
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem; color: white;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(32,178,170,0.30);
}

.map-card-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 4px;
}

.map-card-address {
    font-size: 0.82rem;
    color: #777;
    margin: 0;
    line-height: 1.5;
}

.map-open-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    color: #20B2AA;
    background: rgba(32,178,170,0.08);
    border: 1.5px solid rgba(32,178,170,0.22);
    transition: all 0.2s;
    white-space: nowrap;
    align-self: center;
}

.map-open-btn:hover {
    background: #20B2AA;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(32,178,170,0.30);
}

.map-embed-wrap {
    position: relative;
    width: 100%;
    height: 420px;
}

.map-embed-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 575.98px) {
    .map-section { padding: 0 0 36px; }
    .map-card-header { padding: 16px 18px; gap: 12px; }
    .map-card-header-icon { width: 42px; height: 42px; font-size: 1.1rem; border-radius: 12px; }
    .map-card-title { font-size: 1rem; }
    .map-embed-wrap { height: 280px; }
    .map-open-btn { font-size: 0.75rem; padding: 7px 14px; }
}

/* ========================
   SOCIAL SECTION
   ======================== */
.social-section {
    padding: 50px 0;
    background: linear-gradient(180deg, #f9f9f9 0%, #f2f2f2 100%);
}

.social-section-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}
.social-section-badge {
    flex-shrink: 0;
    width: 50px; height: 50px;
    background: linear-gradient(135deg, #DC143C, #B8001F);
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; color: white;
    box-shadow: 0 6px 18px rgba(220,20,60,0.30);
}
.social-section-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 2px;
}
.social-section-sub {
    font-size: 0.82rem;
    color: #888;
    margin: 0;
}

.social-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}

.social-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    border-radius: 18px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: transform 0.28s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.28s;
}
.social-card:hover { transform: translateY(-4px); }

.social-card-bg {
    position: absolute; inset: 0;
    opacity: 0.92;
    transition: opacity 0.25s;
}
.social-card:hover .social-card-bg { opacity: 1; }

.social-card--facebook  { box-shadow: 0 4px 16px rgba(24,119,242,0.25); }
.social-card--facebook .social-card-bg  { background: linear-gradient(135deg, #1877F2, #0D63D0); }
.social-card--facebook:hover  { box-shadow: 0 10px 30px rgba(24,119,242,0.40); }

.social-card--youtube   { box-shadow: 0 4px 16px rgba(255,0,0,0.20); }
.social-card--youtube .social-card-bg   { background: linear-gradient(135deg, #FF0000, #CC0000); }
.social-card--youtube:hover   { box-shadow: 0 10px 30px rgba(255,0,0,0.35); }

.social-card--instagram { box-shadow: 0 4px 16px rgba(220,39,67,0.22); }
.social-card--instagram .social-card-bg { background: linear-gradient(135deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888); }
.social-card--instagram:hover { box-shadow: 0 10px 30px rgba(220,39,67,0.38); }

.social-card--tiktok    { box-shadow: 0 4px 16px rgba(0,0,0,0.20); }
.social-card--tiktok .social-card-bg    { background: linear-gradient(135deg, #1a1a2e, #16213e); }
.social-card--tiktok:hover    { box-shadow: 0 10px 30px rgba(0,0,0,0.32); }

.social-card-icon {
    position: relative; z-index: 1;
    width: 44px; height: 44px;
    background: rgba(255,255,255,0.18);
    border: 1.5px solid rgba(255,255,255,0.28);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem; color: white;
    flex-shrink: 0;
    backdrop-filter: blur(4px);
}

.social-card-info {
    position: relative; z-index: 1;
    flex: 1;
    min-width: 0;
    display: flex; flex-direction: column; gap: 2px;
}
.social-card-name {
    font-size: 0.95rem;
    font-weight: 800;
    color: white;
    line-height: 1;
}
.social-card-hint {
    font-size: 0.72rem;
    font-weight: 500;
    color: rgba(255,255,255,0.72);
}

.social-card-ext {
    position: relative; z-index: 1;
    color: rgba(255,255,255,0.55);
    font-size: 0.85rem;
    flex-shrink: 0;
    transition: color 0.2s, transform 0.2s;
}
.social-card:hover .social-card-ext {
    color: rgba(255,255,255,0.95);
    transform: translate(2px, -2px);
}

/* ========================
   CONTACT CTA
   ======================== */
.contact-cta {
    position: relative;
    background: linear-gradient(135deg, #DC143C 0%, #8B0000 100%);
    padding: 70px 20px;
    text-align: center;
    overflow: hidden;
    color: white;
}
.contact-cta-blob {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.contact-cta-blob--1 {
    width: 280px; height: 280px;
    background: rgba(255,215,0,0.08);
    top: -80px; right: -60px;
    animation: blobFloat 8s ease-in-out infinite;
}
.contact-cta-blob--2 {
    width: 180px; height: 180px;
    background: rgba(255,255,255,0.05);
    bottom: -60px; left: -40px;
    animation: blobFloat 10s ease-in-out infinite reverse;
}
.contact-cta-blob--3 {
    width: 120px; height: 120px;
    background: rgba(255,215,0,0.06);
    bottom: 20%; right: 15%;
    animation: blobFloat 6s ease-in-out infinite;
}

/* Pulsing ring around CTA icon */
.contact-cta-pulse {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    z-index: 1;
}
.contact-cta-pulse::before,
.contact-cta-pulse::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(255,215,0,0.30);
    animation: ctaPulseRing 2.5s ease-out infinite;
}
.contact-cta-pulse::before { width: 90px; height: 90px; animation-delay: 0s; }
.contact-cta-pulse::after  { width: 110px; height: 110px; animation-delay: 0.5s; }
@keyframes ctaPulseRing {
    0%   { transform: scale(0.8); opacity: 0.7; }
    100% { transform: scale(1.4); opacity: 0; }
}

.contact-cta-icon {
    position: relative; z-index: 1;
    width: 68px; height: 68px;
    background: rgba(255,255,255,0.16);
    border: 2px solid rgba(255,255,255,0.28);
    border-radius: 20px;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.9rem; color: #FFD700;
    backdrop-filter: blur(8px);
}

.contact-cta-title {
    position: relative; z-index: 1;
    font-size: clamp(1.4rem, 5vw, 2rem);
    font-weight: 800; margin-bottom: 10px; color: white;
}
.contact-cta-text {
    position: relative; z-index: 1;
    font-size: clamp(0.88rem, 3vw, 1.05rem);
    color: rgba(255,255,255,0.78);
    margin-bottom: 32px;
}
.contact-cta-btns {
    position: relative; z-index: 1;
    display: flex; flex-wrap: wrap;
    gap: 12px; justify-content: center;
}
.contact-cta-btn {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 14px 32px; border-radius: 50px;
    font-size: 0.92rem; font-weight: 800;
    text-decoration: none;
    transition: all 0.28s cubic-bezier(0.34,1.56,0.64,1);
}
.contact-cta-btn--primary {
    background: white; color: #DC143C;
    box-shadow: 0 6px 24px rgba(0,0,0,0.22);
}
.contact-cta-btn--primary:hover {
    background: #FFD700; color: #8B0000;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.28);
}
.contact-cta-btn--outline {
    background: rgba(255,255,255,0.12);
    border: 2px solid rgba(255,255,255,0.38);
    color: white;
    backdrop-filter: blur(6px);
}
.contact-cta-btn--outline:hover {
    background: rgba(255,255,255,0.24);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}

/* ========================
   ANIMATIONS
   ======================== */
@keyframes fadeInUp {
    0%   { opacity: 0; transform: translateY(22px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* ========================
   MOBILE
   ======================== */
@media (max-width: 575.98px) {
    .contact-hero { padding: 65px 16px 60px; }
    .contact-hero-icon { width: 66px; height: 66px; font-size: 1.8rem; border-radius: 20px; }
    .contact-hero-tag { padding: 9px 17px; font-size: 0.79rem; }

    .social-section { padding: 32px 0; }
    .social-cards-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .social-card { padding: 14px 14px; gap: 10px; border-radius: 14px; }
    .social-card-icon { width: 38px; height: 38px; font-size: 1.1rem; border-radius: 10px; }
    .social-card-name { font-size: 0.85rem; }
    .social-card-hint { font-size: 0.65rem; }
    .social-card-ext { display: none; }

    .contact-cta { padding: 56px 16px; }
    .contact-cta-icon { width: 58px; height: 58px; font-size: 1.6rem; border-radius: 16px; }
    .contact-cta-btn { padding: 13px 24px; font-size: 0.87rem; }
}

@media (max-width: 360px) {
    .social-cards-grid { grid-template-columns: 1fr; }
}
