.hero-f251b68d-wrapper {
    text-align: center;
    padding: 60px 20px;
    background-color: #fafafa;
    font-family: sans-serif;
}
.hero-f251b68d-wrapper .hero-subtitle {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #3b1b54;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.hero-f251b68d-wrapper .hero-square {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #ffd700;
    margin-right: 8px;
}
.hero-f251b68d-wrapper .hero-title {
    font-size: 42px;
    line-height: 1.2;
    color: #3b1b54;
    margin: 0 auto 20px auto;
    max-width: 800px;
    font-weight: 600;
}
.hero-f251b68d-wrapper .hero-desc {
    font-size: 18px;
    color: #444;
    max-width: 700px;
    margin: 0 auto 30px auto;
    line-height: 1.6;
}
.hero-f251b68d-wrapper .hero-btn {
    display: inline-block;
    background-color: #3b1b54;
    color: #fff;
    padding: 15px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 50px;
    transition: background-color 0.3s ease;
}
.hero-f251b68d-wrapper .hero-btn:hover {
    background-color: #2a113d;
    color: #fff;
}
.hero-f251b68d-wrapper .hero-image-wrapper {
    max-width: 900px;
    margin: 0 auto;
}
.hero-f251b68d-wrapper .hero-image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: block;
}