.info-page-content {
    color: #333;
    line-height: 1.6;
    font-size: 16px;
}

.info-page-content h1 {
    color: #2c3e50;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    border-bottom: 3px solid #3498db;
    padding-bottom: 0.5rem;
}

.info-page-content h2 {
    color: #2c3e50;
    font-size: 2rem;
    font-weight: 600;
    margin: 2rem 0 1rem 0;
}

.info-page-content h3 {
    color: #34495e;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 1.5rem 0 1rem 0;
}

.info-page-content h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 1.2rem 0 0.8rem 0;
}

.info-page-content h5 {
    color: #34495e;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 1rem 0 0.6rem 0;
}

.info-page-content p {
    color: #333;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.info-page-content ul,
.info-page-content ol {
    margin: 1rem 0 1rem 1.5rem;
    padding-left: 1rem;
}

.info-page-content li {
    margin-bottom: 0.5rem;
    color: #333;
}

.contact-section,
.help-section,
.blog-section,
.about-section {
    background-color: #f8f9fa;
    border-left: 4px solid #3498db;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-radius: 0 8px 8px 0;
}

.contact-card {
    background-color: white;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 1rem 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.contact-card h4 {
    color: #2c3e50;
    margin-top: 0;
}

.contact-method {
    margin: 1rem 0;
    padding: 0.5rem 0;
    border-bottom: 1px dashed #eee;
}

.contact-method:last-child {
    border-bottom: none;
}

.faq-item {
    background-color: white;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    padding: 1.2rem;
    margin: 1rem 0;
}

.faq-item h4 {
    color: #3498db;
    margin-top: 0;
}

.principle {
    background-color: white;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-left: 4px solid #2ecc71;
}

.principle h4 {
    color: #27ae60;
}

.timeline {
    position: relative;
    padding-left: 2.5rem;
}

.timeline-item {
    position: relative;
    padding: 1.8rem 0 1.8rem 0;
    margin-bottom: 0;
}

.timeline-item:before {
    content: '';
    position: absolute;
    left: -1.25rem;
    top: 2.1rem;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #3498db;
    border: 2px solid white;
    box-shadow: 0 0 0 2px #3498db;
    z-index: 2;
    transform: translateX(-50%);
}

.timeline-item:after {
    content: '';
    position: absolute;
    left: -1.25rem;
    top: 2.7rem;
    bottom: -0.5rem;
    width: 2px;
    background-color: #e0e0e0;
    z-index: 1;
    transform: translateX(-50%);
}

.timeline-item:last-child:after {
    display: none;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.service-category {
    background-color: white;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    padding: 1.2rem;
    margin: 1rem 0;
}

.service-category h4 {
    color: #9b59b6;
}

.about-cta {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    margin: 2rem 0;
}

.about-cta h3 {
    color: white;
    margin-top: 0;
}

.about-cta p {
    color: white !important;
    opacity: 0.9;
    font-size: 1.1rem;
}

.about-cta .btn-primary {
    background-color: white;
    color: #667eea;
    border: none;
    padding: 0.8rem 2rem;
    font-weight: 600;
    margin-top: 1rem;
    display: inline-block;
}

.info-page-content a {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
}

.info-page-content a:hover {
    color: #2980b9;
    text-decoration: underline;
}

.info-page-content strong {
    color: #2c3e50;
    font-weight: 600;
}

.blog-notice {
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    border-left: 4px solid #fdcb6e;
    padding: 1rem;
    border-radius: 0 8px 8px 0;
    margin: 1.5rem 0;
}