.sh-3d4d0b49-container {
    background-color: #ffffff;
    padding: 100px 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.sh-3d4d0b49-accent-bar {
    width: 60px;
    height: 4px;
    background-color: #e51e25;
    margin: 0 auto 24px auto;
    border-radius: 2px;
}

.sh-3d4d0b49-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.sh-3d4d0b49-subtitle {
    font-size: 1.25rem;
    color: #555555;
    max-width: 600px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

.sh-3d4d0b49-btn {
    display: inline-block;
    padding: 16px 36px;
    background-color: #e51e25;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.sh-3d4d0b49-btn:hover {
    background-color: #cc1a20;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(229, 30, 37, 0.3);
}

@media (max-width: 768px) {
    .sh-3d4d0b49-title {
        font-size: 2.5rem;
    }
    .sh-3d4d0b49-container {
        padding: 60px 20px;
    }
}
