.intro {
    padding: 4rem 0;
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.intro-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 1.5rem;
}

.section-title.minecraft-font {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
}

.intro-text {
    font-size: 1.1rem;
    line-height: 1.8;
    opacity: 0.8;
}

.page-header {
    padding: 8rem 0 4rem;
    text-align: center;
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.page-title {
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    margin-bottom: 1.5rem;
}

.page-title.minecraft-font {
    font-size: 3.8rem;
    letter-spacing: 0.08em;
}

.title-divider {
    width: 80px;
    height: 3px;
    background-color: #fff;
    margin: 0 auto;
}