/*
Theme Name: Hengna GEO Child
Theme URI: https://hengnacn.com
Description: 恒纳GEO官网子主题 - 基于Kadence，为城市×产品落地页优化
Author: 码仔
Template: kadence
Version: 1.0.0
*/

/* ===== 城市落地页样式 ===== */

/* Hero区 */
.geo-hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
    color: #fff;
    padding: 60px 0 50px;
    text-align: center;
}
.geo-hero h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.4;
}
.geo-hero .geo-hero-sub {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 24px;
}
.geo-hero .geo-cta-btn {
    display: inline-block;
    background: #f59e0b;
    color: #fff;
    padding: 14px 36px;
    border-radius: 6px;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
}
.geo-hero .geo-cta-btn:hover {
    background: #d97706;
}

/* 通用区块 */
.geo-section {
    padding: 48px 0;
    border-bottom: 1px solid #e5e7eb;
}
.geo-section:last-child {
    border-bottom: none;
}
.geo-section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e3a5f;
    margin-bottom: 24px;
    padding-left: 14px;
    border-left: 4px solid #f59e0b;
}

/* 场景卡片 */
.geo-scenario-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}
.geo-scenario-card {
    background: #f9fafb;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #e5e7eb;
}
.geo-scenario-card h4 {
    color: #1e3a5f;
    margin-bottom: 8px;
    font-size: 1rem;
}
.geo-scenario-card p {
    color: #4b5563;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* 规格表 */
.geo-spec-table {
    width: 100%;
    border-collapse: collapse;
}
.geo-spec-table th,
.geo-spec-table td {
    padding: 12px 16px;
    border: 1px solid #e5e7eb;
    text-align: left;
}
.geo-spec-table th {
    background: #f3f4f6;
    color: #1e3a5f;
    font-weight: 600;
}
.geo-spec-table tr:nth-child(even) {
    background: #f9fafb;
}

/* 物流时效 */
.geo-logistics {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #eff6ff;
    border-radius: 8px;
    padding: 20px 24px;
    margin-bottom: 12px;
}
.geo-logistics-icon {
    font-size: 2rem;
}
.geo-logistics-info h4 {
    color: #1e3a5f;
    margin-bottom: 4px;
}
.geo-logistics-info p {
    color: #4b5563;
    font-size: 0.9rem;
}

/* 案例卡 */
.geo-case-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.geo-case-card .geo-case-tag {
    display: inline-block;
    background: #dbeafe;
    color: #1e40af;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-bottom: 8px;
}
.geo-case-card h4 {
    color: #1e3a5f;
    margin-bottom: 8px;
}

/* FAQ */
.geo-faq-item {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}
.geo-faq-item details summary {
    padding: 16px 20px;
    cursor: pointer;
    font-weight: 600;
    color: #1e3a5f;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.geo-faq-item details summary::after {
    content: '+';
    font-size: 1.3rem;
    color: #9ca3af;
}
.geo-faq-item details[open] summary::after {
    content: '−';
}
.geo-faq-item details[open] summary {
    border-bottom: 1px solid #e5e7eb;
}
.geo-faq-answer {
    padding: 16px 20px;
    color: #4b5563;
    line-height: 1.7;
}

/* 对比表 */
.geo-compare-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 12px;
}
.geo-compare-table th,
.geo-compare-table td {
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    text-align: center;
}
.geo-compare-table th {
    background: #1e3a5f;
    color: #fff;
}
.geo-compare-table .geo-compare-highlight {
    background: #fef3c7;
    font-weight: 600;
}

/* 询盘区 */
.geo-inquiry {
    background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
    color: #fff;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
}
.geo-inquiry h3 {
    font-size: 1.4rem;
    margin-bottom: 12px;
}
.geo-inquiry p {
    opacity: 0.9;
    margin-bottom: 24px;
}
.geo-inquiry-btn {
    display: inline-block;
    background: #f59e0b;
    color: #fff;
    padding: 14px 36px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    margin: 0 8px 8px;
    transition: background 0.2s;
}
.geo-inquiry-btn:hover {
    background: #d97706;
}
.geo-inquiry-btn.secondary {
    background: transparent;
    border: 2px solid #fff;
}

/* 相关推荐 */
.geo-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}
.geo-related-card {
    display: block;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 14px 18px;
    text-decoration: none;
    color: #1e3a5f;
    font-weight: 500;
    transition: all 0.2s;
}
.geo-related-card:hover {
    background: #eff6ff;
    border-color: #3b82f6;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .geo-hero h1 { font-size: 1.5rem; }
    .geo-hero .geo-hero-sub { font-size: 0.95rem; }
    .geo-section { padding: 32px 0; }
    .geo-section-title { font-size: 1.25rem; }
    .geo-scenario-grid { grid-template-columns: 1fr; }
    .geo-logistics { flex-direction: column; text-align: center; }
    .geo-inquiry { padding: 28px 20px; }
    .geo-inquiry-btn { display: block; margin: 0 auto 12px; max-width: 260px; }
}
