/* Intro Section (dark theme matches footer structure) */
.intro h2,
.intro h3 {
    margin-bottom: 20px;
    font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-size: 2rem;
    color: #F4EDE4;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

.intro p,
.intro p2 {
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
    font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
    color: #F4EDE4;
    font-weight: 300;
}

/* Intro-text block - dark background with white text */
.intro-text {
    background-color: #2C292C;
    padding: 20px 0;
    text-align: center;
    align-items: center;
    border-top: 1px solid #000;

    font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #F4EDE4;
}

.intro-text p {
    padding: 0;
    margin: 0 auto;
    max-width: 800px;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
    color: #F4EDE4;
}

/* Second intro-text variant - same dark styling */
.intro-text2 {
    background-color: #2C292C;
    padding: 20px 0;
    text-align: center;
    align-items: center;
    border-top: 1px solid #000;

    font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #F4EDE4;
    box-shadow: none;
    transition: none;
}

.intro-text2 p {
    padding: 0;
    margin: 0 auto;
    max-width: 800px;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
    color: #F4EDE4;
}
