/* Article Page Styles - PC Version */
/* 直接迁移自：站点模版/folding-bed-website-pc/folding-bed-guide.html inline styles */

.article-hero {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    padding: 60px 0;
    text-align: center;
    color: white;
}

.article-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.3;
}

.article-content {
    padding: 60px 0;
    background: #f8fafc;
}

.article-container {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.article-main-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 30px;
}

.article-secondary-image {
    width: 100%;
    max-width: 500px;
    height: 280px;
    object-fit: cover;
    border-radius: 8px;
    margin: 20px auto;
    display: block;
}

.article-intro {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 30px;
}

.article-intro .highlight {
    color: #dc2626;
    font-weight: 600;
}

.article-section {
    margin-bottom: 40px;
}

.article-section h2 {
    font-size: 1.5rem;
    color: #1f2937;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e5e7eb;
}

.article-section h3 {
    font-size: 1.2rem;
    color: #374151;
    margin: 25px 0 15px;
}

.article-section p {
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 15px;
}

.article-section ul {
    margin: 15px 0;
    padding-left: 25px;
}

.article-section li {
    margin-bottom: 12px;
    line-height: 1.7;
    color: #4b5563;
}

.article-section strong {
    color: #dc2626;
    font-weight: 600;
}

.bed-type-card {
    background: #f8fafc;
    padding: 25px;
    border-radius: 8px;
    margin: 20px 0;
    border-left: 4px solid #3b82f6;
}

.bed-type-card h4 {
    color: #1e3a8a;
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.comparison-table th,
.comparison-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.comparison-table th {
    background: #1e3a8a;
    color: white;
    font-weight: 600;
}

.comparison-table tr:hover {
    background: #f8fafc;
}

.recommendation-box {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    padding: 30px;
    border-radius: 12px;
    margin: 30px 0;
}

.recommendation-box h3 {
    color: #1e3a8a;
    margin-bottom: 15px;
}

.cta-section {
    background: #1e3a8a;
    padding: 50px 0;
    text-align: center;
    color: white;
}

.cta-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.btn-article-cta {
    display: inline-block;
    background: white;
    color: #1e3a8a;
    padding: 15px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s;
}

.btn-article-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}