/* Bambu Info Page Specific Styles */

.info-container {
    max-width: 900px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.info-hero {
    text-align: center;
    padding: 3rem 1rem;
    background-color: #1a1a1a;
    border-radius: 10px;
    margin-bottom: 2rem;
}

.info-hero h1 {
    font-size: 2.8rem;
    color: #00ae8a; /* Bambu Green */
    margin-bottom: 0.5rem;
}

.info-hero p {
    font-size: 1.2rem;
    color: #b0b0b0;
}

.printer-series, .key-technologies {
    margin-bottom: 3rem;
}

.printer-series h2, .key-technologies h2 {
    font-size: 2rem;
    color: #00ae8a; /* Bambu Green */
    border-bottom: 2px solid #00ae8a;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

.series-card, .tech-card {
    background-color: #1e1e1e;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.series-card h3, .tech-card h3 {
    font-size: 1.5rem;
    color: #e0e0e0;
    margin: 0 0 0.5rem 0;
}

.series-card p, .tech-card p {
    color: #b0b0b0;
    font-size: 1rem;
    line-height: 1.6;
}
