.th-intro-9e197ab8 {
    padding: 100px 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: flex;
    justify-content: center;
}

.th-intro-9e197ab8 .th-container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.th-intro-9e197ab8 .th-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.th-intro-9e197ab8 .th-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 40px;
    opacity: 0.9;
}

.th-intro-9e197ab8 .th-divider {
    height: 2px;
    width: 60px;
    background-color: currentColor;
    margin-bottom: 40px;
    opacity: 0.3;
}

.th-intro-9e197ab8 .th-body {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 50px;
    opacity: 0.8;
}

.th-intro-9e197ab8 .th-body ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.th-intro-9e197ab8 .th-body ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.th-intro-9e197ab8 .th-body ul li::before {
    content: "→";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
}

.th-intro-9e197ab8 .th-closing {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    border-left: 4px solid currentColor;
    padding-left: 20px;
}

@media (max-width: 768px) {
    .th-intro-9e197ab8 {
        padding: 60px 20px;
    }
    .th-intro-9e197ab8 .th-title {
        font-size: 2.25rem;
    }
    .th-intro-9e197ab8 .th-subtitle {
        font-size: 1.25rem;
    }
}