/* Contact page custom styles for yeah-102 content */

/* Reduce contact form container height to prevent overlap */
.block-contact-form__container {
    min-height: auto !important;
    padding-bottom: 120px !important;
}

.contact-method-item {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 30, 135, 0.1);
}

.contact-method-item:last-of-type {
    border-bottom: none;
}

.contact-method-title {
    font-size: 18px;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 8px;
}

.contact-method-item p,
.contact-method-item a {
    margin: 0;
    color: #666;
}

.contact-method-item a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-method-item a:hover {
    color: #ff1e87;
}

.faq-section {
    background: #fffff5;
    padding: 80px 0;
    position: relative;
    z-index: 1;
    margin-top: -50px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}

.faq-item {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 3;
}

.faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.faq-item h3 {
    color: #ff1e87;
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

.faq-item p {
    color: #333;
    line-height: 1.6;
    margin: 0;
}

.faq-item a {
    color: #ff1e87;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.faq-item a:hover {
    border-bottom-color: #ff1e87;
}

.section-title {
    font-size: 48px;
    margin-bottom: 60px;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 999;
}

@media (max-width: 768px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .faq-section {
        padding-top: 120px;
    }
    
    .section-title {
        font-size: 36px;
        margin-bottom: 40px;
        padding-top: 20px;
        position: relative;
        z-index: 999;
    }
    
    .faq-item {
        padding: 24px;
    }
}

/* Fix footer spacing to prevent social icons overlap */
.site-footer {
    padding-top: 20px !important;
    margin-top: -20px !important;
}

@media (min-width: 768px) {
    .site-footer {
        padding-top: 20px !important;
        margin-top: -20px !important;
    }
}

@media (min-width: 1200px) {
    .site-footer {
        padding-top: 20px !important;
        margin-top: -20px !important;
    }
}

.site-footer__heading {
    padding-bottom: 20px !important;
}

.site-footer__logo {
    margin-top: 20px !important;
}

@media (min-width: 1200px) {
    .site-footer__logo {
        margin-top: 20px !important;
    }
}

@media (min-width: 1960px) {
    .site-footer__logo {
        margin-top: 10px !important;
    }
}

.site-footer__container {
    padding-top: 40px !important;
    padding-bottom: 120px !important;
}

@media (min-width: 1200px) {
    .site-footer__container {
        padding-top: 60px !important;
        padding-bottom: 80px !important;
    }
}

@media (min-width: 1960px) {
    .site-footer__container {
        padding-top: 40px !important;
        padding-bottom: 60px !important;
    }
}

.site-footer__wrapper {
    position: relative;
}

.site-footer__top {
    position: relative;
    z-index: 15;
    padding-bottom: 20px;
}

@media (min-width: 1200px) {
    .site-footer__top {
        padding-bottom: 100px;
    }
}

.site-footer__socials {
    transform: translateY(0) !important;
    margin-bottom: 20px;
}

/* Override default social icon container styling */
.site-footer__social {
    background-color: transparent !important;
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
}

.site-footer__social:hover {
    background-color: transparent !important;
}

/* Fix peon image scaling for attacker-backpack-1 */
.site-footer__peon {
    z-index: 1 !important;
    overflow: visible !important;
    width: 250px !important;
    top: -100% !important;
}

@media (min-width: 1200px) {
    .site-footer__peon {
        height: auto !important;
        width: 395px !important;
        top: -120% !important;
    }
}

@media (min-width: 1960px) {
    .site-footer__peon {
        top: -130% !important;
    }
}

@media (min-width: 1960px) {
    .site-footer__peon {
        top: -130% !important;
    }
}

.site-footer__peon-image {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}

@media (min-width: 1200px) {
    .site-footer__socials {
        margin-bottom: 0;
        margin-top: 20px;
    }
}

@media (min-width: 1960px) {
    .site-footer__socials {
        margin-top: 10px;
    }
}

@media (max-width: 1200px) {
    .site-footer__bottom {
        position: relative !important;
        margin-top: 0 !important;
    }
    
    .site-footer__social .social-links a {
        background-color: transparent !important;
        border-radius: 50% !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 35px !important;
        height: 35px !important;
        margin-right: 8px !important;
        transition: background-color 0.3s ease !important;
    }
    
    .site-footer__social .social-links a svg {
        width: 20px !important;
        height: 20px !important;
    }
    
    .site-footer__social .social-links a svg path {
        fill: #fffff5 !important;
    }
    
    .site-footer__social .social-links a:hover {
        background-color: #fffff5 !important;
    }
    
    .site-footer__social .social-links a:hover svg path {
        fill: #212121 !important;
    }
}

@media (min-width: 1200px) {
    .site-footer__socials {
        z-index: 20 !important;
        position: relative;
    }
    
    .site-footer__social .social-links a {
        background-color: transparent !important;
        border-radius: 50% !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 35px !important;
        height: 35px !important;
        margin-right: 8px !important;
        transition: background-color 0.3s ease !important;
    }
    
    .site-footer__social .social-links a svg {
        width: 20px !important;
        height: 20px !important;
    }
    
    .site-footer__social .social-links a svg path {
        fill: #fffff5 !important;
    }
    
    .site-footer__social .social-links a:hover {
        background-color: #fffff5 !important;
    }
    
    .site-footer__social .social-links a:hover svg path {
        fill: #212121 !important;
    }
    
    .site-footer__bottom {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }
}

@media (max-width: 500px) {
    .section-title {
        font-size: 28px;
        padding-top: 30px;
    }
    
    .faq-section {
        padding-top: 140px;
    }
}
