/*
Theme Name: aethraify forex broker
Theme URI: https://github.com/aethraify/aethraify-core
Template: aethraify
Author: Aethraify Team
Author URI: https://aethraify.com
Description: Engineering-grade WordPress Theme Core. A classic theme framework designed for professional developers, agencies, and commercial theme authors. Stable, predictable, and maintainable.
Tags: framework,classic-theme,professional,developer-friendly
Version: 1.0.0.1770438917
Updated: 2026-02-07 04:35:17

*/

/* ============================================
   主题设置相关样式
   Theme Settings Styles
   ============================================ */

/* Footer 公司信息样式 */
.aethraify-footer__content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.aethraify-footer__company-info {
    color: #666;
}

.aethraify-footer__company-info .footer-company-name {
    margin: 0 0 1rem 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}

.aethraify-footer__company-info p {
    margin: 0.5rem 0;
    line-height: 1.6;
}

.aethraify-footer__company-info i {
    margin-right: 0.5rem;
    color: #999;
    width: 16px;
}

.aethraify-footer__company-info a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.aethraify-footer__company-info a:hover {
    color: #0073aa;
}

.business-hours {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

.business-hours i {
    margin-right: 0.5rem;
}

/* Footer 社交链接样式 */
.aethraify-footer__social {
    margin-top: 1rem;
}

.footer-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-social-links .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
}

.footer-social-links .social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* 社交平台特定颜色 */
.footer-social-links .social-link-facebook { background: #1877f2; }
.footer-social-links .social-link-twitter { background: #1da1f2; }
.footer-social-links .social-link-instagram { 
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.footer-social-links .social-link-linkedin { background: #0077b5; }
.footer-social-links .social-link-youtube { background: #ff0000; }
.footer-social-links .social-link-tiktok { background: #000000; }
.footer-social-links .social-link-whatsapp { background: #25d366; }
.footer-social-links .social-link-telegram { background: #0088cc; }
.footer-social-links .social-link-wechat { background: #09b83e; }
.footer-social-links .social-link-weibo { background: #e6162d; }
.footer-social-links .social-link-discord { background: #5865f2; }
.footer-social-links .social-link-reddit { background: #ff4500; }
.footer-social-links .social-link-pinterest { background: #bd081c; }
.footer-social-links .social-link-viber { background: #665cac; }

/* 通用社交链接样式 */
.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-links-icons .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links-full .social-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.social-links-full .social-link:hover {
    background: #e0e0e0;
}

/* 公司信息显示样式 */
.company-info {
    margin: 1rem 0;
}

.company-info .company-name {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}

.company-info p {
    margin: 0.5rem 0;
    line-height: 1.6;
    color: #666;
}

.company-info i {
    margin-right: 0.5rem;
    color: #999;
    width: 16px;
}

.company-info a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.company-info a:hover {
    color: #0073aa;
}

/* 公司 Logo 样式 */
.company-logo-link {
    display: inline-block;
    text-decoration: none;
}

.company-logo-link img {
    max-height: 60px;
    width: auto;
    height: auto;
}

/* 公司联系信息卡片样式 */
.company-contact-card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin: 1rem 0;
}

.contact-card-title {
    margin: 0 0 0.5rem 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
}

.contact-card-tagline {
    margin: 0 0 1rem 0;
    color: #666;
    font-style: italic;
}

.contact-card-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.contact-item i {
    color: #999;
    width: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-content {
    flex: 1;
    line-height: 1.6;
    color: #666;
}

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

.contact-content a:hover {
    color: #0073aa;
}

/* Header Logo 样式 */
.aethraify-header__logo img {
    max-height: 60px;
    width: auto;
    height: auto;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .aethraify-footer__content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .footer-social-links {
        justify-content: center;
    }
    
    .company-contact-card {
        padding: 1rem;
    }
}

